Home
last modified time | relevance | path

Searched refs:OnStoreScanInfoEvent (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 Discan_service_callbacks.h29 std::function<void(std::vector<InterScanInfo> &, int)> OnStoreScanInfoEvent; member
H A Dscan_service.cpp908 mScanSerivceCallbacks.OnStoreScanInfoEvent(interScanList, m_instId); in ReportStoreScanInfos()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_scan_state_machine.cpp96 …mScanCallback.OnStoreScanInfoEvent = std::bind(&WifiManager::DealStoreScanInfoEvent, this, _1, _2); in InitScanCallback()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_wifi_manager.cpp42 …mScanCallback.OnStoreScanInfoEvent = std::bind(&WifiManager::DealStoreScanInfoEvent, this, _1, _2); in InitScanCallback()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_scan_manager.cpp211 …mScanCallback.OnStoreScanInfoEvent = std::bind(&WifiScanManager::DealStoreScanInfoEvent, this, _1,… in InitScanCallback()