Searched refs:EthernetServiceProxy (Results 1 – 4 of 4) sorted by relevance
38 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>… in SetIfaceConfig()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> &callba… in RegisterIfacesStateChanged()264 int32_t EthernetServiceProxy::SetInterfaceUp(const std::string &iface) in SetInterfaceUp()276 int32_t EthernetServiceProxy::SetInterfaceDown(const std::string &iface) in SetInterfaceDown()[all …]
41 VTT?for?OHOS::NetManagerStandard::EthernetServiceProxy;42 vtable?for?OHOS::NetManagerStandard::EthernetServiceProxy;43 …"OHOS::NetManagerStandard::EthernetServiceProxy::SetIfaceConfig(std::__h::basic_string<char, std::…44 …"OHOS::NetManagerStandard::EthernetServiceProxy::IsIfaceActive(std::__h::basic_string<char, std::_…46 "OHOS::NetManagerStandard::EthernetServiceProxy::ResetFactory()";47 …"OHOS::NetManagerStandard::EthernetServiceProxy::SetInterfaceUp(std::__h::basic_string<char, std::…48 …"OHOS::NetManagerStandard::EthernetServiceProxy::GetInterfaceConfig(std::__h::basic_string<char, s…49 …"OHOS::NetManagerStandard::EthernetServiceProxy::SetInterfaceDown(std::__h::basic_string<char, std…50 …"OHOS::NetManagerStandard::EthernetServiceProxy::SetInterfaceConfig(std::__h::basic_string<char, s…51 …"OHOS::NetManagerStandard::EthernetServiceProxy::GetMacAddress(std::__h::vector<OHOS::NetManagerSt…[all …]
123 EthernetServiceProxy ethernetServiceProxy(nullptr);132 EthernetServiceProxy ethernetServiceProxy(nullptr);141 EthernetServiceProxy ethernetServiceProxy(nullptr);150 EthernetServiceProxy ethernetServiceProxy(nullptr);161 EthernetServiceProxy ethernetServiceProxy(nullptr);169 EthernetServiceProxy ethernetServiceProxy(nullptr);176 EthernetServiceProxy ethernetServiceProxy(nullptr);187 EthernetServiceProxy ethernetServiceProxy(nullptr);195 EthernetServiceProxy ethernetServiceProxy(nullptr);
26 class EthernetServiceProxy : public IRemoteProxy<IEthernetService> {28 …explicit EthernetServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IEthernetService>(im… in EthernetServiceProxy() function29 virtual ~EthernetServiceProxy() = default;48 static inline BrokerDelegator<EthernetServiceProxy> delegator_;