Home
last modified time | relevance | path

Searched refs:openPolicy (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/power_manager/services/native/src/
Dpower_mode_policy.cpp83 DelayedSpSingleton<PowerSaveMode>::GetInstance()->GetValuePolicy(openPolicy, mode); in ReadOpenPolicy()
97 for (auto openlit = openPolicy.begin(); openlit != openPolicy.end(); openlit++) { in CompareModeItem()
107 openPolicy.clear(); in CompareModeItem()
Dpower_save_mode.cpp106 bool PowerSaveMode::GetValuePolicy(std::list<ModePolicy> &openPolicy, int32_t mode) in GetValuePolicy() argument
108 bool result = GetFilterPolicy(openPolicy, mode, ValueProp::value); in GetValuePolicy()
/base/powermgr/power_manager/services/native/include/
Dpower_save_mode.h47 bool GetValuePolicy(std::list<ModePolicy> &openPolicy, int32_t mode);
Dpower_mode_policy.h52 std::list<ModePolicy> openPolicy;