Home
last modified time | relevance | path

Searched refs:OnP2pUpnpServiceAvailable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dip2p_service_callbacks.h56 …:function<void(const std::vector<std::string> &, const WifiP2pDevice &)> OnP2pUpnpServiceAvailable; member
H A Dp2p_state_machine.cpp617 if (callBackItem.second.OnP2pUpnpServiceAvailable != nullptr) { in BroadcastUpnpServiceResult()
618 callBackItem.second.OnP2pUpnpServiceAvailable(uniqueServiceNames, srcDevice); in BroadcastUpnpServiceResult()