Home
last modified time | relevance | path

Searched refs:MDnsServiceProxy (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/proxy/
H A Dmdns_service_proxy.cpp24 MDnsServiceProxy::MDnsServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IMDnsService>(impl) {} in MDnsServiceProxy() function in OHOS::NetManagerStandard::MDnsServiceProxy
26 MDnsServiceProxy::~MDnsServiceProxy() = default;
28 int32_t MDnsServiceProxy::RegisterService(const MDnsServiceInfo &serviceInfo, const sptr<IRegistrationCallback> &cb) in RegisterService()
31 if (!data.WriteInterfaceToken(MDnsServiceProxy::GetDescriptor())) { in RegisterService()
70 int32_t MDnsServiceProxy::UnRegisterService(const sptr<IRegistrationCallback> &cb) in UnRegisterService()
73 if (!data.WriteInterfaceToken(MDnsServiceProxy::GetDescriptor())) { in UnRegisterService()
103 int32_t MDnsServiceProxy::StartDiscoverService(const std::string &serviceType, const sptr<IDiscoveryCallback> &cb) in StartDiscoverService()
106 if (!data.WriteInterfaceToken(MDnsServiceProxy in StartDiscoverService()
[all...]
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/proxy/
H A Dmdns_service_proxy.h25 class MDnsServiceProxy : public IRemoteProxy<IMDnsService> { class
27 explicit MDnsServiceProxy(const sptr<IRemoteObject> &impl);
28 virtual ~MDnsServiceProxy();
39 static inline BrokerDelegator<MDnsServiceProxy> delegator_;

Completed in 2 milliseconds