Home
last modified time | relevance | path

Searched refs:tms (Results 1 – 5 of 5) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/
Dthermal_mgr_dumper.cpp46 auto tms = DelayedSpSingleton<ThermalService>::GetInstance(); in Dump() local
47 if (tms == nullptr) { in Dump()
52 tms->GetActionPopup()->ShowThermalDialog(ActionPopup::TempStatus::HIGHER_TEMP); in Dump()
60 std::shared_ptr<StateMachine> state = tms->GetStateMachineObj(); in Dump()
63 std::shared_ptr<ThermalPolicy> policy = tms->GetPolicy(); in Dump()
66 std::shared_ptr<ThermalActionManager> action = tms->GetActionManagerObj(); in Dump()
69 std::shared_ptr<ThermalPolicy> policy = tms->GetPolicy(); in Dump()
72 std::shared_ptr<StateMachine> state = tms->GetStateMachineObj(); in Dump()
83 auto tms = DelayedSpSingleton<ThermalService>::GetInstance(); in ShowThermalZoneInfo() local
84 if (tms == nullptr) { in ShowThermalZoneInfo()
[all …]
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_thermal_level.cpp42 ActionThermalLevel::ActionThermalLevel(const wptr<ThermalService>& tms) : tms_(tms), lastValue_(0) … in ActionThermalLevel() argument
171 auto tms = DelayedSpSingleton<ThermalService>::GetInstance(); in OnRemoteDied() local
172 if (tms == nullptr) { in OnRemoteDied()
176 FFRTTask task = std::bind(&ThermalService::UnSubscribeThermalLevelCallback, tms, callback); in OnRemoteDied()
/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
Daction_thermal_level.h38 explicit ActionThermalLevel(const wptr<ThermalService>& tms);
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
Dthermal_observer.h39 explicit ThermalObserver(const wptr<ThermalService>& tms);
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_observer.cpp37 ThermalObserver::ThermalObserver(const wptr<ThermalService>& tms) : tms_(tms) {}; in ThermalObserver() argument