Home
last modified time | relevance | path

Searched refs:homeId (Results 1 – 25 of 28) sorted by relevance

12

/dports/comms/openzwave/open-zwave-f339aa6/dotnet/src/
H A DZWManager.h269 void LogDriverStatistics(uint32 homeId ) { Manager::Get()->LogDriverStatistics(homeId); } in LogDriverStatistics() argument
292 void WriteConfig(uint32 homeId){ Manager::Get()->WriteConfig(homeId); } in WriteConfig() argument
334 uint8 GetControllerNodeId( uint32 homeId ){ return Manager::Get()->GetControllerNodeId(homeId); } in GetControllerNodeId() argument
341 uint8 GetSUCNodeId( uint32 homeId ) { return Manager::Get()->GetSUCNodeId(homeId); } in GetSUCNodeId() argument
359 bool IsPrimaryController( uint32 homeId ){ return Manager::Get()->IsPrimaryController(homeId); } in IsPrimaryController() argument
848 void SetNodeOn( uint32 homeId, uint8 nodeId ){ Manager::Get()->SetNodeOn( homeId, nodeId ); } in SetNodeOn() argument
1314 void SwitchAllOn( uint32 homeId ){ Manager::Get()->SwitchAllOn( homeId ); } in SwitchAllOn() argument
1320 void SwitchAllOff( uint32 homeId ){ Manager::Get()->SwitchAllOff( homeId ); } in SwitchAllOff() argument
1471 void ResetController( uint32 homeId ){ Manager::Get()->ResetController( homeId ); } in ResetController() argument
1480 void SoftReset( uint32 homeId ){ Manager::Get()->SoftReset( homeId ); } in SoftReset() argument
[all …]
H A DZWManager.cpp288 uint32 homeId,
294 uint32 numNeighbors = Manager::Get()->GetNodeNeighbors( homeId, nodeId, &neighbors );
341 uint32 homeId,
348 …uint32 numAssociations = Manager::Get()->GetAssociations( homeId, nodeId, groupIdx, &associations …
369 uint32 homeId, in BeginControllerCommand() argument
376 …return( Manager::Get()->BeginControllerCommand( homeId, (Driver::ControllerCommand)command, (Drive… in BeginControllerCommand()
381 uint32 homeId,
390 if (Manager::Get()->GetNodeClassInformation(homeId, nodeId, commandClassId, &value, &version))
H A DZWValueID.h86 uint32 homeId, in ZWValueID() argument
96 …m_valueId = new ValueID( homeId, nodeId, (ValueID::ValueGenre)genre, commandClassId, instance, val… in ZWValueID()
/dports/www/domoticz/domoticz-2020.2/hardware/openzwave/control_panel/
H A Dozwcp.cpp60 uint32 homeId = 0; variable
235 int n = OpenZWave::Manager::Get()->GetNumGroups(homeId, node); in newGroup()
461 OpenZWave::ValueID id(homeId, node, vg, cls, inst, ind, typ); in lookup()
714 homeId = _notification->GetHomeId(); in OnCPNotification()
731 homeId = 0; in OnCPNotification()
742 homeId = _notification->GetHomeId(); in OnCPNotification()
1087 if (homeId != 0L) in SendPollResponse()
1088 snprintf(str, sizeof(str), "%08x", homeId); in SendPollResponse()
1199 if (OpenZWave::Manager::Get()->IsNodeFailed(homeId, i)) in SendPollResponse()
1466 OpenZWave::Manager::Get()->TestNetwork(homeId, cnt); in DoTestNetwork()
[all …]
/dports/comms/openzwave/open-zwave-f339aa6/dotnet/examples/OZWForm/src/
H A DConfigurationWakeUpDlg.cs50 public ConfigurationWakeUpDlg( ZWManager _manager, UInt32 homeId, Byte nodeId) in ConfigurationWakeUpDlg() argument
53 m_homeId = homeId; in ConfigurationWakeUpDlg()
59 if( m_manager.IsNodeListeningDevice( homeId, nodeId ) ) in ConfigurationWakeUpDlg()
H A DControllerCommandDlg.cs63 …public ControllerCommandDlg(MainForm _mainDlg, ZWManager _manager, UInt32 homeId, ZWControllerComm… in ControllerCommandDlg() argument
68 m_homeId = homeId; in ControllerCommandDlg()
H A DMainForm.cs430 private Node GetNode(UInt32 homeId, Byte nodeId) in GetNode() argument
434 if ((node.ID == nodeId) && (node.HomeID == homeId)) in GetNode()
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_privacy/models/
H A Ddashboard.php141 $homeId = (int) $db->loadResult();
142 $itemId = $homeId ? '&Itemid=' . $homeId : '';
/dports/comms/openzwave/open-zwave-f339aa6/cpp/examples/windows/MinOZW/
H A DMain.cpp70 uint32 const homeId = _notification->GetHomeId(); in GetNodeInfo() local
75 if( ( nodeInfo->m_homeId == homeId ) && ( nodeInfo->m_nodeId == nodeId ) ) in GetNodeInfo()
160 uint32 const homeId = _notification->GetHomeId(); in OnNotification() local
165 if( ( nodeInfo->m_homeId == homeId ) && ( nodeInfo->m_nodeId == nodeId ) ) in OnNotification()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/examples/windows/MinOZW/
H A DMain.cpp70 uint32 const homeId = _notification->GetHomeId(); in GetNodeInfo() local
75 if( ( nodeInfo->m_homeId == homeId ) && ( nodeInfo->m_nodeId == nodeId ) ) in GetNodeInfo()
160 uint32 const homeId = _notification->GetHomeId(); in OnNotification() local
165 if( ( nodeInfo->m_homeId == homeId ) && ( nodeInfo->m_nodeId == nodeId ) ) in OnNotification()
/dports/comms/openzwave/open-zwave-f339aa6/cpp/examples/MinOZW/
H A DMain.cpp78 uint32 const homeId = _notification->GetHomeId(); in GetNodeInfo() local
83 if( ( nodeInfo->m_homeId == homeId ) && ( nodeInfo->m_nodeId == nodeId ) ) in GetNodeInfo()
171 uint32 const homeId = _notification->GetHomeId(); in OnNotification() local
176 if( ( nodeInfo->m_homeId == homeId ) && ( nodeInfo->m_nodeId == nodeId ) ) in OnNotification()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/examples/MinOZW/
H A DMain.cpp76 uint32 const homeId = _notification->GetHomeId(); in GetNodeInfo() local
81 if( ( nodeInfo->m_homeId == homeId ) && ( nodeInfo->m_nodeId == nodeId ) ) in GetNodeInfo()
168 uint32 const homeId = _notification->GetHomeId(); in OnNotification() local
173 if( ( nodeInfo->m_homeId == homeId ) && ( nodeInfo->m_nodeId == nodeId ) ) in OnNotification()
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/
H A DMsg.h166 void SetHomeId(uint32 homeId) { m_homeId = homeId; }; in SetHomeId() argument
H A DScene.cpp226 uint32 homeId = 0; in ReadScenes() local
231 homeId = (uint32)strtol( str, &p, 0 ); in ReadScenes()
257 …scene->m_values.push_back( new SceneStorage( ValueID(homeId, nodeId, genre, commandClassId, instan… in ReadScenes()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/
H A DMsg.h214 void SetHomeId(uint32 homeId) in SetHomeId() argument
216 m_homeId = homeId; in SetHomeId()
H A DScene.cpp219 uint32 homeId = 0; in ReadScenes() local
224 homeId = (uint32) strtol(str, &p, 0); in ReadScenes()
250 …scene->m_values.push_back(new SceneStorage(ValueID(homeId, nodeId, genre, commandClassId, instance… in ReadScenes()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/files/controller/
H A DFileController.php129 $homeId = $homeFolder->user_id;
131 $walkSubfolders = function($folder) use($homeId, &$walkSubfolders, &$count) {
134 $folder->quota_user_id = $homeId;
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dralocal.cpp909 uint32_t homeId = workReg->homeRegId(); in decideOnAssignment() local
910 if (Support::bitTest(allocableRegs, homeId)) in decideOnAssignment()
911 return homeId; in decideOnAssignment()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dralocal.cpp984 uint32_t homeId = workReg->homeRegId(); in decideOnAssignment() local
985 if (Support::bitTest(allocableRegs, homeId)) in decideOnAssignment()
986 return homeId; in decideOnAssignment()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dralocal.cpp980 uint32_t homeId = workReg->homeRegId(); in decideOnAssignment() local
981 if (Support::bitTest(allocableRegs, homeId)) in decideOnAssignment()
982 return homeId; in decideOnAssignment()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dralocal.cpp980 uint32_t homeId = workReg->homeRegId(); in decideOnAssignment() local
981 if (Support::bitTest(allocableRegs, homeId)) in decideOnAssignment()
982 return homeId; in decideOnAssignment()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dralocal.cpp984 uint32_t homeId = workReg->homeRegId(); in decideOnAssignment() local
985 if (Support::bitTest(allocableRegs, homeId)) in decideOnAssignment()
986 return homeId; in decideOnAssignment()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dralocal.cpp984 uint32_t homeId = workReg->homeRegId(); in decideOnAssignment() local
985 if (Support::bitTest(allocableRegs, homeId)) in decideOnAssignment()
986 return homeId; in decideOnAssignment()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dralocal.cpp984 uint32_t homeId = workReg->homeRegId(); in decideOnAssignment() local
985 if (Support::bitTest(allocableRegs, homeId)) in decideOnAssignment()
986 return homeId; in decideOnAssignment()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DOpenZWave.h43 unsigned int homeId; member

12