HomeSort by relevance Sort by last modified time
    Searched refs:error_name (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/chromeos/network/
network_handler_callbacks.cc 26 const std::string& error_name,
28 return CreateDBusErrorData(service_path, error_name, error_detail, "", "");
33 const std::string& error_name,
38 error_data->SetString(kErrorName, error_name);
47 void ShillErrorCallbackFunction(const std::string& error_name,
58 NET_LOG_ERROR(error_name, detail);
63 CreateDBusErrorData(path, error_name, detail,
65 error_callback.Run(error_name, error_data.Pass());
network_handler_callbacks.h 32 void(const std::string& error_name,
45 const std::string& error_name,
50 const std::string& error_name,
56 // |error_name| is the error name passed to |error_callback|.
61 const std::string& error_name,
network_connection_handler.h 50 // Constants for |error_name| from |error_callback| for Connect.
86 // Constants for |error_name| from |error_callback| for Disconnect.
93 // On failure, |error_callback| will be called with |error_name| one of the
108 // On failure, |error_callback| will be called with |error_name| one of:
120 // On failure, |error_callback| will be called with |error_name| one of:
172 const std::string& error_name,
178 const std::string& error_name,
188 const std::string& error_name);
network_device_handler_unittest.cc 70 const std::string& error_name) {
76 error_name);
79 void ErrorCallback(const std::string& error_name,
81 result_ = error_name;
97 const std::string& error_name) {
99 device_path, callback, error_name, "Error message.");
network_connection_handler.cc 32 const std::string& error_name) {
33 std::string error_msg = "Connect Error: " + error_name;
38 network_handler::CreateErrorData(service_path, error_name, error_msg));
39 error_callback.Run(error_name, error_data.Pass());
521 const std::string& error_name,
598 std::string error_name, error_detail; local
602 error_name = kErrorConnectCanceled;
605 error_name = flimflam::kErrorConnectFailed;
614 std::string error_msg = error_name + ": " + error_detail;
622 network_handler::CreateErrorData(service_path, error_name, error_msg))
    [all...]
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;
  /external/chromium_org/third_party/skia/src/core/
SkError.cpp 104 const char *error_name = NULL; local
107 error_name = "No Error";
110 error_name = "Invalid Argument";
113 error_name = "Invalid Operation";
116 error_name = "Invalid Handle";
119 error_name = "Invalid Paint";
122 error_name = "Out Of Memory";
125 error_name = "Parse Error";
128 error_name = "Unknown error";
132 sprintf( str, "%s: ", error_name );
    [all...]
  /external/skia/src/core/
