/ohos5.0/base/msdp/device_status/test/unittest/libs/src/ |
H A D | device_status_mock_test.cpp | 286 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 302 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 318 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 334 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 452 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 493 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 510 std::make_unique<std::thread>(&DeviceStatusMsdpMock::LoopingThreadEntry, g_testMock)->detach(); 567 deviceStatusMsdpMock.LoopingThreadEntry(); 582 deviceStatusMsdpMock.LoopingThreadEntry();
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_hdf_timer.cpp | 91 void ThermalHdfTimer::LoopingThreadEntry() in LoopingThreadEntry() function in OHOS::HDI::Thermal::V1_1::ThermalHdfTimer 120 callbackThread_ = std::make_unique<std::thread>([this] { this->LoopingThreadEntry(); }); in Run()
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/ |
H A 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>([this, service, epfd] { this->LoopingThreadEntry(service, epfd); })-… in Run()
|
H A 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>([this, service, epfd] { this->LoopingThreadEntry(service, epfd); })-… in Run()
|
/ohos5.0/base/msdp/device_status/libs/src/ |
H A D | devicestatus_msdp_mock.cpp | 234 thread_ = std::thread([this] { this->LoopingThreadEntry(); }); in StartThread() 238 void DeviceStatusMsdpMock::LoopingThreadEntry() in LoopingThreadEntry() function in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpMock
|
/ohos5.0/base/powermgr/battery_manager/charger/include/ |
H A D | battery_thread.h | 40 int32_t LoopingThreadEntry(void* arg);
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_hdf_timer.h | 45 void LoopingThreadEntry();
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/ |
H A D | thermal_protector_timer.h | 39 int32_t LoopingThreadEntry(void *arg, int32_t epfd);
|
H A D | thermal_sensor_provider.h | 52 int32_t LoopingThreadEntry(void *arg, int32_t epfd);
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_thread.cpp | 255 void BatteryThread::LoopingThreadEntry(void* arg) in LoopingThreadEntry() function in OHOS::HDI::Battery::V2_0::BatteryThread 296 …batteryThread_ = std::make_unique<std::thread>([this, service] { this->LoopingThreadEntry(service)… in Run()
|
/ohos5.0/base/msdp/device_status/libs/include/ |
H A D | devicestatus_msdp_mock.h | 51 void LoopingThreadEntry();
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/ |
H A D | battery_thread.h | 44 void LoopingThreadEntry(void* arg);
|
/ohos5.0/base/powermgr/battery_manager/charger/src/ |
H A D | battery_thread.cpp | 171 int32_t BatteryThread::LoopingThreadEntry(void* arg) in LoopingThreadEntry() function in OHOS::PowerMgr::BatteryThread
|
H A D | charger_thread.cpp | 456 std::make_unique<std::thread>([this, service] { this->LoopingThreadEntry(service); })->join(); in Run()
|