Home
last modified time | relevance | path

Searched refs:IEthernetService (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp45 sptr<IEthernetService> proxy = GetProxy(); in GetMacAddress()
55 sptr<IEthernetService> proxy = GetProxy(); in SetIfaceConfig()
65 sptr<IEthernetService> proxy = GetProxy(); in GetIfaceConfig()
75 sptr<IEthernetService> proxy = GetProxy(); in IsIfaceActive()
85 sptr<IEthernetService> proxy = GetProxy(); in GetAllActiveIfaces()
95 sptr<IEthernetService> proxy = GetProxy(); in ResetFactory()
103 sptr<IEthernetService> EthernetClient::GetProxy() in GetProxy()
128 ethernetService_ = iface_cast<IEthernetService>(remote); in GetProxy()
188 sptr<IEthernetService> proxy = GetProxy(); in RegisterIfacesStateChanged()
205 sptr<IEthernetService> prox in UnregisterIfacesStateChanged()
[all...]
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dethernet_client.h171 sptr<IEthernetService> GetProxy();
177 sptr<IEthernetService> ethernetService_;
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Dethernet_service_proxy.h26 class EthernetServiceProxy : public IRemoteProxy<IEthernetService> {
28 explicit EthernetServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IEthernetService>(impl) {} in EthernetServiceProxy()
H A Di_ethernet_service.h33 class IEthernetService : public IRemoteBroker { class
35 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.NetManagerStandard.IEthernetService");
/foundation/communication/netmanager_ext/services/ethernetmanager/include/stub/
H A Dethernet_service_stub.h29 class EthernetServiceStub : public IRemoteStub<IEthernetService> {

Completed in 2 milliseconds