Home
last modified time | relevance | path

Searched refs:OnP2pServicesChangedEvent (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.h34 std::function<void(const std::vector<WifiP2pServiceInfo> &)> OnP2pServicesChangedEvent; member
H A Dp2p_state_machine.cpp492 if (callBackItem.second.OnP2pServicesChangedEvent != nullptr) { in BroadcastP2pServicesChanged()
493 callBackItem.second.OnP2pServicesChangedEvent(svrInfoList); in BroadcastP2pServicesChanged()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_manager_service_test.cpp195 ASSERT_TRUE(cbk.OnP2pServicesChangedEvent != nullptr);
198 cbk.OnP2pServicesChangedEvent(services);
H A Dwifi_mock_p2p_service.cpp148 mCallback.OnP2pServicesChangedEvent(services); in PutLocalP2pService()
160 mCallback.OnP2pServicesChangedEvent(services); in DeleteLocalP2pService()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H A Dwifip2pserver_fuzzer.cpp91 …mP2pCallback.OnP2pServicesChangedEvent = std::bind(&WifiP2pManager::DealP2pServiceChanged, this, _… in InitP2pCallback()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_p2p_manager.cpp231 …mP2pCallback.OnP2pServicesChangedEvent = std::bind(&WifiP2pManager::DealP2pServiceChanged, this, _… in InitP2pCallback()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_state_machine_test.cpp583 …callback.OnP2pServicesChangedEvent = [](const std::vector<WifiP2pServiceInfo> &) { WIFI_LOGI("lamd… in __anond0d292aa0302()