Home
last modified time | relevance | path

Searched refs:OnP2pThisDeviceChangedEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dip2p_service_callbacks.h38 std::function<void(const WifiP2pDevice &)> OnP2pThisDeviceChangedEvent; member
H A Dp2p_state_machine.cpp514 if (callBackItem.second.OnP2pThisDeviceChangedEvent != nullptr) { in BroadcastThisDeviceChanaged()
515 callBackItem.second.OnP2pThisDeviceChangedEvent(device); in BroadcastThisDeviceChanaged()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_manager_service_test.cpp217 ASSERT_TRUE(cbk.OnP2pThisDeviceChangedEvent != nullptr);
220 cbk.OnP2pThisDeviceChangedEvent(info);
H A Dwifi_mock_p2p_service.cpp43 mCallback.OnP2pThisDeviceChangedEvent(device); in EnableP2p()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H A Dwifip2pserver_fuzzer.cpp93 …mP2pCallback.OnP2pThisDeviceChangedEvent = std::bind(&WifiP2pManager::DealP2pThisDeviceChanged, th… in InitP2pCallback()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_p2p_manager.cpp233 …mP2pCallback.OnP2pThisDeviceChangedEvent = std::bind(&WifiP2pManager::DealP2pThisDeviceChanged, th… in InitP2pCallback()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_state_machine_test.cpp599 callback.OnP2pThisDeviceChangedEvent = [](const WifiP2pDevice &) { WIFI_LOGI("lamda"); }; in __anond0d292aa0502()