Home
last modified time | relevance | path

Searched refs:GetEligiblePersistAllowConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/
H A Dlibstandby_utils_policy.versionscript27 *GetEligiblePersistAllowConfig*;
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp151 DelayedSingleton<StandbyConfigManager>::GetInstance()->GetEligiblePersistAllowConfig(str, in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h94 std::set<std::string> GetEligiblePersistAllowConfig(const std::string& paramName,
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp842 psersistAllowList = StandbyConfigManager::GetInstance()->GetEligiblePersistAllowConfig( in GetPersistAllowList()
845 psersistAllowList = StandbyConfigManager::GetInstance()->GetEligiblePersistAllowConfig( in GetPersistAllowList()
870 …td::string> originRestrictSet = StandbyConfigManager::GetInstance()->GetEligiblePersistAllowConfig( in GetEligiableRestrictSet()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp483 std::set<std::string> StandbyConfigManager::GetEligiblePersistAllowConfig(const std::string& paramN… in GetEligiblePersistAllowConfig() function in OHOS::DevStandbyMgr::StandbyConfigManager