/external/chromium_org/ash/system/chromeos/network/ |
D | network_connect.cc | 72 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 …]
|
D | network_state_notifier.cc | 289 NET_LOG_ERROR("Notify connect error: " + base::UTF16ToUTF8(error), in ShowConnectErrorNotification()
|
D | tray_sms.cc | 347 NET_LOG_ERROR("SMS message contains no content.", ""); in MessageReceived()
|
/external/chromium_org/chromeos/network/ |
D | managed_state.cc | 89 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()
|
D | network_state.cc | 109 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()
|
D | network_connection_handler.cc | 38 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 …]
|
D | managed_network_configuration_handler_impl.cc | 66 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()
|
D | shill_property_util.cc | 103 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()
|
D | network_handler_callbacks.cc | 69 NET_LOG_ERROR(error_name, detail); in ShillErrorCallbackFunction() 85 NET_LOG_ERROR( in GetPropertiesCallback()
|
D | network_device_handler_impl.cc | 46 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()
|
D | network_configuration_handler.cc | 45 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()
|
D | network_state_handler.cc | 385 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()
|
D | network_event_log.h | 97 #define NET_LOG_ERROR(event, desc) NET_LOG_LEVEL( \ macro
|
D | network_type_pattern.cc | 49 NET_LOG_ERROR("ShillNetworkTypeToFlag", "Unknown type: " + shill_type); in ShillNetworkTypeToFlag()
|
D | shill_property_handler.cc | 242 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/ |
D | choose_mobile_network_ui.cc | 91 NET_LOG_ERROR("Operation failed: " + error_name, operation_name); in NetworkOperationErrorCallback() 130 NET_LOG_ERROR( in ChooseMobileNetworkHandler()
|
D | mobile_setup_ui.cc | 82 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/ |
D | enrollment_dialog_view.cc | 247 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/ |
D | wimax_config_view.cc | 48 NET_LOG_ERROR("Shill Error from WimaxConfigView: " + error_name, function); in ShillError() 152 NET_LOG_ERROR("Network not found", service_path_); in Login()
|
D | vpn_config_view.cc | 388 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/ |
D | mobile_activator.cc | 298 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/ |
D | data_promo_notification.cc | 92 NET_LOG_ERROR("Empty carrier ID for cellular network", in GetCarrier()
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
D | networking_private_api_chromeos.cc | 154 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/ |
D | shill_service_client.cc | 260 NET_LOG_ERROR("ShillServiceClient service has invalid path", in NotifyReleased()
|
/external/chromium_org/chromeos/network/onc/ |
D | onc_certificate_importer_impl.cc | 26 NET_LOG_ERROR("ONC Certificate Import Error", message)
|