/base/powermgr/battery_manager/charger/include/ |
D | battery_thread.h | 40 int32_t LoopingThreadEntry(void* arg);
|
/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/test/unittest/src/ |
D | device_status_mock_test.cpp | 275 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 292 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 309 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 326 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach();
|
/base/msdp/device_status/libs/include/ |
D | devicestatus_msdp_mock.h | 51 void LoopingThreadEntry();
|
/base/msdp/device_status/libs/src/ |
D | devicestatus_msdp_mock.cpp | 221 thread_ = std::make_shared<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, this); in StartThread() 225 void DeviceStatusMsdpMock::LoopingThreadEntry() in LoopingThreadEntry() function in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpMock
|
/base/powermgr/battery_manager/charger/src/ |
D | battery_thread.cpp | 171 int32_t BatteryThread::LoopingThreadEntry(void* arg) in LoopingThreadEntry() function in OHOS::PowerMgr::BatteryThread
|
D | charger_thread.cpp | 452 std::make_unique<std::thread>(&ChargerThread::LoopingThreadEntry, this, service)->join(); in Run()
|