Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/charger/include/
Dbattery_thread.h40 int32_t LoopingThreadEntry(void* arg);
/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/test/unittest/src/
Ddevice_status_mock_test.cpp275 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/
Ddevicestatus_msdp_mock.h51 void LoopingThreadEntry();
/base/msdp/device_status/libs/src/
Ddevicestatus_msdp_mock.cpp221 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/
Dbattery_thread.cpp171 int32_t BatteryThread::LoopingThreadEntry(void* arg) in LoopingThreadEntry() function in OHOS::PowerMgr::BatteryThread
Dcharger_thread.cpp452 std::make_unique<std::thread>(&ChargerThread::LoopingThreadEntry, this, service)->join(); in Run()