Searched refs:timerClockApp (Results 1 – 1 of 1) sorted by relevance
662 TimerClockApp timerClockApp; in ParseTimerResCtrlConfig() local663 … 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()669 timerResourceConfig.timerClockApps_.emplace_back(std::move(timerClockApp)); in ParseTimerResCtrlConfig()