Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/
H A Dlibstandby_utils_policy.versionscript26 *GetMaxDuration*;
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp147 DelayedSingleton<StandbyConfigManager>::GetInstance()->GetMaxDuration(str, str, in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h96 …int32_t GetMaxDuration(const std::string& name, const std::string& paramName, uint32_t condition, …
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp422 int32_t StandbyConfigManager::GetMaxDuration(const std::string& name, const std::string& paramName, in GetMaxDuration() function in OHOS::DevStandbyMgr::StandbyConfigManager
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp646GetMaxDuration(name, AllowTypeName[allowTypeIndex], condition, isApp)) * TimeConstant::MSEC_PER_SE… in UpdateRecord()