Home
last modified time | relevance | path

Searched refs:OnP2pPersistentGroupsChanged (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_p2p_callback.h42 virtual void OnP2pPersistentGroupsChanged(void) = 0;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_callback_stub.cpp118 void WifiP2pCallbackStub::OnP2pPersistentGroupsChanged(void) in OnP2pPersistentGroupsChanged() function in OHOS::Wifi::WifiP2pCallbackStub
122 userCallback_->OnP2pPersistentGroupsChanged(); in OnP2pPersistentGroupsChanged()
221 OnP2pPersistentGroupsChanged(); in RemoteOnP2pPersistentGroupsChanged()
H A Dwifi_p2p_callback_stub.h47 void OnP2pPersistentGroupsChanged() override;
H A Dwifi_sa_event.h99 void OnP2pPersistentGroupsChanged(void) override;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_callback_proxy.h39 void OnP2pPersistentGroupsChanged() override;
H A Dwifi_p2p_callback_proxy.cpp54 void WifiP2pCallbackProxy::OnP2pPersistentGroupsChanged(void) in OnP2pPersistentGroupsChanged() function in OHOS::Wifi::WifiP2pCallbackProxy
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_p2p_callback_stub_test.cpp71 void OnP2pPersistentGroupsChanged(void) override in OnP2pPersistentGroupsChanged() function in OHOS::Wifi::IWifiP2pCallbackMock
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp365 void WifiP2pCEventCallback::OnP2pPersistentGroupsChanged(void) in OnP2pPersistentGroupsChanged() function in WifiP2pCEventCallback
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp388 void OnP2pPersistentGroupsChanged(void) override { in OnP2pPersistentGroupsChanged() function in OHOS::Wifi::WifiNapiP2pEventCallback
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.cpp879 callback->OnP2pPersistentGroupsChanged(); in SendP2pCallbackMsg()