Lines Matching refs:ResponseCode
28 ResponseCode::ResponseCode,
46 Rc(ResponseCode),
55 Error::Rc(ResponseCode::SYSTEM_ERROR) in sys()
60 Error::Rc(ResponseCode::OPERATION_PENDING) in pending()
65 Error::Rc(ResponseCode::CANCELLED) in cancelled()
70 Error::Rc(ResponseCode::ABORTED) in aborted()
75 Error::Rc(ResponseCode::IGNORED) in ignored()
80 Error::Rc(ResponseCode::UNIMPLEMENTED) in unimplemented()
107 Some(Error::Binder(_, _)) => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
109 Some(selinux::Error::PermissionDenied) => ResponseCode::PERMISSION_DENIED.0, in map_or_log_err()
110 _ => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
231 (ResponseCode::OK, _, Some(confirmation_token)) => { in result()
240 (ResponseCode::CANCELLED, _, _) | (ResponseCode::ABORTED, true, _) => { in result()
246 (ResponseCode::OK, _, None) => { in result()