Searched defs:error_name (Results 1 - 25 of 70) sorted by relevance

123

/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
/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_profile_manager_client.cc212 std::string error_name; local
216 error_name = response->GetErrorName();
219 error_name = kNoResponseError;
222 error_callback.Run(error_name, error_message);
H A Dbluetooth_adapter_client.cc227 std::string error_name; local
231 error_name = response->GetErrorName();
234 error_name = kNoResponseError;
237 error_callback.Run(error_name, error_message);
H A Dbluetooth_device_client.cc372 std::string error_name; local
376 error_name = response->GetErrorName();
379 error_name = kNoResponseError;
382 error_callback.Run(error_name, error_message);
H A Dbluetooth_gatt_characteristic_client.cc323 std::string error_name; local
327 error_name = response->GetErrorName();
330 error_name = kNoResponseError;
333 error_callback.Run(error_name, error_message);
H A Dbluetooth_gatt_descriptor_client.cc222 std::string error_name; local
226 error_name = response->GetErrorName();
229 error_name = kNoResponseError;
232 error_callback.Run(error_name, error_message);
H A Dshill_service_client.cc34 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)
30 OnGetDictionaryError( const std::string& method_name, const dbus::ObjectPath& service_path, const ShillServiceClient::DictionaryValueCallback& callback, const std::string& error_name, const std::string& error_message) argument
/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 Dhost_resolver_impl_chromeos_unittest.cc29 void ErrorCallbackFunction(const std::string& error_name, argument
31 LOG(ERROR) << "Shill Error: " << error_name << " : " << error_message;
H A Dnetwork_device_handler_unittest.cc76 void ErrorCallback(const std::string& error_name, argument
78 LOG(ERROR) << "ErrorCallback: " << error_name;
79 result_ = error_name;
/external/chromium_org/device/bluetooth/
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/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_impl_browsertest.cc45 void ErrorCallbackFunction(const std::string& error_name, argument
47 CHECK(false) << "Shill Error: " << error_name << " : " << error_message;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnetwork_config_message_handler.cc228 const std::string& error_name,
230 LOG(ERROR) << "NetworkConfigMessageHandler Error: " << error_name;
233 arg_list.AppendString(error_name);
226 ErrorCallback( int callback_id, const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) const argument
H A Dchoose_mobile_network_ui.cc87 const std::string& error_name,
89 NET_LOG_ERROR("Operation failed: " + error_name, operation_name);
85 NetworkOperationErrorCallback( const std::string& operation_name, const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument
/external/chromium_org/device/nfc/
H A Dnfc_peer_chromeos.cc159 const std::string& error_name,
162 << error_name << ": " << error_message;
158 OnPushNdefError(const ErrorCallback& error_callback, const std::string& error_name, const std::string& error_message) argument
H A Dnfc_tag_technology_chromeos.cc150 const std::string& error_name,
153 << error_name << ": " << error_message;
148 OnWriteNdefMessageError( const ErrorCallback& error_callback, const std::string& error_name, const std::string& error_message) argument
/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
/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/ash/system/chromeos/network/
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...]
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...]
/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/chrome/browser/chromeos/options/
H A Dwimax_config_view.cc44 const std::string& error_name,
46 NET_LOG_ERROR("Shill Error from WimaxConfigView: " + error_name, function);
43 ShillError(const std::string& function, const std::string& error_name, scoped_ptr<base::DictionaryValue> error_data) argument

Completed in 365 milliseconds

123