Searched refs:tms (Results 1 – 5 of 5) sorted by relevance
46 auto tms = DelayedSpSingleton<ThermalService>::GetInstance(); in Dump() local47 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() local84 if (tms == nullptr) { in ShowThermalZoneInfo()[all …]
42 ActionThermalLevel::ActionThermalLevel(const wptr<ThermalService>& tms) : tms_(tms), lastValue_(0) … in ActionThermalLevel() argument171 auto tms = DelayedSpSingleton<ThermalService>::GetInstance(); in OnRemoteDied() local172 if (tms == nullptr) { in OnRemoteDied()176 FFRTTask task = std::bind(&ThermalService::UnSubscribeThermalLevelCallback, tms, callback); in OnRemoteDied()
38 explicit ActionThermalLevel(const wptr<ThermalService>& tms);
39 explicit ThermalObserver(const wptr<ThermalService>& tms);
37 ThermalObserver::ThermalObserver(const wptr<ThermalService>& tms) : tms_(tms) {}; in ThermalObserver() argument