Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp438 auto newTimerCfg = timerCfg; in HandleTimerUpdate() local
444 newTimerCfg.updateDuration = updateDuration; in HandleTimerUpdate()
446 FormTimerMgr::GetInstance().UpdateFormTimer(formId, type, newTimerCfg); in HandleTimerUpdate()