Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/
Dthermal_mgr_dumper.cpp66 std::shared_ptr<ThermalActionManager> action = tms->GetActionManagerObj(); in Dump()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp152 …ThermalActionManager::ThermalActionMap actionMap = g_service->GetActionManagerObj()->GetActionMap(… in ActionDecision()
208 auto actionMgr = g_service->GetActionManagerObj(); in ActionExecution()
Dthermal_srv_config_parser.cpp449 g_service->GetActionManagerObj()->SetActionItem(actionItems); in ParseActionNode()
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_volume.cpp104 g_actionInfo = g_service->GetActionManagerObj()->GetActionItem(); in VolumeRequest()
/base/powermgr/thermal_manager/services/native/include/
Dthermal_service.h99 std::shared_ptr<ThermalActionManager> GetActionManagerObj() const in GetActionManagerObj() function