Home | History | Annotate | Download | only in network

Lines Matching defs:error_name

37                          const std::string& error_name) {
38 NET_LOG_ERROR("Connect Error: " + error_name, service_path);
40 error_callback, service_path, error_name, "");
611 const std::string& error_name,
696 std::string error_name; // 'Canceled' or 'Failed'
700 error_name = kErrorConnectCanceled;
702 error_name = shill::kErrorConnectFailed;
712 NET_LOG_ERROR("Connect Error, no callback: " + error_name, service_path);
715 InvokeErrorCallback(service_path, error_callback, error_name);
727 const std::string& error_name) {
737 InvokeErrorCallback(service_path, error_callback, error_name);