HomeSort by relevance Sort by last modified time
    Searched full:error_name (Results 26 - 50 of 144) sorted by null

12 3 4 5 6

  /external/chromium_org/chromeos/dbus/
shill_service_client.cc 34 const std::string& error_name,
39 error_name + ": " + error_message;
43 if (error_name == DBUS_ERROR_UNKNOWN_METHOD ||
44 error_name == DBUS_ERROR_UNKNOWN_OBJECT)
bluetooth_device_client.cc 317 std::string error_name; local
321 error_name = response->GetErrorName();
324 error_name = kNoResponseError;
327 error_callback.Run(error_name, error_message);
cras_audio_client.cc 313 std::string error_name; local
317 error_name = response->GetErrorName();
320 error_name = kNoResponseError;
323 error_callback.Run(error_name, error_message);
fake_shill_device_client.cc 26 const std::string& error_name,
29 << ": " << error_name << " : " << error_message;
34 std::string error_name("org.chromium.flimflam.Error.Failure");
37 FROM_HERE, base::Bind(error_callback, error_name, error_message));
nfc_client_helpers.cc 24 std::string error_name; local
28 error_name = response->GetErrorName();
31 error_name = kNoResponseError;
34 error_callback.Run(error_name, error_message);
bluetooth_adapter_client.h 116 // It receives two arguments: the name of the error in |error_name| and
118 typedef base::Callback<void(const std::string& error_name,
cras_audio_client.h 66 // arguments, |error_name| indicates the dbus error name, and |error_message|
bluetooth_device_client.h 125 // It receives two arguments: the name of the error in |error_name| and
127 typedef base::Callback<void(const std::string& error_name,
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.cc 189 const std::string& error_name,
192 << error_name << ": " << error_message;
205 const std::string& error_name,
208 << error_name << ": " << error_message;
bluetooth_adapter_chromeos.cc 421 const std::string& error_name,
424 << error_name << ": " << error_message;
434 const std::string& error_name,
437 << error_name << ": " << error_message;
bluetooth_adapter_chromeos.h 124 const std::string& error_name,
130 const std::string& error_name,
  /external/chromium_org/third_party/launchpad_translations/
generated_resources_ka.xtb 11 <translation id="1031460590482534116">???????? ???????????? ?????????? ????? ???????. ??????? <ph name="ERROR_NUMBER"/> (<ph name="ERROR_NAME"/>).</translation>
  /external/chromium_org/chromeos/network/
network_connection_handler_unittest.cc 26 void ConfigureErrorCallback(const std::string& error_name,
109 void ErrorCallback(const std::string& error_name,
111 result_ = error_name;
network_connection_handler.cc 34 const std::string& error_name) {
35 std::string error_msg = "Connect Error: " + error_name;
38 error_callback, service_path, error_name, error_msg);
529 const std::string& error_name,
613 std::string error_name; // 'Canceled' or 'Failed' local
620 error_name = kErrorConnectCanceled;
622 error_name = shill::kErrorConnectFailed;
628 std::string error_msg = error_name;
638 error_callback, service_path, error_name, shill_error);
662 const std::string& error_name) {
    [all...]
network_device_handler_unittest.cc 67 void ErrorCallback(const std::string& error_name,
69 result_ = error_name;
managed_network_configuration_handler_impl.cc 62 const std::string& error_name) {
63 std::string error_msg = "ManagedConfig Error: " + error_name;
66 error_callback, service_path, error_name, error_msg);
70 const std::string& error_name,
72 LOG(ERROR) << from_where.ToString() << ": " << error_name;
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_cert_migrator.cc 206 const std::string& error_name,
212 error_name,
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 284 const std::string& error_name,
287 << error_name << ": " << error_message;
297 const std::string& error_name,
300 << error_name << ": " << error_message;
  /external/chromium_org/dbus/
message.cc 263 AppendStringHeader("error_name", GetErrorName(), &headers);
290 bool Message::SetErrorName(const std::string& error_name) {
291 return dbus_message_set_error_name(raw_message_, error_name.c_str());
327 const char* error_name = dbus_message_get_error_name(raw_message_); local
328 return error_name ? error_name : "";
442 const std::string& error_name,
446 error_name.c_str(),
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_service_chromeos.cc 61 void OnGetNodesError(const std::string& error_name,
206 void AudioServiceImpl::OnGetNodesError(const std::string& error_name,
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_service_client.h 79 void(const std::string& error_name,
87 void(const std::string& error_name,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 89 const std::string& error_name,
91 NET_LOG_ERROR("Operation failed: " + error_name, operation_name);
sim_unlock_ui.cc 218 const std::string& error_name,
595 const std::string& error_name,
597 NET_LOG_ERROR("Pin operation failed: " + error_name, operation_name);
599 if (error_name == NetworkDeviceHandler::kErrorIncorrectPin ||
600 error_name == NetworkDeviceHandler::kErrorPinRequired)
602 else if (error_name == NetworkDeviceHandler::kErrorPinBlocked)
mobile_setup_ui.cc 170 const std::string& error_name,
222 const std::string& error_name,
363 const std::string& error_name,
555 const std::string& error_name,
557 NET_LOG_ERROR("MobileActivator GetProperties Failed: " + error_name,

Completed in 145 milliseconds

12 3 4 5 6