Home
last modified time | relevance | path

Searched refs:STATE_SCNEN (Results 1 – 3 of 3) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
Dstate_collection_factory.cpp33 } else if (stateName == STATE_SCNEN) { in Create()
/base/powermgr/thermal_manager/utils/native/include/
Dconstants.h43 constexpr const char* STATE_SCNEN = "scene"; variable
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp163 auto it = action->actionPropMap.find(STATE_SCNEN); in ActionDecision()