Searched refs:unexpectedExceptionCode (Results 1 – 3 of 3) sorted by relevance
29 using ::android::error::unexpectedExceptionCode;116 return unexpectedExceptionCode( in getPackagesForUid()124 return unexpectedExceptionCode( in getPackagesForUid()139 return unexpectedExceptionCode( in validateUidPackagePair()156 return unexpectedExceptionCode( in checkPermission()
25 using ::android::error::unexpectedExceptionCode;44 return unexpectedExceptionCode(Status::EX_SECURITY, in createFromTrustedUidNoPackage()
33 inline base::unexpected<binder::Status> unexpectedExceptionCode(int32_t exceptionCode, in unexpectedExceptionCode() function