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()
106 if (mInterfaces.empty()) { in setPermission()112 for (const std::string& interface : mInterfaces) { in setPermission()122 for (const std::string& interface : mInterfaces) { in setPermission()143 for (const std::string& interface : mInterfaces) { in addAsDefault()156 for (const std::string& interface : mInterfaces) { in removeAsDefault()183 mInterfaces.insert(interface); in addInterface()205 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()
60 std::set<std::string> mInterfaces; variable
412 for (const auto& ifname : mInterfaces) { in applyDnsInterfaces()443 mInterfaces.push_back(interface); in tetherInterface()446 mInterfaces.pop_back(); in tetherInterface()457 for (auto it = mInterfaces.cbegin(); it != mInterfaces.cend(); ++it) { in untetherInterface()459 mInterfaces.erase(it); in untetherInterface()470 return mInterfaces; in getTetheredInterfaceList()
40 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