Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp404 return timerResConfigList_; in GetTimerResConfig()
653 timerResConfigList_.clear(); in ParseTimerResCtrlConfig()
657 timerResConfigList_.emplace_back(std::move(timerResourceConfig)); in ParseTimerResCtrlConfig()
671 timerResConfigList_.emplace_back(std::move(timerResourceConfig)); in ParseTimerResCtrlConfig()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h157 std::vector<TimerResourceConfig> timerResConfigList_; variable