Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp23 ThermalTimerInfo::ThermalTimerInfo() in ThermalTimerInfo() function in OHOS::PowerMgr::ThermalTimerInfo
27 ThermalTimerInfo::~ThermalTimerInfo() in ~ThermalTimerInfo()
31 void ThermalTimerInfo::OnTrigger() in OnTrigger()
41 void ThermalTimerInfo::SetCallbackInfo(const TimerInfoCallback &callBack) in SetCallbackInfo()
46 void ThermalTimerInfo::SetType(const int &_type) in SetType()
51 void ThermalTimerInfo::SetRepeat(bool _repeat) in SetRepeat()
56 void ThermalTimerInfo::SetInterval(const uint64_t &_interval) in SetInterval()
61 void ThermalTimerInfo
[all...]
/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_timer.h35 class ThermalTimerInfo : public MiscServices::ITimerInfo { class
38 ThermalTimerInfo();
39 virtual ~ThermalTimerInfo();
55 uint64_t CreateTimer(std::shared_ptr<ThermalTimerInfo>& timerInfo);
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_action_test.cpp391 auto timerInfo = std::make_shared<ThermalTimerInfo>(); in HWTEST_F()
393 OHOS::PowerMgr::ThermalTimerInfo::TimerInfoCallback callback; in HWTEST_F()
399 std::shared_ptr<ThermalTimerInfo> info; in HWTEST_F()

Completed in 2 milliseconds