Home
last modified time | relevance | path

Searched defs:actionMap (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_policy_test.cpp120 auto& actionMap = g_service->actionMgr_->actionMap_; variable
152 auto& actionMap = g_service->actionMgr_->actionMap_; variable
/base/powermgr/thermal_manager/application/protector/src/policy/
Dthermal_kernel_policy.cpp70 … ThermalDeviceControl::ThermalActionMap actionMap = g_service.GetControl()->GetThermalAction(); in ActionDecision() local
91 ThermalDeviceControl::ThermalActionMap actionMap = g_service.GetControl()->GetThermalAction(); in ActionExecution() local
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp169 ThermalActionManager::ThermalActionMap actionMap = tms->GetActionManagerObj()->GetActionMap(); in ActionDecision() local
223 ThermalActionManager::ThermalActionMap actionMap = actionMgr->GetActionMap(); in ActionExecution() local
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_observer.cpp209 …ctionCallback::ActionCallbackMap& filteredMap, const std::map<std::string, std::string>& actionMap) in DecisionActionValue()