Home
last modified time | relevance | path

Searched refs:NET_LOG_ERROR (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/ash/system/chromeos/network/
Dnetwork_connect.cc72 NET_LOG_ERROR("Configuring unknown network", service_path); in HandleUnconfiguredNetwork()
121 NET_LOG_ERROR("User profile specified before login", ""); in GetNetworkProfilePath()
129 NET_LOG_ERROR("No user profile for unshared network configuration", ""); in GetNetworkProfilePath()
141 NET_LOG_ERROR("Connect Failed: " + error_name, service_path); in OnConnectFailed()
227 NET_LOG_ERROR("Unable to activate network", service_path); in OnActivateFailed()
237 NET_LOG_ERROR("Unable to configure network", ""); in OnConfigureFailed()
272 NET_LOG_ERROR(desc + ": Failed: " + config_error_name, service_path); in SetPropertiesFailed()
379 NET_LOG_ERROR("SetTechnologyEnabled with no device", log_string); in SetTechnologyEnabled()
409 NET_LOG_ERROR("ActivateCellular with no Service", service_path); in ActivateCellular()
416 NET_LOG_ERROR("ActivateCellular with no Device", service_path); in ActivateCellular()
[all …]
Dnetwork_state_notifier.cc289 NET_LOG_ERROR("Notify connect error: " + base::UTF16ToUTF8(error), in ShowConnectErrorNotification()
Dtray_sms.cc347 NET_LOG_ERROR("SMS message contains no content.", ""); in MessageReceived()
/external/chromium_org/chromeos/network/
Dmanaged_state.cc89 NET_LOG_ERROR("Error parsing state value", path() + "." + key); in GetBooleanValue()
103 NET_LOG_ERROR("Error parsing state value", path() + "." + key); in GetIntegerValue()
117 NET_LOG_ERROR("Error parsing state: " + key, path()); in GetStringValue()
135 NET_LOG_ERROR("Error parsing state value", path() + "." + key); in GetUInt32Value()
Dnetwork_state.cc109 NET_LOG_ERROR("Failed to parse " + key, path()); in PropertyChanged()
129 NET_LOG_ERROR("Failed to parse " + key, path()); in PropertyChanged()
146 NET_LOG_ERROR("Failed to parse " + key, path()); in PropertyChanged()
158 NET_LOG_ERROR("NetworkState has no type", in InitialPropertiesReceived()
254 NET_LOG_ERROR("Invalid WebProxyAutoDiscoveryUrl: " + url_string, in IPConfigPropertiesChanged()
312 NET_LOG_ERROR("GetSpecifier called before update", path()); in GetSpecifier()
Dnetwork_connection_handler.cc38 NET_LOG_ERROR("Connect Error: " + error_name, service_path); in InvokeErrorCallback()
454 NET_LOG_ERROR("User not logged in", ""); in VerifyConfiguredAndConnect()
548 NET_LOG_ERROR("No pending request to queue", service_path); in QueueConnectRequest()
555 NET_LOG_ERROR("Certificate load timeout", service_path); in QueueConnectRequest()
586 NET_LOG_ERROR("Certificate load timeout", queued_connect_->service_path); in CheckCertificatesLoaded()
626 NET_LOG_ERROR("HandleConfigurationFailure called with no pending request.", in HandleConfigurationFailure()
640 NET_LOG_ERROR("HandleShillConnectSuccess called with no pending request.", in HandleShillConnectSuccess()
659 NET_LOG_ERROR("HandleShillConnectFailure called with no pending request.", in HandleShillConnectFailure()
715 NET_LOG_ERROR("Unexpected State: " + network->connection_state(), in CheckPendingRequest()
723 NET_LOG_ERROR("Connect Error, no callback: " + error_name, service_path); in CheckPendingRequest()
[all …]
Dmanaged_network_configuration_handler_impl.cc66 NET_LOG_ERROR(error_msg, service_path); in InvokeErrorCallback()
146 NET_LOG_ERROR("No profile for service: " + profile_path, service_path); in SendManagedProperties()
162 NET_LOG_ERROR("Service contains empty or invalid UIData", service_path); in SendManagedProperties()
397 NET_LOG_ERROR("ONC from " + ToDebugString(onc_source, userhash) + in SetPolicy()
483 NET_LOG_ERROR("Missing profile property", in UpdateExistingConfigurationWithPropertiesFromPolicy()
495 NET_LOG_ERROR("Missing identifying properties", in UpdateExistingConfigurationWithPropertiesFromPolicy()
561 NET_LOG_ERROR("Profile path unknown:" + profile_path, guid); in FindPolicyByGuidAndProfile()
641 NET_LOG_ERROR("GetDeviceProperties: no device: " + device, service_path); in GetDeviceStateProperties()
721 NET_LOG_ERROR("Error getting device properties", service_path); in GetDevicePropertiesFailure()
Dshill_property_util.cc103 NET_LOG_ERROR( in GetSSIDFromProperties()
175 NET_LOG_ERROR("GetNameFromProperties: No type", service_path); in GetNameFromProperties()
184 NET_LOG_ERROR("GetNameFromProperties", "No SSID set: " + service_path); in GetNameFromProperties()
279 NET_LOG_ERROR("Missing VPN provider dict", in CopyIdentifyingProperties()
307 NET_LOG_ERROR("Missing required properties", in CopyIdentifyingProperties()
Dnetwork_handler_callbacks.cc69 NET_LOG_ERROR(error_name, detail); in ShillErrorCallbackFunction()
85 NET_LOG_ERROR( in GetPropertiesCallback()
Dnetwork_device_handler_impl.cc46 NET_LOG_ERROR(error_msg, service_path); in InvokeErrorCallback()
67 NET_LOG_ERROR( in IPConfigRefreshCallback()
83 NET_LOG_ERROR("RequestRefreshIPConfigs Failed", device_path); in RefreshIPConfigsCallback()
172 NET_LOG_ERROR("Unexpected TDLS result: " + result, device_path); in TDLSSuccessCallback()
220 NET_LOG_ERROR("TDLS Error:" + dbus_error_name + ":" + dbus_error_message, in TDLSErrorCallback()
Dnetwork_configuration_handler.cc45 NET_LOG_ERROR(error_msg, service_path); in InvokeErrorCallback()
145 NET_LOG_ERROR("Failed to parse Profile Entry", base::StringPrintf( in GetProfileEntriesToDeleteCallback()
150 NET_LOG_ERROR("Multiple Profile Entries", base::StringPrintf( in GetProfileEntriesToDeleteCallback()
407 NET_LOG_ERROR("ClearProperties Failed: " + names[i], service_path); in ClearPropertiesSuccessCallback()
Dnetwork_state_handler.cc385 NET_LOG_ERROR("GetEAPForEthernet", "Unknown service path " + service_path); in GetEAPForEthernet()
389 NET_LOG_ERROR("GetEAPForEthernet", "Not of type Ethernet: " + service_path); in GetEAPForEthernet()
400 NET_LOG_ERROR( in GetEAPForEthernet()
417 NET_LOG_ERROR("GetEAPForEthernet", in GetEAPForEthernet()
454 NET_LOG_ERROR(base::StringPrintf("Bad path in list:%d", type), path); in UpdateManagedList()
460 NET_LOG_ERROR("Duplicate entry in list", path); in UpdateManagedList()
778 NET_LOG_ERROR( in DefaultNetworkServiceChanged()
Dnetwork_event_log.h97 #define NET_LOG_ERROR(event, desc) NET_LOG_LEVEL( \ macro
Dnetwork_type_pattern.cc49 NET_LOG_ERROR("ShillNetworkTypeToFlag", "Unknown type: " + shill_type); in ShillNetworkTypeToFlag()
Dshill_property_handler.cc242 NET_LOG_ERROR("ManagerPropertiesCallback", in ManagerPropertiesCallback()
494 NET_LOG_ERROR("Invalid IPConfig", path); in RequestIPConfig()
523 NET_LOG_ERROR("Failed to get IP Config properties", in GetIPConfigCallback()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dchoose_mobile_network_ui.cc91 NET_LOG_ERROR("Operation failed: " + error_name, operation_name); in NetworkOperationErrorCallback()
130 NET_LOG_ERROR( in ChooseMobileNetworkHandler()
Dmobile_setup_ui.cc82 NET_LOG_ERROR("Data Request Failed for Mobile Setup", service_path); in DataRequestFailed()
559 NET_LOG_ERROR("MobileActivator GetProperties Failed: " + error_name, in GetPropertiesFailure()
/external/chromium_org/chrome/browser/chromeos/
Denrollment_dialog_view.cc247 NET_LOG_ERROR("No usable enrollment URI", network_name_); in Enroll()
267 NET_LOG_ERROR("Enrolling Unknown network", service_path); in CreateDialog()
/external/chromium_org/chrome/browser/chromeos/options/
Dwimax_config_view.cc48 NET_LOG_ERROR("Shill Error from WimaxConfigView: " + error_name, function); in ShillError()
152 NET_LOG_ERROR("Network not found", service_path_); in Login()
Dvpn_config_view.cc388 NET_LOG_ERROR("Network not found", service_path_); in Login()
706 NET_LOG_ERROR("Shill Error getting properties VpnConfigView", service_path); in InitFromProperties()
802 NET_LOG_ERROR("Shill Error from VpnConfigView: " + error_name, ""); in GetPropertiesError()
/external/chromium_org/chrome/browser/chromeos/mobile/
Dmobile_activator.cc298 NET_LOG_ERROR("MobileActivator missing properties", service_path_); in GetPropertiesAndContinueActivation()
321 NET_LOG_ERROR("MobileActivator GetProperties Failed: " + error_name, in GetPropertiesFailure()
851 NET_LOG_ERROR("Cellular service no longer exists", service_path); in HandleActivationFailure()
855 NET_LOG_ERROR("Failed to call Activate() on service", service_path); in HandleActivationFailure()
/external/chromium_org/chrome/browser/chromeos/status/
Ddata_promo_notification.cc92 NET_LOG_ERROR("Empty carrier ID for cellular network", in GetCarrier()
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_api_chromeos.cc154 NET_LOG_ERROR("getManagedProperties called from non primary user.", in RunAsync()
275 NET_LOG_ERROR("createNetwork called from non primary user.", in RunAsync()
/external/chromium_org/chromeos/dbus/
Dshill_service_client.cc260 NET_LOG_ERROR("ShillServiceClient service has invalid path", in NotifyReleased()
/external/chromium_org/chromeos/network/onc/
Donc_certificate_importer_impl.cc26 NET_LOG_ERROR("ONC Certificate Import Error", message)

12