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

12 3 4

  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.h 89 const std::string& error_name,
95 const std::string& error_name,
nfc_peer_chromeos.h 53 const std::string& error_name,
nfc_tag_technology_chromeos.h 56 const std::string& error_name,
nfc_peer_chromeos.cc 159 const std::string& error_name,
162 << error_name << ": " << error_message;
nfc_tag_technology_chromeos.cc 150 const std::string& error_name,
153 << error_name << ": " << error_message;
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_descriptor_chromeos.cc 130 const std::string& error_name,
132 VLOG(1) << "Operation failed: " << error_name
bluetooth_adapter_chromeos.h 147 void OnRegisterAgentError(const std::string& error_name,
153 void OnRequestDefaultAgentError(const std::string& error_name,
202 const std::string& error_name,
208 const std::string& error_name,
bluetooth_remote_gatt_descriptor_chromeos.h 68 const std::string& error_name,
bluetooth_socket_chromeos.cc 290 const std::string& error_name,
294 << error_name << ": " << error_message;
308 const std::string& error_name,
312 << error_name << ": " << error_message;
345 const std::string& error_name,
351 if (error_name == bluetooth_profile_manager::kErrorAlreadyExists)
355 << error_name << ": " << error_message;
578 const std::string& error_name,
582 if (error_name == bluetooth_profile_manager::kErrorDoesNotExist)
586 << error_name << ": " << error_message
    [all...]
bluetooth_remote_gatt_characteristic_chromeos.cc 399 const std::string& error_name,
401 VLOG(1) << "Operation failed: " << error_name << ", message: "
433 const std::string& error_name,
436 << object_path_.value() << ": " << error_name << ", "
461 const std::string& error_name,
464 << object_path_.value() << ": " << error_name << ", "
bluetooth_adapter_chromeos.cc 41 void OnUnregisterAgentError(const std::string& error_name,
44 if (error_name == bluetooth_agent_manager::kErrorDoesNotExist)
48 << error_name << ": " << error_message;
578 const std::string& error_name,
581 if (error_name == bluetooth_agent_manager::kErrorAlreadyExists)
585 << error_name << ": " << error_message;
593 const std::string& error_name,
596 << error_name << ": " << error_message;
888 const std::string& error_name,
891 << error_name << ": " << error_message
    [all...]
  /external/chromium_org/chromeos/network/
network_connection_handler.cc 37 const std::string& error_name) {
38 NET_LOG_ERROR("Connect Error: " + error_name, service_path);
40 error_callback, service_path, error_name, "");
622 const std::string& error_name,
707 std::string error_name; // 'Canceled' or 'Failed' local
711 error_name = kErrorConnectCanceled;
713 error_name = shill::kErrorConnectFailed;
723 NET_LOG_ERROR("Connect Error, no callback: " + error_name, service_path);
726 InvokeErrorCallback(service_path, error_callback, error_name);
751 const std::string& error_name) {
    [all...]
host_resolver_impl_chromeos_unittest.cc 29 void ErrorCallbackFunction(const std::string& error_name,
31 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message;
  /external/chromium_org/chromeos/dbus/
bluetooth_adapter_client.cc 226 std::string error_name; local
230 error_name = response->GetErrorName();
233 error_name = kNoResponseError;
236 error_callback.Run(error_name, error_message);
bluetooth_gatt_descriptor_client.cc 222 std::string error_name; local
226 error_name = response->GetErrorName();
229 error_name = kNoResponseError;
232 error_callback.Run(error_name, error_message);
bluetooth_gatt_descriptor_client.h 60 typedef base::Callback<void(const std::string& error_name,
bluetooth_profile_manager_client.cc 212 std::string error_name; local
216 error_name = response->GetErrorName();
219 error_name = kNoResponseError;
222 error_callback.Run(error_name, error_message);
bluetooth_profile_manager_client.h 75 // It receives two arguments: the name of the error in |error_name| and
77 typedef base::Callback<void(const std::string& error_name,
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,
bluetooth_gatt_characteristic_client.cc 329 std::string error_name; local
333 error_name = response->GetErrorName();
336 error_name = kNoResponseError;
339 error_callback.Run(error_name, error_message);
bluetooth_gatt_characteristic_client.h 76 typedef base::Callback<void(const std::string& error_name,
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)
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 153 void GetPropertiesFailure(const std::string& error_name,
209 const std::string& error_name,
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_browsertest.cc 44 void ErrorCallbackFunction(const std::string& error_name,
46 CHECK(false) << "Shill Error: " << error_name << " : " << error_message;

Completed in 322 milliseconds

12 3 4