Searched refs:LocalNetwork (Results 1 – 4 of 4) sorted by relevance
25 LocalNetwork::LocalNetwork(uint16_t netId) : NetsysNetwork(netId) {} in LocalNetwork() function in OHOS::nmd::LocalNetwork27 int32_t LocalNetwork::AddInterface(std::string &interfaceName) in AddInterface()43 int32_t LocalNetwork::RemoveInterface(std::string &interfaceName) in RemoveInterface()
25 class LocalNetwork : public NetsysNetwork {27 explicit LocalNetwork(uint16_t netId);28 virtual ~LocalNetwork() = default;
50 LocalNetwork localNetwork(1);
45 networks_.EnsureInsert(LOCAL_NET_ID, std::make_shared<LocalNetwork>(LOCAL_NET_ID)); in ConnManager()