Home
last modified time | relevance | path

Searched refs:LoopingThreadEntry (Results 1 – 10 of 10) sorted by relevance

/base/powermgr/thermal_manager/application/protector/include/
Dthermal_protector_timer.h39 int32_t LoopingThreadEntry(void *arg, int32_t epfd);
Dthermal_sensor_provider.h52 int32_t LoopingThreadEntry(void *arg, int32_t epfd);
/base/powermgr/thermal_manager/application/protector/src/
Dthermal_protector_timer.cpp141 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()
Dthermal_sensor_provider.cpp197 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/
Ddevicestatus_msdp_mock.h56 void LoopingThreadEntry();
Ddevicestatus_msdp_rdb.h55 void LoopingThreadEntry();
Ddevicestatus_sensor_rdb.h55 void LoopingThreadEntry();
/base/msdp/device_status/libs/src/
Ddevicestatus_msdp_mock.cpp223 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, this)->detach(); in StartThread()
226 void DeviceStatusMsdpMock::LoopingThreadEntry() in LoopingThreadEntry() function in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpMock
Ddevicestatus_msdp_rdb.cpp309 std::make_unique<std::thread>(&DevicestatusMsdpRdb::LoopingThreadEntry, this)->detach(); in StartThread()
312 void DevicestatusMsdpRdb::LoopingThreadEntry() in LoopingThreadEntry() function in OHOS::Msdp::DevicestatusMsdpRdb
Ddevicestatus_sensor_rdb.cpp327 std::make_unique<std::thread>(&DevicestatusSensorRdb::LoopingThreadEntry, this)->detach(); in StartThread()
330 void DevicestatusSensorRdb::LoopingThreadEntry() in LoopingThreadEntry() function in OHOS::Msdp::DevicestatusSensorRdb