Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_save_mode.h48 std::map<int32_t, std::list<ModePolicy>> GetPolicyCache() in GetPolicyCache() function
/ohos5.0/base/powermgr/power_manager/test/systemtest/src/
H A Dpower_mgr_system_test.cpp67 policyCache = mode->GetPolicyCache(); 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()