HomeSort by relevance Sort by last modified time
    Searched refs:NET_LOG_ERROR (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chromeos/network/
managed_state.cc 89 NET_LOG_ERROR("Error parsing state value", path() + "." + key);
103 NET_LOG_ERROR("Error parsing state value", path() + "." + key);
117 NET_LOG_ERROR("Error parsing state: " + key, path());
135 NET_LOG_ERROR("Error parsing state value", path() + "." + key);
network_handler_callbacks.cc 69 NET_LOG_ERROR(error_name, detail);
85 NET_LOG_ERROR(
network_connection_handler.cc 38 NET_LOG_ERROR("Connect Error: " + error_name, service_path);
460 NET_LOG_ERROR("User not logged in", "");
537 NET_LOG_ERROR("No pending request to queue", service_path);
544 NET_LOG_ERROR("Certificate load timeout", service_path);
575 NET_LOG_ERROR("Certificate load timeout", queued_connect_->service_path);
615 NET_LOG_ERROR("HandleConfigurationFailure called with no pending request.",
629 NET_LOG_ERROR("HandleShillConnectSuccess called with no pending request.",
648 NET_LOG_ERROR("HandleShillConnectFailure called with no pending request.",
704 NET_LOG_ERROR("Unexpected State: " + network->connection_state(),
712 NET_LOG_ERROR("Connect Error, no callback: " + error_name, service_path)
    [all...]
network_event_log.h 97 #define NET_LOG_ERROR(event, desc) NET_LOG_LEVEL( \
network_state.cc 125 NET_LOG_ERROR("Failed to parse " + key, path());
142 NET_LOG_ERROR("Failed to parse " + key, path());
154 NET_LOG_ERROR("NetworkState has no type",
251 NET_LOG_ERROR("Invalid WebProxyAutoDiscoveryUrl: " + url_string,
309 NET_LOG_ERROR("GetSpecifier called before update", path());
managed_network_configuration_handler_impl.cc 66 NET_LOG_ERROR(error_msg, service_path);
148 NET_LOG_ERROR("No profile for service: " + profile_path, service_path);
158 NET_LOG_ERROR("Service contains empty or invalid UIData", service_path);
393 NET_LOG_ERROR("ONC from " + ToDebugString(onc_source, userhash) +
479 NET_LOG_ERROR("Missing profile property",
491 NET_LOG_ERROR("Missing identifying properties",
557 NET_LOG_ERROR("Profile path unknown:" + profile_path, guid);
637 NET_LOG_ERROR("GetDeviceProperties: no device: " + device, service_path);
717 NET_LOG_ERROR("Error getting device properties", service_path);
shill_property_util.cc 107 NET_LOG_ERROR(
180 NET_LOG_ERROR("GetNameFromProperties: No type", service_path);
189 NET_LOG_ERROR("GetNameFromProperties", "No SSID set: " + service_path);
284 NET_LOG_ERROR("Missing VPN provider dict",
312 NET_LOG_ERROR("Missing required properties",
network_configuration_handler.cc 46 NET_LOG_ERROR(error_msg, service_path);
146 NET_LOG_ERROR("Failed to parse Profile Entry", base::StringPrintf(
151 NET_LOG_ERROR("Multiple Profile Entries", base::StringPrintf(
409 NET_LOG_ERROR("ClearProperties Failed: " + names[i], service_path);
network_type_pattern.cc 49 NET_LOG_ERROR("ShillNetworkTypeToFlag", "Unknown type: " + shill_type);
network_device_handler_impl.cc 46 NET_LOG_ERROR(error_msg, service_path);
67 NET_LOG_ERROR(
83 NET_LOG_ERROR("RequestRefreshIPConfigs Failed", device_path);
172 NET_LOG_ERROR("Unexpected TDLS result: " + result, device_path);
220 NET_LOG_ERROR("TDLS Error:" + dbus_error_name + ":" + dbus_error_message,
network_state_handler.cc 385 NET_LOG_ERROR("GetEAPForEthernet", "Unknown service path " + service_path);
389 NET_LOG_ERROR("GetEAPForEthernet", "Not of type Ethernet: " + service_path);
400 NET_LOG_ERROR(
417 NET_LOG_ERROR("GetEAPForEthernet",
454 NET_LOG_ERROR(base::StringPrintf("Bad path in list:%d", type), path);
460 NET_LOG_ERROR("Duplicate entry in list", path);
781 NET_LOG_ERROR(
    [all...]
shill_property_handler.cc 242 NET_LOG_ERROR("ManagerPropertiesCallback",
494 NET_LOG_ERROR("Invalid IPConfig", path);
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 72 NET_LOG_ERROR("Configuring unknown network", service_path);
121 NET_LOG_ERROR("User profile specified before login", "");
129 NET_LOG_ERROR("No user profile for unshared network configuration", "");
140 NET_LOG_ERROR("Connect Failed: " + error_name, service_path);
223 NET_LOG_ERROR("Unable to activate network", service_path);
233 NET_LOG_ERROR("Unable to configure network", "");
267 NET_LOG_ERROR(desc + ": Failed: " + config_error_name, service_path);
376 NET_LOG_ERROR("SetTechnologyEnabled with no device", log_string);
406 NET_LOG_ERROR("ActivateCellular with no Service", service_path);
413 NET_LOG_ERROR("ActivateCellular with no Device", service_path)
    [all...]
network_state_notifier.cc 290 NET_LOG_ERROR("Notify connect error: " + base::UTF16ToUTF8(error),
tray_sms.cc 347 NET_LOG_ERROR("SMS message contains no content.", "");
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.cc 245 NET_LOG_ERROR("No usable enrollment URI", network_name_);
265 NET_LOG_ERROR("Enrolling Unknown network", service_path);
292 NET_LOG_ERROR("Certificate pattern is empty", service_path);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 89 NET_LOG_ERROR("Operation failed: " + error_name, operation_name);
128 NET_LOG_ERROR(
mobile_setup_ui.cc 82 NET_LOG_ERROR("Data Request Failed for Mobile Setup", service_path);
560 NET_LOG_ERROR("MobileActivator GetProperties Failed: " + error_name,
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 46 NET_LOG_ERROR("Shill Error from WimaxConfigView: " + error_name, function);
150 NET_LOG_ERROR("Network not found", service_path_);
vpn_config_view.cc 384 NET_LOG_ERROR("Network not found", service_path_);
710 NET_LOG_ERROR("Shill Error getting properties VpnConfigView", service_path);
806 NET_LOG_ERROR("Shill Error from VpnConfigView: " + error_name, "");
    [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 304 NET_LOG_ERROR("MobileActivator missing properties", service_path_);
327 NET_LOG_ERROR("MobileActivator GetProperties Failed: " + error_name,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 91 NET_LOG_ERROR("Empty carrier ID for cellular network",
  /external/chromium_org/chromeos/dbus/
shill_service_client.cc 260 NET_LOG_ERROR("ShillServiceClient service has invalid path",
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl.cc 188 NET_LOG_ERROR("ONC Certificate Import Error", "");
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.cc 467 NET_LOG_ERROR(StringPrintf("Portal detection timeout: network_id=%s",

Completed in 640 milliseconds

1 2