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()
93 if (mInterfaces.empty()) { in setPermission()99 for (const std::string& interface : mInterfaces) { in setPermission()108 for (const std::string& interface : mInterfaces) { in setPermission()129 for (const std::string& interface : mInterfaces) { in addAsDefault()142 for (const std::string& interface : mInterfaces) { in removeAsDefault()169 mInterfaces.insert(interface); in addInterface()191 mInterfaces.erase(interface); in removeInterface()
105 mInterfaces.clear(); in ~TetherController()311 for (const auto &ifname : mInterfaces) { in applyDnsInterfaces()344 mInterfaces.push_back(interface); in tetherInterface()347 mInterfaces.pop_back(); in tetherInterface()358 for (auto it = mInterfaces.cbegin(); it != mInterfaces.cend(); ++it) { in untetherInterface()360 mInterfaces.erase(it); in untetherInterface()371 return mInterfaces; in getTetheredInterfaceList()
72 for (const std::string& interface : mInterfaces) { in addUsers()87 for (const std::string& interface : mInterfaces) { in removeUsers()111 mInterfaces.insert(interface); in addInterface()124 mInterfaces.erase(interface); in removeInterface()
45 mInterfaces.insert(interface); in addInterface()57 mInterfaces.erase(interface); in removeInterface()
31 mInterfaces.insert(INTERFACE_NAME); in DummyNetwork()
60 std::set<std::string> mInterfaces; variable
31 std::list<std::string> mInterfaces;
58 if(mInterfaces != NULL) { in ~AST()59 for(auto* inter : *mInterfaces) { in ~AST()63 delete mInterfaces; in ~AST()140 mInterfaces = new std::vector<CompositeDeclaration*>; in isolateInterfaces()147 mInterfaces->push_back((CompositeDeclaration *) *it); in isolateInterfaces()181 mInterfaces->push_back(interface); in isolateGlobalInterface()241 for (auto &interface : *mInterfaces) { in generateCode()
75 std::vector<CompositeDeclaration *> *mInterfaces = NULL; member