Searched defs:dbus_error_message (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_handler_callbacks.cc47 const std::string& dbus_error_message) {
52 error_data->SetString(kDbusErrorMessage, dbus_error_message);
62 const std::string& dbus_error_message) {
67 if (!dbus_error_message.empty())
68 detail += ": " + dbus_error_message;
75 dbus_error_name, dbus_error_message));
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
58 ShillErrorCallbackFunction(const std::string& error_name, const std::string& path, const ErrorCallback& error_callback, const std::string& dbus_error_name, const std::string& dbus_error_message) argument
H A Dclient_cert_resolver.cc241 const std::string& dbus_error_message) {
247 dbus_error_message);
239 LogError(const std::string& service_path, const std::string& dbus_error_name, const std::string& dbus_error_message) argument
H A Dnetwork_configuration_handler.cc80 const std::string& dbus_error_message) {
84 dbus_error_name, dbus_error_message);
195 const std::string& dbus_error_message) {
199 dbus_error_name, dbus_error_message);
392 const std::string& dbus_error_message) {
396 dbus_error_name, dbus_error_message);
443 const std::string& dbus_error_message) {
447 dbus_error_name, dbus_error_message);
75 SetNetworkProfileErrorCallback( const std::string& service_path, const std::string& profile_path, const network_handler::ErrorCallback& error_callback, const std::string& dbus_error_name, const std::string& dbus_error_message) argument
192 ShillErrorCallback(const std::string& profile_path, const std::string& entry, const std::string& dbus_error_name, const std::string& dbus_error_message) argument
388 SetPropertiesErrorCallback( const std::string& service_path, const network_handler::ErrorCallback& error_callback, const std::string& dbus_error_name, const std::string& dbus_error_message) argument
439 ClearPropertiesErrorCallback( const std::string& service_path, const network_handler::ErrorCallback& error_callback, const std::string& dbus_error_name, const std::string& dbus_error_message) argument
H A Dnetwork_connection_handler.cc563 const std::string& dbus_error_message) {
574 dbus_error_name, dbus_error_message);
560 HandleShillConnectFailure( const std::string& service_path, const std::string& dbus_error_name, const std::string& dbus_error_message) argument
H A Dshill_property_handler.cc451 const std::string& dbus_error_message) {
456 dbus_error_name, dbus_error_message);
447 EnableTechnologyFailed( const std::string& technology, const network_handler::ErrorCallback& error_callback, const std::string& dbus_error_name, const std::string& dbus_error_message) argument

Completed in 27 milliseconds