Searched refs:error_name (Results 1 - 25 of 104) sorted by relevance

12345

/external/chromium_org/chromeos/network/
H A Dnetwork_handler_callbacks.cc26 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, argument
69 NET_LOG_ERROR(error_name, detail);
74 CreateDBusErrorData(path, error_name, detai
25 CreateErrorData(const std::string& path, const std::string& error_name, const std::string& error_detail) argument
31 RunErrorCallback(const ErrorCallback& error_callback, const std::string& path, const std::string& error_name, const std::string& error_detail) argument
42 CreateDBusErrorData( const std::string& path, const std::string& error_name, const std::string& error_detail, const std::string& dbus_error_name, const std::string& dbus_error_message) argument
[all...]
H A Dnetwork_handler_callbacks.h33 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,
H A Dnetwork_connection_handler.h52 // Constants for |error_name| from |error_callback| for Connect.
88 // Constants for |error_name| from |error_callback| for Disconnect.
98 // On failure, |error_callback| will be called with |error_name| one of the
113 // On failure, |error_callback| will be called with |error_name| one of:
184 const std::string& error_name,
190 const std::string& error_name,
197 const std::string& error_name);
/external/chromium_org/third_party/skia/src/core/
H A DSkError.cpp104 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/
H A DSkError.cpp104 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/services/gcm/
H A Dchromeos_gcm_connection_observer.cc22 const std::string& error_name,
24 LOG(ERROR) << "GCM D-Bus method error " << error_name << ": " << error;
21 ErrorCallback( const std::string& error_name, const std::string& error) argument
H A Dchromeos_gcm_connection_observer.h23 const std::string& error_name,
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_notifier.h47 // 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,
H A Dnetwork_state_notifier.cc49 // Error messages based on |error_name|, not network_state->error().
50 base::string16 GetConnectErrorString(const std::string& error_name) { argument
51 if (error_name == NetworkConnectionHandler::kErrorNotFound)
53 if (error_name == NetworkConnectionHandler::kErrorConfigureFailed) {
57 if (error_name == NetworkConnectionHandler::kErrorCertLoadTimeout) {
61 if (error_name == ash::network_connect::kErrorActivateFailed) {
207 const std::string& error_name,
211 ShowConnectErrorNotification(error_name, service_path, shill_properties);
218 weak_ptr_factory_.GetWeakPtr(), error_name),
220 weak_ptr_factory_.GetWeakPtr(), error_name, service_pat
206 ShowNetworkConnectError( const std::string& error_name, const std::string& service_path) argument
223 ConnectErrorPropertiesSucceeded( const std::string& error_name, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
238 ConnectErrorPropertiesFailed( const std::string& error_name, const std::string& service_path, const std::string& shill_connect_error, scoped_ptr<base::DictionaryValue> shill_error_data) argument
247 ShowConnectErrorNotification( const std::string& error_name, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
[all...]
H A Dnetwork_connect.cc62 void ShowErrorNotification(const std::string& error_name, argument
65 ShowNetworkConnectError(error_name, service_path);
138 const std::string& error_name,
140 NET_LOG_ERROR("Connect Failed: " + error_name, service_path);
146 if (error_name == NetworkConnectionHandler::kErrorConnectCanceled)
149 if (error_name == shill::kErrorBadPassphrase ||
150 error_name == NetworkConnectionHandler::kErrorPassphraseRequired ||
151 error_name == NetworkConnectionHandler::kErrorConfigurationRequired ||
152 error_name == NetworkConnectionHandler::kErrorAuthenticationRequired) {
157 if (error_name
137 OnConnectFailed(const std::string& service_path, const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument
220 OnActivateFailed(const std::string& service_path, const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument
231 OnConfigureFailed(const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.h133 const std::string& error_name,
140 const std::string& error_name,
146 void OnCancelPairingError(const std::string& error_name,
160 const std::string& error_name,
167 const std::string& error_name,
174 const std::string& error_name,
H A Dbluetooth_device_chromeos.cc589 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
586 OnConnectError( bool after_pairing, const ConnectErrorCallback& error_callback, const std::string& error_name, const std::string& error_message) argument
625 OnPairError( const ConnectErrorCallback& error_callback, const std::string& error_name, const std::string& error_message) argument
660 OnCancelPairingError( const std::string& error_name, const std::string& error_message) argument
690 OnStartConnectionMonitorError( const ErrorCallback& error_callback, const std::string& error_name, const std::string& error_message) argument
705 OnDisconnectError( const ErrorCallback& error_callback, const std::string& error_name, const std::string& error_message) argument
714 OnForgetError( const ErrorCallback& error_callback, const std::string& error_name, const std::string& error_message) argument
[all...]
H A Dbluetooth_socket_chromeos.h95 const std::string& error_name,
101 const std::string& error_name,
111 void OnInternalRegisterProfileError(const std::string& error_name,
157 const std::string& error_name,
H A Dbluetooth_remote_gatt_characteristic_chromeos.h103 const std::string& error_name,
113 const std::string& error_name,
123 const std::string& error_name,
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc130 const std::string& error_name,
132 VLOG(1) << "Operation failed: " << error_name
128 OnError( const ErrorCallback& error_callback, const std::string& error_name, const std::string& error_message) argument
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_agent_manager_client.cc114 std::string error_name; local
118 error_name = response->GetErrorName();
121 error_name = kNoResponseError;
124 error_callback.Run(error_name, error_message);
H A Dbluetooth_gatt_manager_client.cc101 std::string error_name; local
105 error_name = response->GetErrorName();
108 error_name = kNoResponseError;
110 error_callback.Run(error_name, error_message);
H A Dbluetooth_gatt_manager_client.h30 // receives two arguments: the name of the error in |error_name| and an
32 typedef base::Callback<void(const std::string& error_name,
H A Dbluetooth_agent_manager_client.h26 // It receives two arguments: the name of the error in |error_name| and
28 typedef base::Callback<void(const std::string& error_name,
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnetwork_config_message_handler.h53 const std::string& error_name,
/external/chromium_org/extensions/shell/browser/
H A Dshell_network_controller_chromeos.cc27 void HandleEnableWifiError(const std::string& error_name, argument
29 LOG(WARNING) << "Unable to enable wifi: " << error_name;
202 const std::string& error_name,
204 LOG(WARNING) << "Unable to connect to network: " << error_name;
201 HandleConnectionError( const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument
H A Dshell_network_controller_chromeos.h62 void HandleConnectionError(const std::string& error_name,
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc382 const char* error_name = NULL; local
391 error_name = "bluetoothConnectUnknownError";
394 error_name = "bluetoothConnectInProgress";
397 error_name = "bluetoothConnectFailed";
400 error_name = "bluetoothConnectAuthFailed";
403 error_name = "bluetoothConnectAuthCanceled";
406 error_name = "bluetoothConnectAuthRejected";
409 error_name = "bluetoothConnectAuthTimeout";
412 error_name = "bluetoothConnectUnsupportedDevice";
416 if (error_name)
[all...]
/external/chromium_org/athena/system/
H A Dnetwork_selector.cc107 void OnKnownError(const std::string& error_name, argument
112 message = error_name;
262 const std::string& error_name,
264 if (error_name == NetworkConnectionHandler::kErrorConnectCanceled)
266 if (error_name == shill::kErrorBadPassphrase ||
267 error_name == NetworkConnectionHandler::kErrorPassphraseRequired ||
268 error_name == NetworkConnectionHandler::kErrorConfigurationRequired ||
269 error_name == NetworkConnectionHandler::kErrorAuthenticationRequired) {
261 OnNetworkConnectionError(const std::string& service_path, const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.h89 const std::string& error_name,
95 const std::string& error_name,

Completed in 754 milliseconds

12345