Searched refs:LoopingThreadEntry (Results 1 – 10 of 10) sorted by relevance
/base/powermgr/thermal_manager/application/protector/include/ |
D | thermal_protector_timer.h | 39 int32_t LoopingThreadEntry(void *arg, int32_t epfd);
|
D | thermal_sensor_provider.h | 52 int32_t LoopingThreadEntry(void *arg, int32_t epfd);
|
/base/powermgr/thermal_manager/application/protector/src/ |
D | thermal_protector_timer.cpp | 141 int32_t ThermalProtectorTimer::LoopingThreadEntry(void *arg, int32_t epfd) in LoopingThreadEntry() function in OHOS::PowerMgr::ThermalProtectorTimer 166 …std::make_unique<std::thread>(&ThermalProtectorTimer::LoopingThreadEntry, this, service, epfd)->jo… in Run()
|
D | thermal_sensor_provider.cpp | 197 int32_t ThermalSensorProvider::LoopingThreadEntry(void *arg, int32_t epfd) in LoopingThreadEntry() function in OHOS::PowerMgr::ThermalSensorProvider 218 …std::make_unique<std::thread>(&ThermalSensorProvider::LoopingThreadEntry, this, service, epfd)->jo… in Run()
|
/base/msdp/device_status/libs/include/ |
D | devicestatus_msdp_mock.h | 56 void LoopingThreadEntry();
|
D | devicestatus_msdp_rdb.h | 55 void LoopingThreadEntry();
|
D | devicestatus_sensor_rdb.h | 55 void LoopingThreadEntry();
|
/base/msdp/device_status/libs/src/ |
D | devicestatus_msdp_mock.cpp | 223 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, this)->detach(); in StartThread() 226 void DeviceStatusMsdpMock::LoopingThreadEntry() in LoopingThreadEntry() function in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpMock
|
D | devicestatus_msdp_rdb.cpp | 309 std::make_unique<std::thread>(&DevicestatusMsdpRdb::LoopingThreadEntry, this)->detach(); in StartThread() 312 void DevicestatusMsdpRdb::LoopingThreadEntry() in LoopingThreadEntry() function in OHOS::Msdp::DevicestatusMsdpRdb
|
D | devicestatus_sensor_rdb.cpp | 327 std::make_unique<std::thread>(&DevicestatusSensorRdb::LoopingThreadEntry, this)->detach(); in StartThread() 330 void DevicestatusSensorRdb::LoopingThreadEntry() in LoopingThreadEntry() function in OHOS::Msdp::DevicestatusSensorRdb
|