Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_out_data_types.cc29 const std::string& failure_reason) in AssociationResult() argument
34 failure_reason_(failure_reason) {} in AssociationResult()
Dproxy_dbus_shill_wifi_client.cc124 std::string* failure_reason) { in ConnectToWifiNetwork() argument
130 *failure_reason = "FAIL(Invalid station type specified.)"; in ConnectToWifiNetwork()
136 *failure_reason = "FAIL(Failed to configure hidden SSID)"; in ConnectToWifiNetwork()
162 *failure_reason = "FAIL(Discovery timed out)"; in ConnectToWifiNetwork()
180 *failure_reason = "FAIL(Failed to call connect)"; in ConnectToWifiNetwork()
194 *failure_reason = "FAIL(Association timed out)"; in ConnectToWifiNetwork()
208 *failure_reason = "FAIL(Configuration timed out)"; in ConnectToWifiNetwork()
214 *failure_reason = "SUCCESS(Connection successful)"; in ConnectToWifiNetwork()
222 std::string* failure_reason) { in DisconnectFromWifiNetwork() argument
235 *failure_reason = "FAIL(Service not found)"; in DisconnectFromWifiNetwork()
[all …]
Dproxy_rpc_out_data_types.h31 const std::string& failure_reason);
Dproxy_shill_wifi_client.h75 std::string* failure_reason) = 0;
79 std::string* failure_reason) = 0;
Dproxy_dbus_shill_wifi_client.h56 std::string* failure_reason) override;
60 std::string* failure_reason) override;
Dproxy_rpc_server.cc151 std::string failure_reason; in ConnectWifi() local
167 &failure_reason); in ConnectWifi()
174 failure_reason); in ConnectWifi()