Searched refs:GetEligibleAllowConfig (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/ |
H A D | configmanager_fuzzer.cpp | 61 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 D | standby_config_manager.cpp | 435 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 D | standby_config_manager.h | 107 template<typename T> std::set<T> GetEligibleAllowConfig(const std::string& paramName,
|