Home
last modified time | relevance | path

Searched refs:SetWiFi (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_service.cc801 SetWiFi(wifi); in UpdateFromEndpoints()
1260 SetWiFi(nullptr); in ResetWiFi()
1263 void WiFiService::SetWiFi(const WiFiRefPtr& new_wifi) { in SetWiFi() function in shill::WiFiService
Dwifi_service.h334 void SetWiFi(const WiFiRefPtr& new_wifi);
Dwifi_service_unittest.cc157 void SetWiFi(WiFiServiceRefPtr service, WiFiRefPtr wifi) { in SetWiFi() function in shill::WiFiServiceTest
158 service->SetWiFi(wifi); // Has side-effects. in SetWiFi()
1971 SetWiFi(service, wifi()); in TEST_F()