Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc443 XmlRpc::XmlRpcValue RemoveAllWakePacketSources( in RemoveAllWakePacketSources() function
450 return shill_wifi_client->RemoveAllWakePacketSources(interface_name); in RemoveAllWakePacketSources()
556 base::Bind(&RemoveAllWakePacketSources)); in Run()
Dproxy_shill_wifi_client.h123 virtual bool RemoveAllWakePacketSources(const std::string& interface_name) = 0;
Dproxy_dbus_shill_wifi_client.h104 bool RemoveAllWakePacketSources(const std::string& interface_name) override;
Dproxy_dbus_shill_wifi_client.cc589 bool ProxyDbusShillWifiClient::RemoveAllWakePacketSources( in RemoveAllWakePacketSources() function in ProxyDbusShillWifiClient