Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/
H A Dlibstandby_utils_policy.versionscript22 *GetStandbyDurationList*;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dnap_state.cpp32 … maintInterval_ = StandbyConfigManager::GetInstance()->GetStandbyDurationList(NAP_MAINT_DURATION); in NapState()
H A Dsleep_state.cpp39 …maintInterval_ = StandbyConfigManager::GetInstance()->GetStandbyDurationList(SLEEP_MAINT_DURATOIN); in SleepState()
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp141 DelayedSingleton<StandbyConfigManager>::GetInstance()->GetStandbyDurationList(str); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h90 std::vector<int32_t> GetStandbyDurationList(const std::string& switchName);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp417 std::vector<int32_t> StandbyConfigManager::GetStandbyDurationList(const std::string& switchName) in GetStandbyDurationList() function in OHOS::DevStandbyMgr::StandbyConfigManager