Searched refs:EthernetService (Results 1 – 6 of 6) sorted by relevance
44 EthernetService::EthernetService() : SystemAbility(COMM_ETHERNET_MANAGER_SYS_ABILITY_ID, true) {} in EthernetService() function in OHOS::NetManagerStandard::EthernetService46 EthernetService::~EthernetService() = default;48 void EthernetService::OnStart() in OnStart()66 void EthernetService::OnStop() in OnStop()102 bool EthernetService::Init() in Init()109 if (!Publish(DelayedSingleton<EthernetService>::GetInstance().get())) { in Init()133 void EthernetService::InitManagement() in InitManagement()270 int32_t EthernetService::ResetFactory() in ResetFactory()318 int32_t EthernetService::SetInterfaceUp(const std::string &iface) in SetInterfaceUp()328 int32_t EthernetService::SetInterfaceDown(const std::string &iface) in SetInterfaceDown()[all …]
25 int32_t result = DelayedSingleton<EthernetService>::GetInstance()->ResetFactory(); in ResetEthernetFactory()
119 EthernetService ethernetservice;131 EthernetService ethernetservice;143 EthernetService ethernetservice;152 EthernetService ethernetservice;161 EthernetService ethernetservice;170 EthernetService ethernetservice;179 EthernetService ethernetservice;191 EthernetService ethernetservice;200 EthernetService ethernetservice;210 EthernetService ethernetService;[all …]
549 EthernetService ethernetService;551 ethernetService.state_ = EthernetService::ServiceRunningState::STATE_RUNNING;553 ethernetService.state_ = EthernetService::ServiceRunningState::STATE_STOPPED;
37 class EthernetService : public SystemAbility,39 public std::enable_shared_from_this<EthernetService> {40 DECLARE_DELAYED_SINGLETON(EthernetService)41 DECLARE_SYSTEM_ABILITY(EthernetService) in DECLARE_SYSTEM_ABILITY() argument45 …explicit GlobalInterfaceStateCallback(EthernetService ðService) : ethernetService_(ethService) … in DECLARE_SYSTEM_ABILITY()61 EthernetService ðernetService_; in DECLARE_SYSTEM_ABILITY()
97 DelayedSingleton<EthernetService>::GetInstance()->Init(); in Init()138 …return DelayedSingleton<EthernetService>::GetInstance()->OnRemoteRequest(code, data, reply, option… in OnRemoteRequest()