Lines Matching refs:BinderResult
36 ExceptionCode, Result as BinderResult, Status as BinderStatus, StatusCode,
80 pub fn map_km_error<T>(r: BinderResult<T>) -> Result<T, Error> { in map_km_error()
108 pub fn map_rem_prov_error<T>(r: BinderResult<T>) -> Result<T, Error> { in map_rem_prov_error()
118 pub fn map_binder_status<T>(r: BinderResult<T>) -> Result<T, Error> { in map_binder_status()
167 pub fn map_or_log_err<T, U, F>(result: anyhow::Result<U>, handle_ok: F) -> BinderResult<T> in map_or_log_err()
169 F: FnOnce(U) -> BinderResult<T>, in map_or_log_err()
194 ) -> BinderResult<T> in map_err_with()
197 F2: FnOnce(U) -> BinderResult<T>, in map_err_with()
234 ExceptionCode, Result as BinderResult, Status as BinderStatus,
284 fn binder_sse_error(sse: i32) -> BinderResult<()> { in binder_sse_error() argument
288 fn binder_exception(ex: ExceptionCode) -> BinderResult<()> { in binder_exception() argument