Home
last modified time | relevance | path

Searched refs:GetSingleHotspotCallback (Results 1 – 3 of 3) 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.cpp157 HWTEST_F(WifiInternalEventDispatcherTest, GetSingleHotspotCallback, TestSize.Level1)
160 EXPECT_EQ(nullptr, WifiInternalEventDispatcher::GetInstance().GetSingleHotspotCallback(id));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.h107 sptr<IWifiHotspotCallback> GetSingleHotspotCallback(int id) const;
H A Dwifi_internal_event_dispatcher.cpp409 sptr<IWifiHotspotCallback> WifiInternalEventDispatcher::GetSingleHotspotCallback(int id) const in GetSingleHotspotCallback() function in OHOS::Wifi::WifiInternalEventDispatcher
783 auto callback = instance.GetSingleHotspotCallback(msg.id); in DealHotspotCallbackMsg()