Searched defs:Network (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DNetwork.cpp17 #include "Network.h"
28 Network::~Network() {
34 unsigned Network::getNetId() const {
38 bool Network::hasInterface(const std::string& interface) const {
42 const std::set<std::string>& Network::getInterfaces() const {
46 int Network::clearInterfaces() {
58 std::string Network::toString() const {
90 Network::Network(unsigne function in class:android::net::Network
[all...]
H A DNetwork.h28 // A Network represents a collection of interfaces participating as a single administrative unit.
29 class Network { class in namespace:android::net
41 virtual ~Network();
57 explicit Network(unsigned netId);

Completed in 88 milliseconds