Searched refs:DevInterfaceState (Results 1 – 9 of 9) sorted by relevance
33 DevInterfaceState::DevInterfaceState() in DevInterfaceState() function in OHOS::NetManagerStandard::DevInterfaceState51 void DevInterfaceState::SetLinkUp(bool up) in SetLinkUp()85 std::string DevInterfaceState::GetDevName() const in GetDevName()95 std::set<NetCap> DevInterfaceState::GetNetCaps() in GetNetCaps()100 bool DevInterfaceState::GetLinkUp() const in GetLinkUp()115 bool DevInterfaceState::IsLanIface() in IsLanIface()126 IPSetMode DevInterfaceState::GetIPSetMode() const in GetIPSetMode()134 bool DevInterfaceState::GetDhcpReqState() const in GetDhcpReqState()166 void DevInterfaceState::RemoteUpdateNetLinkInfo() in RemoteUpdateNetLinkInfo()218 void DevInterfaceState::UpdateLinkInfo() in UpdateLinkInfo()[all …]
34 void EthernetLanManagement::GetOldLinkInfo(sptr<DevInterfaceState> &devState) in GetOldLinkInfo()48 int32_t EthernetLanManagement::UpdateLanLinkInfo(sptr<DevInterfaceState> &devState) in UpdateLanLinkInfo()71 int32_t EthernetLanManagement::ReleaseLanNetLink(sptr<DevInterfaceState> &devState) in ReleaseLanNetLink()
150 sptr<DevInterfaceState> devState = fit->second; in UpdateInterfaceState()423 std::map<std::string, sptr<DevInterfaceState>> tempDevMap; in StartSetDevUpThd()459 void EthernetManagement::StartDhcpClient(const std::string &dev, sptr<DevInterfaceState> &devState) in StartDhcpClient()466 void EthernetManagement::StopDhcpClient(const std::string &dev, sptr<DevInterfaceState> &devState) in StopDhcpClient()482 sptr<DevInterfaceState> devState = new (std::nothrow) DevInterfaceState(); in DevInterfaceAdd()
50 DevInterfaceState devInterfaceState;81 DevInterfaceState devInterfaceState;85 devInterfaceState.connLinkState_ = DevInterfaceState::ConnLinkState::UNREGISTERED;87 devInterfaceState.connLinkState_ = DevInterfaceState::ConnLinkState::REGISTERED;89 devInterfaceState.connLinkState_ = DevInterfaceState::ConnLinkState::LINK_UNAVAILABLE;91 devInterfaceState.connLinkState_ = DevInterfaceState::ConnLinkState::LINK_AVAILABLE;97 devInterfaceState.connLinkState_ = DevInterfaceState::ConnLinkState::UNREGISTERED;99 devInterfaceState.connLinkState_ = DevInterfaceState::ConnLinkState::REGISTERED;109 DevInterfaceState devInterfaceState;123 DevInterfaceState devInterfaceState;[all …]
80 sptr<DevInterfaceState> devState = nullptr;84 sptr<DevInterfaceState> newDevState = new (std::nothrow) DevInterfaceState();116 sptr<DevInterfaceState> setDevState = new (std::nothrow) DevInterfaceState();159 sptr<DevInterfaceState> devState = nullptr;164 devState = new (std::nothrow) DevInterfaceState();
994 sptr<DevInterfaceState> devState = new (std::nothrow) DevInterfaceState();
33 int32_t UpdateLanLinkInfo(sptr<DevInterfaceState> &devState);34 int32_t ReleaseLanNetLink(sptr<DevInterfaceState> &devState);35 void GetOldLinkInfo(sptr<DevInterfaceState> &devState);
37 class DevInterfaceState : public virtual RefBase {39 DevInterfaceState();40 ~DevInterfaceState() = default;
85 void StartDhcpClient(const std::string &dev, sptr<DevInterfaceState> &devState);86 void StopDhcpClient(const std::string &dev, sptr<DevInterfaceState> &devState);94 std::map<std::string, sptr<DevInterfaceState>> devs_;