Home
last modified time | relevance | path

Searched refs:HandleServiceFound (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/
H A Dmock_i_discovery_callback_test.h28 void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) override {}
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/
H A Di_mdns_event.h40 virtual void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) = 0;
/foundation/communication/netmanager_ext/services/mdnsmanager/include/stub/
H A Dmdns_event_proxy.h47 void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) override;
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/proxy/
H A Dmdns_event_stub.cpp83 HandleServiceFound(*serviceInfo, retCode); in OnRemoteRequest()
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dmdns_callback_observer.h51 void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) override;
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_callback_observer.cpp94 void MDnsDiscoveryObserver::HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) in HandleServiceFound() function in OHOS::NetManagerStandard::MDnsDiscoveryObserver
/foundation/communication/netmanager_ext/test/mdnsmanager/fuzztest/mdnsclient_fuzzer/
H A Dmdns_client_fuzzer.cpp49 void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) override {}
/foundation/communication/netmanager_ext/services/mdnsmanager/src/stub/
H A Dmdns_event_proxy.cpp224 void DiscoveryCallbackProxy::HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) in HandleServiceFound() function in OHOS::NetManagerStandard::DiscoveryCallbackProxy
/foundation/communication/netmanager_ext/test/mdnsmanager/unittest/mdns_manager_test/
H A Dmdns_manager_test.cpp92 void HandleServiceFound(const MDnsServiceInfo &info, int32_t retCode) override
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp295 NETMGR_EXT_LOG_W("mdns_log DiscoveryFromCache ConvertResultToInfo HandleServiceFound"); in DiscoveryFromCache()
297 cb->HandleServiceFound(info, NETMANAGER_EXT_SUCCESS); in DiscoveryFromCache()
327 NETMGR_EXT_LOG_W("mdns_log HandleServiceFound"); in DiscoveryFromNet()
328 cb->HandleServiceFound(ConvertResultToInfo(res), NETMANAGER_EXT_SUCCESS); in DiscoveryFromNet()

Completed in 7 milliseconds