Home
last modified time | relevance | path

Searched refs:Do_Heartbeat_Work (Results 1 – 2 of 2) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DDomoticzHardware.h129 void Do_Heartbeat_Work();
H A DDomoticzHardware.cpp76 m_Heartbeatthread = std::make_shared<std::thread>(&CDomoticzHardwareBase::Do_Heartbeat_Work, this); in StartHeartbeatThread()
93 void CDomoticzHardwareBase::Do_Heartbeat_Work() in Do_Heartbeat_Work() function in CDomoticzHardwareBase