Searched refs:exceptionCode (Results 1 – 3 of 3) sorted by relevance
63 ScopedAStatus toScopedAStatus(const int32_t exceptionCode, const std::string& message) { in toScopedAStatus() argument65 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()
46 ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exceptionCode, in fromExceptionCodeWithMessage() argument49 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in fromExceptionCodeWithMessage()
70 ScopedAStatus toScopedAStatus(int32_t exceptionCode, const std::string& message) { in toScopedAStatus() argument72 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()