Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp661 for (const auto &singleLtdAppItem : limitedAppItems) { in ParseTimerResCtrlConfig() local
663 … if (!JsonUtils::GetStringFromJsonValue(singleLtdAppItem, TAG_NAME, timerClockApp.name_) || in ParseTimerResCtrlConfig()
664 …(!JsonUtils::GetBoolFromJsonValue(singleLtdAppItem, TAG_TIMER_CLOCK, timerClockApp.isTimerClock_) … in ParseTimerResCtrlConfig()
665 …!JsonUtils::GetInt32FromJsonValue(singleLtdAppItem, TAG_TIMER_PERIOD, timerClockApp.timerPeriod_))… in ParseTimerResCtrlConfig()