Home
last modified time | relevance | path

Searched defs:is_success (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc49 bool* is_success, in IsProxyPropertyValueIn()
113 bool* is_success, in WaitForCondition()
306 bool is_success; in WaitForMatchingServiceProxy() local
430 bool is_success = true; in SetLoggingInternal() local
512 bool is_success; in WaitForProxyPropertyValueIn() local
523 bool* is_success, in IsMatchingServicePresent()
Dproxy_rpc_server.cc152 bool is_success = shill_wifi_client->ConnectToWifiNetwork( in ConnectWifi() local
198 bool is_success = shill_wifi_client->CreateProfile(kTestProfileName); in InitTestNetworkState() local
249 bool is_success = shill_wifi_client->WaitForServiceStates( in WaitForServiceStates() local
Dproxy_dbus_shill_wifi_client.cc271 bool is_success = true; in ConfigureBgScan() local
346 bool is_success = in WaitForServiceStates() local
/system/update_engine/update_manager/
Dreal_updater_provider.cc70 inline bool is_success() { return is_success_; } in is_success() function in chromeos_update_manager::GetStatusHelper
/system/connectivity/shill/
Dconnection_diagnostics_unittest.cc639 void ExpectPingDNSSeversStart(bool is_success, const string& expected_issue) { in ExpectPingDNSSeversStart()