Home
last modified time | relevance | path

Searched refs:policyCache (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/power_manager/test/systemtest/src/
H A Dpower_mgr_system_test.cpp65 std::map<int32_t, std::list<ModePolicy>> policyCache; in SetPolicyMode() local
67 policyCache = mode->GetPolicyCache(); in SetPolicyMode()
68 for (auto info = policyCache.begin(); info != policyCache.end(); ++info) { in SetPolicyMode()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mode_policy.cpp91 auto policyCache = DelayedSpSingleton<PowerSaveMode>::GetInstance()->GetPolicyCache(); in ReadPowerModePolicy() local
92 if (policyCache.empty()) { in ReadPowerModePolicy()
99 for (auto [id, value, flag] : policyCache[mode]) { in ReadPowerModePolicy()