Home
last modified time | relevance | path

Searched refs:CMD_SCAN_FINISH (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.h131 CMD_SCAN_FINISH = 6, /* Stop PNO scanning and uninstall the driver */ enumerator
H A Dscan_state_machine.cpp201 case CMD_SCAN_FINISH: in ExecuteStateMsg()
H A Dscan_service.cpp141 pScanStateMachine->SendMessage(static_cast<int>(CMD_SCAN_FINISH)); in UnInitScanService()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine_test.cpp87 msg->SetMessageName(CMD_SCAN_FINISH); in InitExeMsgSuccess2()
283 msg->SetMessageName(CMD_SCAN_FINISH); in CommonScanningExeMsgSuccess6()
345 msg->SetMessageName(CMD_SCAN_FINISH); in PnoScanHardwareExeMsgSuccess6()
398 msg->SetMessageName(CMD_SCAN_FINISH); in CommonScanAfterPnoExeMsgSuccess6()
423 msg->SetMessageName(CMD_SCAN_FINISH); in PnoScanSoftwareExeMsgSuccess2()
473 msg->SetMessageName(CMD_SCAN_FINISH); in PnoSwScanFreeExeMsgSuccess5()