Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h39 const int DISCONNECTED_SCAN_INTERVAL = 20 * 60 * 1000; variable
H A Dscan_service.cpp1316 …canStateMachine->StartTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER), DISCONNECTED_SCAN_INTERVAL); in DisconnectedTimerScan()
1338 …canStateMachine->StartTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER), DISCONNECTED_SCAN_INTERVAL); in HandleDisconnectedScanTimeout()