Home
last modified time | relevance | path

Searched refs:onScanNotify (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_supplicant_hal_interface.cpp123 mCallback.onScanNotify = nullptr; in UnRegisterSupplicantEventCallback()
128 mCallback.onScanNotify = nullptr; in UnRegisterSupplicantEventCallback()
200 if (mCallback.onScanNotify) { in NotifyScanResultEvent()
201 mCallback.onScanNotify(HAL_SINGLE_SCAN_OVER_OK); in NotifyScanResultEvent()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dsupplicant_event_callback.h24 std::function<void(int)> onScanNotify; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_monitor.cpp34 …eventCallback.onScanNotify = std::bind(&ScanMonitor::ReceiveScanEventFromIdl, this, std::placehold… in InitScanMonitor()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_supplicant_iface.c135 if (callback.onScanNotify != NULL) { in RegisterSupplicantEventCallback()
149 if (callback.onScanNotify != NULL) { in RegisterSupplicantEventCallback()
H A Di_wifi_struct.h82 void (*onScanNotify)(int32_t result); member
H A Di_wifi.c234 if (callback != NULL && callback->onScanNotify != NULL) { in IdlCbkScanInfoNotify()
235 callback->onScanNotify(result); in IdlCbkScanInfoNotify()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/
H A Dmock_wifi_supplicant_hal_interface.cpp85 mCallback.onScanNotify = nullptr; in UnRegisterSupplicantEventCallback()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_inner_interface.cpp174 if (cbk.onScanNotify) { in OnScanNotify()
175 cbk.onScanNotify(status); in OnScanNotify()
H A Dwifi_idl_client.cpp1163 if (callback.onScanNotify != nullptr) { in ReqRegisterSupplicantEventCallback()
1164 cEventCallback.onScanNotify = OnScanNotify; in ReqRegisterSupplicantEventCallback()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp354 if (cbk.onScanNotify) { in OnEventScanResult()
355 cbk.onScanNotify(HAL_SINGLE_SCAN_OVER_OK); in OnEventScanResult()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_sta_hal_interface_test.cpp67 cbk.onScanNotify = OnScanNotify; in SetUpTestCase()
H A Di_wifi_test.cpp115 callback.onScanNotify = OnScanNotifyTest; in SetSupplicantEventCallbackTest()