Home
last modified time | relevance | path

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

/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()
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp449 template<typename T> std::set<T> StandbyConfigManager::GetEligibleAllowConfig(const std::string& paramName, in GetEligibleAllowConfig() function in OHOS::DevStandbyMgr::StandbyConfigManager
494 return GetEligibleAllowConfig<TimeLtdProcess>(paramName, condition, isAllow, isApp, func); in GetEligibleAllowTimeConfig()
508 return GetEligibleAllowConfig<std::string>(paramName, condition, isAllow, isApp, func); in GetEligiblePersistAllowConfig()
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h115 template<typename T> std::set<T> GetEligibleAllowConfig(const std::string& paramName,

Completed in 4 milliseconds