Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/
H A Dupdate_engine_controller.h71 int delaySecond_ = UPDATE_DELAY_TIME_SECONDS; variable
H A Dupdate_engine_controller.cpp147 timerId_ = SetTimer(0, delaySecond_ * MS_PER_S * US_PER_MS, 0, this); in StartUpdateTimer()