Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_death_recipient.cpp25 WifiInternalEventDispatcher::GetInstance().RemoveScanCallback(remoteObject.promote()); in OnRemoteDied()
H A Dwifi_scan_callback_proxy.cpp53 WifiInternalEventDispatcher::GetInstance().RemoveScanCallback(Remote()); in OnWifiScanStateChanged()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_internal_event_dispatcher_test.cpp110 HWTEST_F(WifiInternalEventDispatcherTest, RemoveScanCallback, TestSize.Level1)
113 …EXPECT_EQ(WIFI_OPT_SUCCESS, WifiInternalEventDispatcher::GetInstance().RemoveScanCallback(remote));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.h102 int RemoveScanCallback(const sptr<IRemoteObject> &remote, int instId = 0);
H A Dwifi_internal_event_dispatcher.cpp294 int WifiInternalEventDispatcher::RemoveScanCallback(const sptr<IRemoteObject> &remote, int instId) in RemoveScanCallback() function in OHOS::Wifi::WifiInternalEventDispatcher