Home
last modified time | relevance | path

Searched refs:OnP2pThisDeviceChanged (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_p2p_callback.h49 virtual void OnP2pThisDeviceChanged(const WifiP2pDevice &device) = 0;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_callback_proxy.h46 void OnP2pThisDeviceChanged(const WifiP2pDevice &device) override;
H A Dwifi_p2p_callback_proxy.cpp92 void WifiP2pCallbackProxy::OnP2pThisDeviceChanged(const WifiP2pDevice &device) in OnP2pThisDeviceChanged() function in OHOS::Wifi::WifiP2pCallbackProxy
94 WIFI_LOGD("WifiP2pCallbackProxy::OnP2pThisDeviceChanged"); in OnP2pThisDeviceChanged()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_callback_stub.cpp127 void WifiP2pCallbackStub::OnP2pThisDeviceChanged(const WifiP2pDevice &device) in OnP2pThisDeviceChanged() function in OHOS::Wifi::WifiP2pCallbackStub
129 WIFI_LOGI("WifiP2pCallbackStub::OnP2pThisDeviceChanged"); in OnP2pThisDeviceChanged()
131 userCallback_->OnP2pThisDeviceChanged(device); in OnP2pThisDeviceChanged()
248 OnP2pThisDeviceChanged(config); in RemoteOnP2pThisDeviceChanged()
H A Dwifi_p2p_callback_stub.h54 void OnP2pThisDeviceChanged(const WifiP2pDevice &device) override;
H A Dwifi_sa_event.h101 void OnP2pThisDeviceChanged(const OHOS::Wifi::WifiP2pDevice &device) override;
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.h52 void OnP2pThisDeviceChanged(const Wifi::WifiP2pDevice &device) override;
H A Dwfd_sink_scene.h50 void OnP2pThisDeviceChanged(const Wifi::WifiP2pDevice &device) override;
H A Dwfd_source_scene.cpp74 void WfdSourceScene::WfdP2pCallback::OnP2pThisDeviceChanged(const Wifi::WifiP2pDevice &device) in OnP2pThisDeviceChanged() function in OHOS::Sharing::WfdSourceScene::WfdP2pCallback
H A Dwfd_sink_scene.cpp69 void WfdSinkScene::WfdP2pCallback::OnP2pThisDeviceChanged(const Wifi::WifiP2pDevice &device) in OnP2pThisDeviceChanged() function in OHOS::Sharing::WfdSinkScene::WfdP2pCallback
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_p2p_callback_stub_test.cpp76 void OnP2pThisDeviceChanged(const WifiP2pDevice& device) override
78 WIFI_LOGI("OnP2pThisDeviceChanged Mock");
/foundation/communication/wifi/wifi/frameworks/cj/src/
H A Dwifi_callback.cpp287 void OnP2pThisDeviceChanged(const WifiP2pDevice& device) override
291 WIFI_LOGI("OnP2pThisDeviceChanged not registered");
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_source_scene_test.cpp542 sourceScene_->wfdP2pCallback_->OnP2pThisDeviceChanged(device); in HWTEST_F()
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp374 void WifiP2pCEventCallback::OnP2pThisDeviceChanged(const OHOS::Wifi::WifiP2pDevice &device) in OnP2pThisDeviceChanged() function in WifiP2pCEventCallback
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_event.cpp393 void OnP2pThisDeviceChanged(const WifiP2pDevice& device) override {
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.cpp882 callback->OnP2pThisDeviceChanged(msg.p2pDevice); in SendP2pCallbackMsg()

Completed in 14 milliseconds