Searched refs:GetEligibleAllowConfig (Results 1 - 3 of 3) sorted by relevance
/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()
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 449 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 D | standby_config_manager.h | 115 template<typename T> std::set<T> GetEligibleAllowConfig(const std::string& paramName,
|
Completed in 3 milliseconds