Searched refs:GetEligibleAllowTimeConfig (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 | 59 GetEligibleAllowTimeConfig(TAG_TEST, 0, false, false); in PreciseCoverageParseTimeLimitedConfig() 69 GetEligibleAllowTimeConfig(TAG_TEST_ONE, 0, false, false); in PreciseCoverageParseTimeLimitedConfig() 71 GetEligibleAllowTimeConfig(TAG_TEST_ONE, 0, false, true); in PreciseCoverageParseTimeLimitedConfig() 149 DelayedSingleton<StandbyConfigManager>::GetInstance()->GetEligibleAllowTimeConfig(str, in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/ |
H A D | standby_config_manager.h | 92 std::set<TimeLtdProcess> GetEligibleAllowTimeConfig(const std::string& paramName,
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 425 auto eligibleAllowTimeList = GetEligibleAllowTimeConfig(paramName, condition, true, isApp); in GetMaxDuration() 467 std::set<TimeLtdProcess> StandbyConfigManager::GetEligibleAllowTimeConfig(const std::string& paramN… in GetEligibleAllowTimeConfig() function in OHOS::DevStandbyMgr::StandbyConfigManager
|