SkError.cpp 104 const char *error_name = NULL; local
107 error_name = "No Error";
110 error_name = "Invalid Argument";
113 error_name = "Invalid Operation";
116 error_name = "Invalid Handle";
119 error_name = "Invalid Paint";
122 error_name = "Out Of Memory";
125 error_name = "Parse Error";
128 error_name = "Unknown error";
132 sprintf( str, "%s: ", error_name );
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api.h 35 void GetPropertiesFailed(const std::string& error_name,
58 void Failure(const std::string& error_name,
95 void ErrorCallback(const std::string& error_name,
157 const std::string& error_name,
183 const std::string& error_name,
204 void ErrorCallback(const std::string& error_name, const std::string& error);
225 void ErrorCallback(const std::string& error_name, const std::string& error);
247 void ErrorCallback(const std::string& error_name, const std::string& error);
networking_private_api_chromeos.cc 92 const std::string& error_name,
94 error_ = error_name;
142 const std::string& error_name,
144 error_ = error_name;
206 const std::string& error_name,
208 error_ = error_name;
286 const std::string& error_name,
288 error_ = error_name;
322 const std::string& error_name,
324 error_ = error_name;
    [all...]
  /bionic/libc/bionic/
strerror_r.cpp 50 const char* error_name = __strerror_lookup(error_number); local
51 if (error_name != NULL) {
52 length = snprintf(buf, buf_len, "%s", error_name);
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 31 // Error messages based on |error_name|, not network_state->error().
32 string16 GetConnectErrorString(const std::string& error_name) {
33 if (error_name == NetworkConnectionHandler::kErrorNotFound)
35 if (error_name == NetworkConnectionHandler::kErrorConfigureFailed)
38 if (error_name == ash::network_connect::kErrorActivateFailed)
140 const std::string& error_name,
144 if (error_name == flimflam::kErrorConnectFailed &&
154 string16 error = GetConnectErrorString(error_name);
network_connect.cc 61 const std::string& error_name,
63 NET_LOG_ERROR("Connect Failed: " + error_name, service_path);
66 if (error_name == NetworkConnectionHandler::kErrorConnectCanceled)
69 if (error_name == flimflam::kErrorBadPassphrase ||
70 error_name == NetworkConnectionHandler::kErrorPassphraseRequired ||
71 error_name == NetworkConnectionHandler::kErrorConfigurationRequired ||
72 error_name == NetworkConnectionHandler::kErrorAuthenticationRequired) {
78 if (error_name == NetworkConnectionHandler::kErrorCertificateRequired) {
84 if (error_name == NetworkConnectionHandler::kErrorActivationRequired) {
89 if (error_name == NetworkConnectionHandler::kErrorConnected |
    [all...]
network_state_notifier.h 56 void ShowNetworkConnectError(const std::string& error_name,
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 590 const std::string& error_name,
597 << error_name << ": " << error_message;
601 // Determine the error code from error_name.
603 if (error_name == bluetooth_device::kErrorFailed) {
605 } else if (error_name == bluetooth_device::kErrorInProgress) {
607 } else if (error_name == bluetooth_device::kErrorNotSupported) {
633 const std::string& error_name,
640 << error_name << ": " << error_message;
646 // Determine the error code from error_name.
648 if (error_name == bluetooth_agent_manager::kErrorAlreadyExists
    [all...]
bluetooth_device_chromeos.h 117 const std::string& error_name,
125 const std::string& error_name,
132 const std::string& error_name,
138 void OnCancelPairingError(const std::string& error_name,
152 void OnUnregisterAgentError(const std::string& error_name,
159 const std::string& error_name,
166 const std::string& error_name,
179 const std::string& error_name,
bluetooth_profile_chromeos.h 76 const std::string& error_name,
82 void OnUnregisterProfileError(const std::string& error_name,
bluetooth_adapter_chromeos.h 124 const std::string& error_name,
130 const std::string& error_name,
  /external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.cc 114 std::string error_name; local
118 error_name = response->GetErrorName();
121 error_name = kNoResponseError;
124 error_callback.Run(error_name, error_message);
bluetooth_agent_manager_client.h 30 // It receives two arguments: the name of the error in |error_name| and
32 typedef base::Callback<void(const std::string& error_name,
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_profile_manager_client.cc 206 std::string error_name; local
210 error_name = response->GetErrorName();
213 error_name = kNoResponseError;
216 error_callback.Run(error_name, error_message);
bluetooth_profile_manager_client.h 78 // It receives two arguments: the name of the error in |error_name| and
80 typedef base::Callback<void(const std::string& error_name,
shill_service_client.cc 33 const std::string& error_name,
38 error_name + ": " + error_message;
42 if (error_name == DBUS_ERROR_UNKNOWN_METHOD ||
43 error_name == DBUS_ERROR_UNKNOWN_OBJECT)
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 354 const char* error_name = NULL; local
363 error_name = "bluetoothConnectUnknownError";
366 error_name = "bluetoothConnectInProgress";
369 error_name = "bluetoothConnectFailed";
372 error_name = "bluetoothConnectAuthFailed";
375 error_name = "bluetoothConnectAuthCanceled";
378 error_name = "bluetoothConnectAuthRejected";
381 error_name = "bluetoothConnectAuthTimeout";
384 error_name = "bluetoothConnectUnsupportedDevice";
388 if (error_name)
    [all...]

Completed in 300 milliseconds

1 2 3