Home
last modified time | relevance | path

Searched refs:SetLogging (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_shill_wifi_client.h48 virtual bool SetLogging() = 0;
Dproxy_dbus_shill_wifi_client.h29 bool SetLogging() override;
Dproxy_dbus_client.h57 void SetLogging(Technology tech);
Dproxy_dbus_shill_wifi_client.cc33 bool ProxyDbusShillWifiClient::SetLogging() { in SetLogging() function in ProxyDbusShillWifiClient
34 dbus_client_->SetLogging(ProxyDbusClient::TECHNOLOGY_WIFI); in SetLogging()
Dproxy_rpc_server.cc194 shill_wifi_client->SetLogging(); in InitTestNetworkState()
Dproxy_dbus_client.cc159 void ProxyDbusClient::SetLogging(Technology tech) { in SetLogging() function in ProxyDbusClient