Searched refs:RemoveAllWakeOnPacketConnections (Results 1 - 10 of 10) sorted by relevance

/system/connectivity/shill/dbus/
H A Dchromeos_device_dbus_adaptor.h111 bool RemoveAllWakeOnPacketConnections(brillo::ErrorPtr* error) override;
H A Dchromeos_device_dbus_adaptor.cc308 bool ChromeosDeviceDBusAdaptor::RemoveAllWakeOnPacketConnections( function in class:shill::ChromeosDeviceDBusAdaptor
313 device_->RemoveAllWakeOnPacketConnections(&e);
/system/connectivity/shill/wifi/
H A Dwake_on_wifi.h210 void RemoveAllWakeOnPacketConnections(Error* error);
H A Dwifi.h169 void RemoveAllWakeOnPacketConnections(Error* error) override;
H A Dwake_on_wifi_unittest.cc676 void RemoveAllWakeOnPacketConnections(Error* error) { function in class:shill::WakeOnWiFiTest
677 wake_on_wifi_->RemoveAllWakeOnPacketConnections(error);
2150 RemoveAllWakeOnPacketConnections(&e);
2184 RemoveAllWakeOnPacketConnections(&e);
2236 RemoveAllWakeOnPacketConnections(&e);
3211 RemoveAllWakeOnPacketConnections(&e);
H A Dwifi.cc2051 void WiFi::RemoveAllWakeOnPacketConnections(Error* error) { function in class:shill::WiFi
2052 wake_on_wifi_->RemoveAllWakeOnPacketConnections(error);
H A Dwake_on_wifi.cc851 void WakeOnWiFi::RemoveAllWakeOnPacketConnections(Error* error) { function in class:shill::WakeOnWiFi
/system/connectivity/shill/
H A Ddevice.h335 virtual void RemoveAllWakeOnPacketConnections(Error* error);
H A Ddevice.cc688 void Device::RemoveAllWakeOnPacketConnections(Error* error) { function in class:shill::Device
691 "RemoveAllWakeOnPacketConnections not implemented for " + link_name_ +
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_dbus_shill_wifi_client.cc599 return device->RemoveAllWakeOnPacketConnections(nullptr);

Completed in 91 milliseconds