Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_common.h153 DISCONNECTED_SCAN_TIMER = 201, /* Automatic scanning in disconnected state */ enumerator
H A Dscan_service.cpp139 pScanStateMachine->StopTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER)); in UnInitScanService()
221 case DISCONNECTED_SCAN_TIMER: { in HandleInnerEventReport()
1315 pScanStateMachine->StopTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER)); in DisconnectedTimerScan()
1316 …pScanStateMachine->StartTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER), DISCONNECTED_SCAN_INTERVA… in DisconnectedTimerScan()
1337 pScanStateMachine->StopTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER)); in HandleDisconnectedScanTimeout()
1338 …pScanStateMachine->StartTimer(static_cast<int>(DISCONNECTED_SCAN_TIMER), DISCONNECTED_SCAN_INTERVA… in HandleDisconnectedScanTimeout()
H A Dscan_state_machine.cpp229 case DISCONNECTED_SCAN_TIMER: in ExecuteStateMsg()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp187 innerEvent = DISCONNECTED_SCAN_TIMER; in HandleInnerEventReportSuccess2()