Home | History | Annotate | Download | only in chromeos

Lines Matching refs:error_name

384   const char* error_name = NULL;
393 error_name = "bluetoothConnectUnknownError";
396 error_name = "bluetoothConnectInProgress";
399 error_name = "bluetoothConnectFailed";
402 error_name = "bluetoothConnectAuthFailed";
405 error_name = "bluetoothConnectAuthCanceled";
408 error_name = "bluetoothConnectAuthRejected";
411 error_name = "bluetoothConnectAuthTimeout";
414 error_name = "bluetoothConnectUnsupportedDevice";
418 if (error_name)
419 ReportError(error_name, address);