Searched refs:interfaces_ (Results 1 – 4 of 4) sorted by relevance
202 for (const auto& iface : interfaces_) { in dump()310 interfaces_.clear(); in SetupInterface()311 if (!netlink_utils_->GetInterfaces(wiphy_index_, &interfaces_)) { in SetupInterface()316 for (const auto& iface : interfaces_) { in SetupInterface()
124 std::vector<InterfaceInfo> interfaces_; variable
120 const std::set<std::string>& interfaces() const { return interfaces_; } in interfaces()175 std::set<std::string> interfaces_; // e.g. some.package.foo@1.0::IBaz/instance-name variable
178 service_->interfaces_.insert(fullname); in ParseInterface()