Searched defs:exceptionCode (Results 1 – 5 of 5) 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()
44 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
126 int32_t exceptionCode() const { return mException; } in exceptionCode() function