Searched defs:exceptionCode (Results 1 – 9 of 9) sorted by relevance
26 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode()33 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode()41 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode()66 std::string Status::exceptionToString(int32_t exceptionCode) { in exceptionToString()86 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status()90 Status::Status(int32_t exceptionCode, int32_t errorCode, const String8& message) in Status()
46 int32_t exceptionCode = reply.readExceptionCode(); in openContentUri() local
70 int32_t exceptionCode = reply.readExceptionCode(); in connect() local104 int32_t exceptionCode = reply.readExceptionCode(); in readAt() local148 int32_t exceptionCode = reply.readExceptionCode(); in getSize() local166 int32_t exceptionCode = reply.readExceptionCode(); in getMIMEType() local186 int32_t exceptionCode = reply.readExceptionCode(); in getUri() local
35 static inline status_t statusTFromExceptionCode(int32_t exceptionCode) { in statusTFromExceptionCode()
33 inline base::unexpected<binder::Status> unexpectedExceptionCode(int32_t exceptionCode, in unexpectedExceptionCode()
32 int32_t exceptionCode = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() local
135 int32_t exceptionCode() const { return mException; } in exceptionCode() function
77 auto exceptionCode = s.getExceptionCode(); in mapToStatusT() local