HomeSort by relevance Sort by last modified time
    Searched refs:error_name (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 60 const std::string& error_name,
62 EXPECT_TRUE(error_expected) << "Unexpected error: " << error_name
72 void DBusErrorCallback(const std::string& error_name,
74 EXPECT_TRUE(false) << "DBus Error: " << error_name << "("
network_profile_handler.cc 35 const std::string& error_name,
network_state_handler_unittest.cc 29 void ErrorCallbackFunction(const std::string& error_name,
31 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message;
shill_property_handler_unittest.cc 32 void ErrorCallbackFunction(const std::string& error_name,
34 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message;
policy_applicator.cc 32 const std::string& error_name,
  /external/chromium_org/dbus/
object_proxy.h 250 const base::StringPiece& error_name,
object_proxy.cc 562 const base::StringPiece& error_name,
564 if (ignore_service_unknown_errors_ && error_name == kErrorServiceUnknown)
569 << ": " << error_name << ": " << error_message;
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 46 const std::string& error_name,
48 NET_LOG_ERROR("Shill Error from WimaxConfigView: " + error_name, function);
vpn_config_view.cc 800 const std::string& error_name,
802 NET_LOG_ERROR("Shill Error from VpnConfigView: " + error_name, "");
    [all...]
wifi_config_view.cc 95 const std::string& error_name,
97 NET_LOG_ERROR("Shill Error from WifiConfigView: " + error_name, function);
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_client_helper.cc 194 std::string error_name; local
199 error_name = response->GetErrorName();
202 error_callback.Run(error_name, error_message);
fake_shill_device_client.cc 26 const std::string& error_name,
29 << ": " << error_name << " : " << error_message;
fake_shill_manager_client.cc 88 void LogErrorCallback(const std::string& error_name,
90 LOG(ERROR) << error_name << ": " << error_message;
    [all...]
fake_bluetooth_device_client.cc 71 void SimpleErrorCallback(const std::string& error_name,
73 VLOG(1) << "Bluetooth Error: " << error_name << ": " << error_message;
    [all...]
nfc_client_unittest.cc 330 MOCK_METHOD2(ErrorCallback, void(const std::string& error_name,
    [all...]
  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 708 void CrasAudioHandler::HandleGetNodesError(const std::string& error_name,
711 << error_name << ": " << error_msg;
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 319 const std::string& error_name,
321 NET_LOG_ERROR("MobileActivator GetProperties Failed: " + error_name,
846 const std::string& error_name,
    [all...]
  /external/chromium_org/media/filters/
pipeline_integration_test.cc 127 const std::string& error_name,
165 const std::string& error_name,
169 web_session_id, error_name, system_code, error_message);
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc 257 // Check |error_code| and if is not |ERROR_SUCCESS|, then store |error_name|
260 const std::string& error_name,
937 DLOG(ERROR) << "WiFiService Error " << error_code << ": " << error_name; local
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos_unittest.cc 36 void DoNothingDBusErrorCallback(const std::string& error_name,
bluetooth_gatt_chromeos_unittest.cc 391 void DBusErrorCallback(const std::string& error_name,
    [all...]
bluetooth_chromeos_unittest.cc 302 void DBusErrorCallback(const std::string& error_name,
305 last_client_error_ = error_name;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_unittest.cc 49 void ErrorCallbackFunction(const std::string& error_name,
51 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message;
    [all...]
  /external/chromium_org/device/nfc/
nfc_chromeos_unittest.cc 184 void ErrorCallbackWithParameters(const std::string& error_name,
186 LOG(INFO) << "Error callback called: " << error_name << ", "
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 244 const std::string& error_name,
249 error_name == network_handler::kDBusFailedError)
251 NET_LOG_ERROR("Shill Error from InternetOptionsHandler: " + error_name,
    [all...]

Completed in 1069 milliseconds

1 2 34