Home
last modified time | relevance | path

Searched refs:HAL_SINGLE_SCAN_OVER_OK (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_monitor.cpp70 case HAL_SINGLE_SCAN_OVER_OK: { in ProcessReceiveScanEvent()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dwifi_native_define.h48 HAL_SINGLE_SCAN_OVER_OK = 2, /* Scan success notification */ enumerator
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_monitor_test.cpp64 pScanMonitor->ProcessReceiveScanEvent(HAL_SINGLE_SCAN_OVER_OK); in ProcessReceiveScanEventTest1()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_supplicant_hal_interface.cpp201 mCallback.onScanNotify(HAL_SINGLE_SCAN_OVER_OK); in NotifyScanResultEvent()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp355 cbk.onScanNotify(HAL_SINGLE_SCAN_OVER_OK); in OnEventScanResult()