Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp59 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 Dstandby_config_manager.h92 std::set<TimeLtdProcess> GetEligibleAllowTimeConfig(const std::string& paramName,
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp425 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