Home
last modified time | relevance | path

Searched refs:SCAN_RESULT_EVENT (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_monitor.cpp97 pScanStateMachine->SendMessage(static_cast<int>(SCAN_RESULT_EVENT)); in SendScanInfoEvent()
H A Dscan_common.h138 SCAN_RESULT_EVENT = 21, /* The common scan is successful. The scan result can be obtained */ enumerator
H A Dscan_state_machine.cpp223 case SCAN_RESULT_EVENT: in ExecuteStateMsg()
426 case SCAN_RESULT_EVENT: in ExecuteStateMsg()
534 case SCAN_RESULT_EVENT: in ExecuteStateMsg()
581 case SCAN_RESULT_EVENT: in ExecuteStateMsg()
742 case SCAN_RESULT_EVENT: in ExecuteStateMsg()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine_test.cpp255 msg->SetMessageName(SCAN_RESULT_EVENT); in CommonScanningExeMsgSuccess2()
363 msg->SetMessageName(SCAN_RESULT_EVENT); in CommonScanAfterPnoExeMsgSuccess1()
485 msg->SetMessageName(SCAN_RESULT_EVENT); in PnoSwScanningExeMsgSuccess1()