Lines Matching defs:netId

64 int32_t NetsysController::NetworkCreatePhysical(int32_t netId, int32_t permission)  in NetworkCreatePhysical()
74 int32_t NetsysController::NetworkCreateVirtual(int32_t netId, bool hasDns) in NetworkCreateVirtual()
84 int32_t NetsysController::NetworkDestroy(int32_t netId) in NetworkDestroy()
115 int32_t NetsysController::NetworkAddUids(int32_t netId, const std::vector<int32_t> &beginUids, in NetworkAddUids()
134 int32_t NetsysController::NetworkDelUids(int32_t netId, const std::vector<int32_t> &beginUids, in NetworkDelUids()
153 int32_t NetsysController::NetworkAddInterface(int32_t netId, const std::string &iface, NetBearType … in NetworkAddInterface()
164 int32_t NetsysController::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface()
174 int32_t NetsysController::NetworkAddRoute(int32_t netId, const std::string &ifName, const std::stri… in NetworkAddRoute()
186 int32_t NetsysController::NetworkRemoveRoute(int32_t netId, const std::string &ifName, const std::s… in NetworkRemoveRoute()
334 int32_t NetsysController::SetResolverConfig(uint16_t netId, uint16_t baseTimeoutMsec, uint8_t retry… in SetResolverConfig()
346 int32_t NetsysController::GetResolverConfig(uint16_t netId, std::vector<std::string> &servers, in GetResolverConfig()
358 int32_t NetsysController::CreateNetworkCache(uint16_t netId) in CreateNetworkCache()
368 int32_t NetsysController::DestroyNetworkCache(uint16_t netId) in DestroyNetworkCache()
379 uint16_t netId, std::vector<AddrInfo> &res) in GetAddrInfo()
539 int32_t NetsysController::SetDefaultNetWork(int32_t netId) in SetDefaultNetWork()
559 int32_t NetsysController::BindSocket(int32_t socketFd, uint32_t netId) in BindSocket()
633 int32_t NetsysController::ShareDnsSet(uint16_t netId) in ShareDnsSet()
1239 int32_t NetsysController::StartClat(const std::string &interfaceName, int32_t netId, const std::str… in StartClat()