Home
last modified time | relevance | path

Searched refs:RESTART_PNO_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.h154 RESTART_PNO_SCAN_TIMER = 202, /* Restart after PNO scanning fails */ enumerator
H A Dscan_service.cpp140 pScanStateMachine->StopTimer(static_cast<int>(RESTART_PNO_SCAN_TIMER)); in UnInitScanService()
196 … pScanStateMachine->StartTimer(static_cast<int>(RESTART_PNO_SCAN_TIMER), RESTART_PNO_SCAN_TIME); in HandleScanStatusReport()
225 case RESTART_PNO_SCAN_TIMER: { in HandleInnerEventReport()
397 pScanStateMachine->StopTimer(static_cast<int>(RESTART_PNO_SCAN_TIMER)); in StopPnoScan()
1251 pScanStateMachine->StopTimer(static_cast<int>(RESTART_PNO_SCAN_TIMER)); in StopSystemScan()
1944 pScanStateMachine->StopTimer(static_cast<int>(RESTART_PNO_SCAN_TIMER)); in SetStaCurrentTime()
H A Dscan_state_machine.cpp230 case RESTART_PNO_SCAN_TIMER: in ExecuteStateMsg()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp197 innerEvent = RESTART_PNO_SCAN_TIMER; in HandleInnerEventReportSuccess3()