Home
last modified time | relevance | path

Searched refs:DisassociateFromService (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi.h230 virtual void DisassociateFromService(const WiFiServiceRefPtr& service);
Dwifi_service.cc1269 wifi_->DisassociateFromService(this); in SetWiFi()
Dwifi.cc1786 void WiFi::DisassociateFromService(const WiFiServiceRefPtr& service) { in DisassociateFromService() function in shill::WiFi
Dwifi_unittest.cc783 wifi_->DisassociateFromService(service_); in OnEndpointRemoved()