Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/common/include/
H A Dclat_constants.h103 static constexpr uint32_t CLATD_TIMER_CYCLE_MS = 5000; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd.cpp138 … timerClatdRunning.Start(CLATD_TIMER_CYCLE_MS, []() { NETNATIVE_LOGI("Clatd is running loop"); }); in RunLoop()