Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/
H A Dmock_i_discovery_callback_test.h29 void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) override {}
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/
H A Di_mdns_event.h41 virtual void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) = 0;
/foundation/communication/netmanager_ext/services/mdnsmanager/include/stub/
H A Dmdns_event_proxy.h48 void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) override;
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/proxy/
H A Dmdns_event_stub.cpp85 HandleServiceLost(*serviceInfo, retCode); in OnRemoteRequest()
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dmdns_callback_observer.h52 void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) override;
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_callback_observer.cpp111 void MDnsDiscoveryObserver::HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) in HandleServiceLost() function in OHOS::NetManagerStandard::MDnsDiscoveryObserver
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp217 NETMGR_EXT_LOG_W("mdns_log HandleServiceLost"); in handleOfflineService()
218 nameCbMap_[key]->HandleServiceLost(ConvertResultToInfo(*it), NETMANAGER_EXT_SUCCESS); in handleOfflineService()
333 NETMGR_EXT_LOG_D("mdns_log HandleServiceLost"); in DiscoveryFromNet()
334 cb->HandleServiceLost(ConvertResultToInfo(res), NETMANAGER_EXT_SUCCESS); in DiscoveryFromNet()
917 NETMGR_EXT_LOG_D("mdns_log HandleServiceLost"); in KillBrowseCache()
918 nameCbMap_[key]->HandleServiceLost(ConvertResultToInfo(*it), NETMANAGER_EXT_SUCCESS); in KillBrowseCache()
947 NETMGR_EXT_LOG_W("mdns_log HandleServiceLost"); in StopCbMap()
948 cb->HandleServiceLost(ConvertResultToInfo(res), NETMANAGER_EXT_SUCCESS); in StopCbMap()
/foundation/communication/netmanager_ext/test/mdnsmanager/fuzztest/mdnsclient_fuzzer/
H A Dmdns_client_fuzzer.cpp50 void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) override {}
/foundation/communication/netmanager_ext/services/mdnsmanager/src/stub/
H A Dmdns_event_proxy.cpp261 void DiscoveryCallbackProxy::HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) in HandleServiceLost() function in OHOS::NetManagerStandard::DiscoveryCallbackProxy
/foundation/communication/netmanager_ext/test/mdnsmanager/unittest/mdns_manager_test/
H A Dmdns_manager_test.cpp106 void HandleServiceLost(const MDnsServiceInfo &info, int32_t retCode) override

Completed in 6 milliseconds