Home | History | Annotate | Download | only in chromeos

Lines Matching defs:error_name

382   const char* error_name = NULL;
391 error_name = "bluetoothConnectUnknownError";
394 error_name = "bluetoothConnectInProgress";
397 error_name = "bluetoothConnectFailed";
400 error_name = "bluetoothConnectAuthFailed";
403 error_name = "bluetoothConnectAuthCanceled";
406 error_name = "bluetoothConnectAuthRejected";
409 error_name = "bluetoothConnectAuthTimeout";
412 error_name
416 if (error_name)
417 ReportError(error_name, address);