Searched refs:HandleServiceLost (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 | 29 void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) override {}
|
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/ |
H A D | i_mdns_event.h | 41 virtual void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) = 0;
|
/foundation/communication/netmanager_ext/services/mdnsmanager/include/stub/ |
H A D | mdns_event_proxy.h | 48 void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) override;
|
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/proxy/ |
H A D | mdns_event_stub.cpp | 85 HandleServiceLost(*serviceInfo, retCode); in OnRemoteRequest()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/ |
H A D | mdns_callback_observer.h | 52 void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) override;
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/ |
H A D | mdns_callback_observer.cpp | 111 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 D | mdns_protocol_impl.cpp | 217 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 D | mdns_client_fuzzer.cpp | 50 void HandleServiceLost(const MDnsServiceInfo &serviceInfo, int32_t retCode) override {}
|
/foundation/communication/netmanager_ext/services/mdnsmanager/src/stub/ |
H A D | mdns_event_proxy.cpp | 261 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 D | mdns_manager_test.cpp | 106 void HandleServiceLost(const MDnsServiceInfo &info, int32_t retCode) override
|
Completed in 9 milliseconds