Home
last modified time | relevance | path

Searched refs:OnAsyncGscanFullResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal.cpp118 void WifiVendorHal::OnAsyncGscanFullResult(int event) in OnAsyncGscanFullResult() function in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal
363 WifiCallbackHandler handler = {OnAsyncGscanFullResult, OnAsyncRssiReport}; in RegisterIfaceCallBack()
H A Dwifi_vendor_hal.h70 static void OnAsyncGscanFullResult(int event);
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_vendor_hal_test.cpp81 wifiVendorHalTest->OnAsyncGscanFullResult(0); in ScanResultEventTest()