Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc421 XmlRpc::XmlRpcValue AddWakePacketSource( in AddWakePacketSource() function
429 return shill_wifi_client->AddWakePacketSource(interface_name, source_ip); in AddWakePacketSource()
552 RegisterRpcMethod("add_wake_packet_source", base::Bind(&AddWakePacketSource)); in Run()
Dproxy_shill_wifi_client.h119 virtual bool AddWakePacketSource(const std::string& interface_name,
Dproxy_dbus_shill_wifi_client.h100 bool AddWakePacketSource(const std::string& interface_name,
Dproxy_dbus_shill_wifi_client.cc561 bool ProxyDbusShillWifiClient::AddWakePacketSource( in AddWakePacketSource() function in ProxyDbusShillWifiClient