Home
last modified time | relevance | path

Searched refs:ap_interfaces_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/wificond/
Dserver.cpp141 ap_interfaces_[iface_name] = std::move(ap_interface); in createApInterface()
154 const auto iter = ap_interfaces_.find(iface_name); in tearDownApInterface()
155 if (iter != ap_interfaces_.end()) { in tearDownApInterface()
157 ap_interfaces_.erase(iter); in tearDownApInterface()
247 for (auto& it : ap_interfaces_) { in tearDownInterfaces()
250 ap_interfaces_.clear(); in tearDownInterfaces()
273 for (auto& it : ap_interfaces_) { in GetApInterfaces()
308 for (const auto& iface : ap_interfaces_) { in dump()
Dserver.h146 std::map<std::string, std::unique_ptr<ApInterfaceImpl>> ap_interfaces_; variable