Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp61 GetEligibleAllowConfig<TimeLtdProcess>(TAG_TEST, 0, false, false, func); in PreciseCoverageParseTimeLimitedConfig()
73 GetEligibleAllowConfig<TimeLtdProcess>(TAG_TEST_ONE, 0, false, false, func); in PreciseCoverageParseTimeLimitedConfig()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp435 template<typename T> std::set<T> StandbyConfigManager::GetEligibleAllowConfig(const std::string& pa… in GetEligibleAllowConfig() function in OHOS::DevStandbyMgr::StandbyConfigManager
480 return GetEligibleAllowConfig<TimeLtdProcess>(paramName, condition, isAllow, isApp, func); in GetEligibleAllowTimeConfig()
494 return GetEligibleAllowConfig<std::string>(paramName, condition, isAllow, isApp, func); in GetEligiblePersistAllowConfig()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h107 template<typename T> std::set<T> GetEligibleAllowConfig(const std::string& paramName,