Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp425 auto eligibleAllowTimeList = GetEligibleAllowTimeConfig(paramName, condition, true, isApp); in GetMaxDuration() local
427 …auto it = std::find_if(eligibleAllowTimeList.begin(), eligibleAllowTimeList.end(), findConfigTask); in GetMaxDuration()
428 if (it == eligibleAllowTimeList.end()) { in GetMaxDuration()