Home
last modified time | relevance | path

Searched refs:AddScanCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_internal_event_dispatcher_test.cpp101 HWTEST_F(WifiInternalEventDispatcherTest, AddScanCallback, TestSize.Level1)
106 …EXPECT_EQ(WIFI_OPT_INVALID_PARAM, WifiInternalEventDispatcher::GetInstance().AddScanCallback(remot…
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.h98 …ErrCode AddScanCallback(const sptr<IRemoteObject> &remote, const sptr<IWifiScanCallback> &callback…
H A Dwifi_internal_event_dispatcher.cpp237 ErrCode WifiInternalEventDispatcher::AddScanCallback( in AddScanCallback() function in OHOS::Wifi::WifiInternalEventDispatcher
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub.cpp371 …ret = WifiInternalEventDispatcher::GetInstance().AddScanCallback(remote, callback_, pid, eventName, in OnRegisterCallBack()