Searched refs:GetEligibleAllowTimeConfig (Results 1 - 3 of 3) sorted by relevance
/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() 150 DelayedSingleton<StandbyConfigManager>::GetInstance()->GetEligibleAllowTimeConfig(str, in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/device_standby/utils/policy/include/ |
H A D | standby_config_manager.h | 94 std::set<TimeLtdProcess> GetEligibleAllowTimeConfig(const std::string& paramName,
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 434 auto eligibleAllowTimeList = GetEligibleAllowTimeConfig(paramName, condition, true, isApp); in GetMaxDuration() 481 std::set<TimeLtdProcess> StandbyConfigManager::GetEligibleAllowTimeConfig(const std::string& paramName, in GetEligibleAllowTimeConfig() function in OHOS::DevStandbyMgr::StandbyConfigManager
|
Completed in 3 milliseconds