Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_timer.h51 class ThermalTimer { class
53 ThermalTimer() = default;
54 ~ThermalTimer() = default;
/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp66 uint64_t ThermalTimer::CreateTimer(std::shared_ptr<ThermalTimerInfo>& timerInfo) in CreateTimer()
77 bool ThermalTimer::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
89 bool ThermalTimer::StopTimer(uint64_t timerId) in StopTimer()
99 bool ThermalTimer::DestroyTimer(uint64_t timerId) in DestroyTimer()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_action_test.cpp396 auto timer = std::make_shared<ThermalTimer>(); in HWTEST_F()

Completed in 2 milliseconds