Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_manager.c41 #define WATCHDOG_INTERVAL_TIME 10000 macro
214 …SoftBusRunPeriodicalTask(WATCHDOG_TASK_NAME, WatchdogProcess, WATCHDOG_INTERVAL_TIME, WATCHDOG_DEL… in BusCenterServerInitSecondStep()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_manager.h78 static constexpr int32_t WATCHDOG_INTERVAL_TIME = 20000; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_manager.cpp488 WATCHDOG_INTERVAL_TIME, WATCHDOG_DELAY_TIME); in ListenAudioDev()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp95 constexpr int32_t WATCHDOG_INTERVAL_TIME { 30000 }; variable
414 TimerMgr->AddTimer(WATCHDOG_INTERVAL_TIME, -1, [this]() { in OnStart()
426 …iviewDFX::Watchdog::GetInstance().RunPeriodicalTask("MMIService", taskFunc, WATCHDOG_INTERVAL_TIME, in OnStart()