Searched refs:BSSRemoved (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/shill/supplicant/
H A Dsupplicant_event_delegate_interface.h36 virtual void BSSRemoved(const std::string& BSS) = 0;
/system/connectivity/shill/dbus/
H A Dchromeos_supplicant_interface_proxy.h108 void BSSRemoved(const dbus::ObjectPath& BSS);
H A Dchromeos_supplicant_interface_proxy.cc93 base::Bind(&ChromeosSupplicantInterfaceProxy::BSSRemoved,
492 void ChromeosSupplicantInterfaceProxy::BSSRemoved(const dbus::ObjectPath& BSS) { function in class:shill::ChromeosSupplicantInterfaceProxy
494 delegate_->BSSRemoved(BSS.value());
/system/connectivity/shill/ethernet/
H A Dethernet.h90 void BSSRemoved(const std::string& BSS) override;
H A Dethernet.cc235 void Ethernet::BSSRemoved(const string& path) { function in class:shill::Ethernet
/system/connectivity/shill/wifi/
H A Dwifi.h65 // A WiFi device is notified that an AP has gone away via the BSSRemoved signal.
176 void BSSRemoved(const std::string& BSS) override;
267 // Result from a BSSAdded or BSSRemoved event.
H A Dwifi_unittest.cc1056 void BSSRemoved(const string& bss_path) { function in class:shill::WiFiObjectTest
1057 wifi_->BSSRemoved(bss_path);
4572 BSSRemoved("bss0");
H A Dwifi.cc395 void WiFi::BSSRemoved(const string& path) { function in class:shill::WiFi
1307 << ": BSSRemoved";

Completed in 141 milliseconds