Searched refs:ethernetService_ (Results 1 – 6 of 6) sorted by relevance
39 EthernetClient::EthernetClient() : ethernetService_(nullptr), deathRecipient_(nullptr), callback_(n… in EthernetClient()106 if (ethernetService_) { in GetProxy()108 return ethernetService_; in GetProxy()128 ethernetService_ = iface_cast<IEthernetService>(remote); in GetProxy()129 if (ethernetService_ == nullptr) { in GetProxy()133 return ethernetService_; in GetProxy()158 if (ethernetService_ == nullptr) { in OnRemoteDied()162 sptr<IRemoteObject> local = ethernetService_->AsObject(); in OnRemoteDied()172 ethernetService_ = nullptr; in OnRemoteDied()
136 if (ethernetService_ == nullptr) { in ResetEthernetFactory()139 return ethernetService_->ResetEthernetFactory(); in ResetEthernetFactory()144 ethernetService_ = service; in RegisterEthernetService()
45 …explicit GlobalInterfaceStateCallback(EthernetService ðService) : ethernetService_(ethService) … in DECLARE_SYSTEM_ABILITY()61 EthernetService ðernetService_; in DECLARE_SYSTEM_ABILITY()
156 ethernetService_.NotifyMonitorIfaceCallbackAsync( in OnInterfaceAdded()164 ethernetService_.NotifyMonitorIfaceCallbackAsync( in OnInterfaceRemoved()177 ethernetService_.NotifyMonitorIfaceCallbackAsync( in OnInterfaceLinkStateChanged()
177 sptr<IEthernetService> ethernetService_; variable
67 sptr<NetEthernetBaseService> ethernetService_; variable