Searched refs:HandleServiceFound (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/ |
H A D | mock_i_discovery_callback_test.h | 28 void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) override {}
|
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/ |
H A D | i_mdns_event.h | 40 virtual void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) = 0;
|
/foundation/communication/netmanager_ext/services/mdnsmanager/include/stub/ |
H A D | mdns_event_proxy.h | 47 void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) override;
|
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/proxy/ |
H A D | mdns_event_stub.cpp | 83 HandleServiceFound(*serviceInfo, retCode); in OnRemoteRequest()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/ |
H A D | mdns_callback_observer.h | 51 void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) override;
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/ |
H A D | mdns_callback_observer.cpp | 94 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 D | mdns_client_fuzzer.cpp | 49 void HandleServiceFound(const MDnsServiceInfo &serviceInfo, int32_t retCode) override {}
|
/foundation/communication/netmanager_ext/services/mdnsmanager/src/stub/ |
H A D | mdns_event_proxy.cpp | 224 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 D | mdns_manager_test.cpp | 92 void HandleServiceFound(const MDnsServiceInfo &info, int32_t retCode) override
|
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_protocol_impl.cpp | 295 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