Home
last modified time | relevance | path

Searched refs:ThermalTimerUtils (Results 1 - 3 of 3) sorted by relevance

/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_timer.h61 class ThermalTimerUtils { class
64 ThermalTimerUtils() : expired_(true), tryToExpire_(false) in ThermalTimerUtils() function in OHOS::PowerMgr::ThermalTimerUtils
67 ThermalTimerUtils(const ThermalTimerUtils& timerUtils) in ThermalTimerUtils() function in OHOS::PowerMgr::ThermalTimerUtils
72 ~ThermalTimerUtils() in ~ThermalTimerUtils()
/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp109 void ThermalTimerUtils::Start(int interval, NotifyTask &task) in Start()
133 void ThermalTimerUtils::StartOnce(int delay, NotifyTask &task) in StartOnce()
141 void ThermalTimerUtils::Stop() in Stop()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_action_test.cpp405 auto timerUtils = std::make_shared<ThermalTimerUtils>(); in HWTEST_F()
409 OHOS::PowerMgr::ThermalTimerUtils::NotifyTask task; in HWTEST_F()

Completed in 2 milliseconds