Home
last modified time | relevance | path

Searched refs:EthernetServiceProxy (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dethernet_service_proxy.cpp38 bool EthernetServiceProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken()
40 if (!data.WriteInterfaceToken(EthernetServiceProxy::GetDescriptor())) { in WriteInterfaceToken()
47 int32_t EthernetServiceProxy::GetMacAddress(std::vector<MacAddressInfo> &macAddrList) in GetMacAddress()
86 int32_t EthernetServiceProxy::SetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ic) in SetIfaceConfig()
114 int32_t EthernetServiceProxy::GetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ifaceConfig) in GetIfaceConfig()
137 int32_t EthernetServiceProxy::IsIfaceActive(const std::string &iface, int32_t &activeStatus) in IsIfaceActive()
151 int32_t EthernetServiceProxy::GetAllActiveIfaces(std::vector<std::string> &activeIfaces) in GetAllActiveIfaces()
182 int32_t EthernetServiceProxy::ResetFactory() in ResetFactory()
203 int32_t EthernetServiceProxy::RegisterIfacesStateChanged(const sptr<InterfaceStateCallback> &callback) in RegisterIfacesStateChanged()
234 int32_t EthernetServiceProxy
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_proxy_test.cpp123 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
132 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
141 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
150 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
161 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
169 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
176 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
187 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
195 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_proxy_test.cpp123 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
132 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
141 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
150 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
161 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
169 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
176 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
187 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
195 EthernetServiceProxy ethernetServiceProxy(nullptr); in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Dethernet_service_proxy.h26 class EthernetServiceProxy : public IRemoteProxy<IEthernetService> { class
28 explicit EthernetServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IEthernetService>(impl) {} in EthernetServiceProxy() function in OHOS::NetManagerStandard::EthernetServiceProxy
29 virtual ~EthernetServiceProxy() = default;
48 static inline BrokerDelegator<EthernetServiceProxy> delegator_;

Completed in 3 milliseconds