Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi.cc233 Bind(&WiFi::OnWiFiDebugScopeChanged, weak_ptr_factory_.GetWeakPtr()));
2232 void WiFi::OnWiFiDebugScopeChanged(bool enabled) { in OnWiFiDebugScopeChanged() function in shill::WiFi
2269 OnWiFiDebugScopeChanged( in SetConnectionDebugging()
2299 OnWiFiDebugScopeChanged( in ConnectToSupplicant()
Dwifi.h545 void OnWiFiDebugScopeChanged(bool enabled);
Dwifi_unittest.cc1098 wifi_->OnWiFiDebugScopeChanged(enabled); in ReportWiFiDebugScopeChanged()