Searched refs:mInterfaces (Results 1 – 10 of 10) sorted by relevance
29 if (!mInterfaces.empty()) { in ~Network()39 return mInterfaces.find(interface) != mInterfaces.end(); in hasInterface()43 return mInterfaces; in getInterfaces()47 while (!mInterfaces.empty()) { in clearInterfaces()50 std::string interface = *mInterfaces.begin(); in clearInterfaces()82 if (mInterfaces.size() > 0) { in toString()83 repr << kSeparator << android::base::Join(mInterfaces, ","); in toString()
102 if (mInterfaces.empty()) { in setPermission()108 for (const std::string& interface : mInterfaces) { in setPermission()118 for (const std::string& interface : mInterfaces) { in setPermission()139 for (const std::string& interface : mInterfaces) { in addAsDefault()152 for (const std::string& interface : mInterfaces) { in removeAsDefault()179 mInterfaces.insert(interface); in addInterface()201 mInterfaces.erase(interface); in removeInterface()
67 for (const std::string& interface : mInterfaces) { in addUsers()82 for (const std::string& interface : mInterfaces) { in removeUsers()106 mInterfaces.insert(interface); in addInterface()119 mInterfaces.erase(interface); in removeInterface()
45 mInterfaces.insert(interface); in addInterface()57 mInterfaces.erase(interface); in removeInterface()
31 mInterfaces.insert(INTERFACE_NAME); in DummyNetwork()
58 std::set<std::string> mInterfaces; variable
462 for (const auto& ifname : mInterfaces) { in applyDnsInterfaces()493 mInterfaces.push_back(interface); in tetherInterface()496 mInterfaces.pop_back(); in tetherInterface()507 for (auto it = mInterfaces.cbegin(); it != mInterfaces.cend(); ++it) { in untetherInterface()509 mInterfaces.erase(it); in untetherInterface()520 return mInterfaces; in getTetheredInterfaceList()
45 std::list<std::string> mInterfaces; variable
57 if(mInterfaces != nullptr) { in ~AST()58 for(auto* inter : *mInterfaces) { in ~AST()62 delete mInterfaces; in ~AST()139 mInterfaces = new std::vector<CompositeDeclaration*>; in isolateInterfaces()146 mInterfaces->push_back((CompositeDeclaration *) *it); in isolateInterfaces()180 mInterfaces->push_back(interface); in isolateGlobalInterface()240 for (auto &interface : *mInterfaces) { in generateCode()
75 std::vector<CompositeDeclaration *> *mInterfaces = nullptr; member