Home
last modified time | relevance | path

Searched refs:shill_wifi_client_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.h53 ProxyShillWifiClient* shill_wifi_client_; variable
69 std::unique_ptr<ProxyShillWifiClient> shill_wifi_client_; variable
Dproxy_rpc_server.cc483 shill_wifi_client_(shill_wifi_client) { in ProxyRpcServerMethod()
489 value_out = handler_.Run(params_in, shill_wifi_client_); in execute()
503 shill_wifi_client_(std::move(shill_wifi_client)) { in ProxyRpcServer()
511 method_name, handler, shill_wifi_client_.get(), this)); in RegisterRpcMethod()