Home
last modified time | relevance | path

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

/system/connectivity/wificond/
Dserver.cpp152 client_interfaces_.push_back(std::move(client_interface)); in createClientInterface()
153 BroadcastClientInterfaceReady(client_interfaces_.back()->GetBinder()); in createClientInterface()
159 for (auto& it : client_interfaces_) { in tearDownInterfaces()
162 client_interfaces_.clear(); in tearDownInterfaces()
178 for (auto& it : client_interfaces_) { in GetClientInterfaces()
210 for (const auto& iface : client_interfaces_) { in dump()
244 if (!ap_interfaces_.empty() || !client_interfaces_.empty()) { in SetupInterface()
Dserver.h119 std::vector<std::unique_ptr<ClientInterfaceImpl>> client_interfaces_; variable