Lines Matching refs:Server
57 Server::Server(unique_ptr<InterfaceTool> if_tool, in Server() function in android::wificond::Server
65 Status Server::RegisterCallback(const sp<IInterfaceEventCallback>& callback) { in RegisterCallback()
77 Status Server::UnregisterCallback(const sp<IInterfaceEventCallback>& callback) { in UnregisterCallback()
92 Status Server::createApInterface(const std::string& iface_name, in createApInterface()
111 Status Server::tearDownApInterface(const std::string& iface_name, in tearDownApInterface()
123 Status Server::createClientInterface(const std::string& iface_name, in createClientInterface()
145 Status Server::tearDownClientInterface(const std::string& iface_name, in tearDownClientInterface()
157 Status Server::tearDownInterfaces() { in tearDownInterfaces()
175 Status Server::GetClientInterfaces(vector<sp<IBinder>>* out_client_interfaces) { in GetClientInterfaces()
183 Status Server::GetApInterfaces(vector<sp<IBinder>>* out_ap_interfaces) { in GetApInterfaces()
191 status_t Server::dump(int fd, const Vector<String16>& /*args*/) { in dump()
232 void Server::MarkDownAllInterfaces() { in MarkDownAllInterfaces()
243 Status Server::getAvailable2gChannels( in getAvailable2gChannels()
261 Status Server::getAvailable5gNonDFSChannels( in getAvailable5gNonDFSChannels()
279 Status Server::getAvailableDFSChannels( in getAvailableDFSChannels()
298 bool Server::SetupInterface(const std::string& iface_name, in SetupInterface()
306 std::bind(&Server::OnRegDomainChanged, in SetupInterface()
327 bool Server::RefreshWiphyIndex(const std::string& iface_name) { in RefreshWiphyIndex()
335 void Server::OnRegDomainChanged(std::string& country_code) { in OnRegDomainChanged()
344 void Server::LogSupportedBands() { in LogSupportedBands()
372 void Server::BroadcastClientInterfaceReady( in BroadcastClientInterfaceReady()
379 void Server::BroadcastApInterfaceReady( in BroadcastApInterfaceReady()
386 void Server::BroadcastClientInterfaceTornDown( in BroadcastClientInterfaceTornDown()
393 void Server::BroadcastApInterfaceTornDown( in BroadcastApInterfaceTornDown()