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

1 2 3 4

  /external/chromium_org/chromeos/network/
network_handler_callbacks.cc 26 const std::string& error_name,
28 return CreateDBusErrorData(path, error_name, error_detail, "", "");
33 const std::string& error_name,
38 error_name,
39 make_scoped_ptr(CreateErrorData(path, error_name, error_detail)));
44 const std::string& error_name,
49 error_data->SetString(kErrorName, error_name);
58 void ShillErrorCallbackFunction(const std::string& error_name,
69 NET_LOG_ERROR(error_name, detail);
74 CreateDBusErrorData(path, error_name, detail
    [all...]
network_handler_callbacks.h 33 void(const std::string& error_name,
46 const std::string& error_name,
53 const std::string& error_name,
58 const std::string& error_name,
64 // |error_name| is the error name passed to |error_callback|.
69 const std::string& error_name,
network_connection_handler.h 53 // Constants for |error_name| from |error_callback| for Connect.
89 // Constants for |error_name| from |error_callback| for Disconnect.
99 // On failure, |error_callback| will be called with |error_name| one of the
114 // On failure, |error_callback| will be called with |error_name| one of:
185 const std::string& error_name,
191 const std::string& error_name,
201 const std::string& 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/ash/system/chromeos/network/
network_state_notifier.h 47 // Show a connection error notification. If |error_name| matches an error
51 void ShowNetworkConnectError(const std::string& error_name,
56 const std::string& error_name,
60 const std::string& error_name,
65 const std::string& error_name,
network_state_notifier.cc 48 // Error messages based on |error_name|, not network_state->error().
49 base::string16 GetConnectErrorString(const std::string& error_name) {
50 if (error_name == NetworkConnectionHandler::kErrorNotFound)
52 if (error_name == NetworkConnectionHandler::kErrorConfigureFailed) {
56 if (error_name == NetworkConnectionHandler::kErrorCertLoadTimeout) {
60 if (error_name == ash::network_connect::kErrorActivateFailed) {
206 const std::string& error_name,
210 ShowConnectErrorNotification(error_name, service_path, shill_properties);
217 weak_ptr_factory_.GetWeakPtr(), error_name),
219 weak_ptr_factory_.GetWeakPtr(), error_name, service_path))
    [all...]
network_connect.cc 61 void ShowErrorNotification(const std::string& error_name,
64 ShowNetworkConnectError(error_name, service_path);
139 const std::string& error_name,
141 NET_LOG_ERROR("Connect Failed: " + error_name, service_path);
147 if (error_name == NetworkConnectionHandler::kErrorConnectCanceled)
150 if (error_name == shill::kErrorBadPassphrase ||
151 error_name == NetworkConnectionHandler::kErrorPassphraseRequired ||
152 error_name == NetworkConnectionHandler::kErrorConfigurationRequired ||
153 error_name == NetworkConnectionHandler::kErrorAuthenticationRequired) {
158 if (error_name == NetworkConnectionHandler::kErrorCertificateRequired)
    [all...]
  /external/chromium_org/apps/shell/browser/
shell_network_controller_chromeos.h 47 const std::string& error_name,
shell_network_controller_chromeos.cc 27 const std::string& error_name,
29 LOG(WARNING) << "Unable to enable wifi: " << error_name;
161 const std::string& error_name,
163 LOG(WARNING) << "Unable to connect to network: " << error_name;
  /bionic/libc/bionic/
strerror_r.cpp 51 const char* error_name = __strerror_lookup(error_number); local
52 if (error_name != NULL) {
53 length = strlcpy(buf, error_name, buf_len);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api.h 36 void GetPropertiesFailed(const std::string& error_name,
59 void Failure(const std::string& error_name,
81 void Failure(const std::string& error_name,
102 void ErrorCallback(const std::string& error_name,
123 void ErrorCallback(const std::string& error_name,
262 const std::string& error_name,
288 const std::string& error_name,
309 void ErrorCallback(const std::string& error_name, const std::string& error);
330 void ErrorCallback(const std::string& error_name, const std::string& error);
352 void ErrorCallback(const std::string& error_name, const std::string& error)
    [all...]
networking_private_api_nonchromeos.cc 58 const std::string& error_name,
60 error_ = error_name;
95 const std::string& error_name,
97 error_ = error_name;
132 const std::string& error_name,
134 error_ = error_name;
168 const std::string& error_name,
170 error_ = error_name;
200 const std::string& error_name,
202 error_ = error_name;
    [all...]
networking_private_api_chromeos.cc 129 const std::string& error_name,
131 error_ = error_name;
179 const std::string& error_name,
181 error_ = error_name;
248 const std::string& error_name,
250 error_ = error_name;
296 const std::string& error_name,
298 error_ = error_name;
450 const std::string& error_name,
452 error_ = error_name;
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.h 125 const std::string& error_name,
132 const std::string& error_name,
138 void OnCancelPairingError(const std::string& error_name,
152 const std::string& error_name,
159 const std::string& error_name,
166 const std::string& error_name,
bluetooth_device_chromeos.cc 589 const std::string& error_name,
596 << error_name << ": " << error_message;
600 // Determine the error code from error_name.
602 if (error_name == bluetooth_device::kErrorFailed) {
604 } else if (error_name == bluetooth_device::kErrorInProgress) {
606 } else if (error_name == bluetooth_device::kErrorNotSupported) {
627 const std::string& error_name,
634 << error_name << ": " << error_message;
640 // Determine the error code from error_name.
642 if (error_name == bluetooth_device::kErrorConnectionAttemptFailed)
    [all...]
bluetooth_remote_gatt_characteristic_chromeos.h 103 const std::string& error_name,
113 const std::string& error_name,
123 const std::string& error_name,
bluetooth_socket_chromeos.h 92 const std::string& error_name,
98 const std::string& error_name,
108 void OnInternalRegisterProfileError(const std::string& error_name,
154 const std::string& error_name,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.h 45 const std::string& error_name,
network_config_message_handler.cc 134 const std::string& error_name,
136 LOG(ERROR) << "NetworkConfigMessageHandler Error: " << error_name;
139 arg_list.AppendString(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 26 // It receives two arguments: the name of the error in |error_name| and
28 typedef base::Callback<void(const std::string& error_name,
bluetooth_gatt_manager_client.cc 101 std::string error_name; local
105 error_name = response->GetErrorName();
108 error_name = kNoResponseError;
110 error_callback.Run(error_name, error_message);
bluetooth_gatt_manager_client.h 30 // receives two arguments: the name of the error in |error_name| and an
32 typedef base::Callback<void(const std::string& error_name,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 384 const char* error_name = NULL; local
393 error_name = "bluetoothConnectUnknownError";
396 error_name = "bluetoothConnectInProgress";
399 error_name = "bluetoothConnectFailed";
402 error_name = "bluetoothConnectAuthFailed";
405 error_name = "bluetoothConnectAuthCanceled";
408 error_name = "bluetoothConnectAuthRejected";
411 error_name = "bluetoothConnectAuthTimeout";
414 error_name = "bluetoothConnectUnsupportedDevice";
418 if (error_name)
    [all...]

Completed in 550 milliseconds

1 2 3 4