Home
last modified time | relevance | path

Searched refs:MAX_FAILED_DETECTION_DELAY_MS (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp47 constexpr int32_t MAX_FAILED_DETECTION_DELAY_MS = 10 * 60 * 1000; member
126 detectionDelay_ = MAX_FAILED_DETECTION_DELAY_MS; in ProcessDetection()
137 } else if (detectionDelay_ >= MAX_FAILED_DETECTION_DELAY_MS) { in ProcessDetection()
138 detectionDelay_ = MAX_FAILED_DETECTION_DELAY_MS; in ProcessDetection()

Completed in 2 milliseconds