/aosp_15_r20/hardware/interfaces/identity/aidl/vts/ |
H A D | VtsIWritableIdentityCredentialTests.cpp | 77 EXPECT_FALSE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 79 EXPECT_EQ(binder::Status::EX_SERVICE_SPECIFIC, result.exceptionCode()); in TEST_P() 101 EXPECT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 124 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage(); in TEST_P() 130 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage(); in TEST_P() 142 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage(); in TEST_P() 152 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage(); in TEST_P() 176 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage(); in TEST_P() 182 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage(); in TEST_P() 199 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage(); in TEST_P() [all …]
|
H A D | PresentationSessionTests.cpp | 122 EXPECT_TRUE(status.isOk()) << status.exceptionCode() << ": " << status.exceptionMessage(); in provisionSingleDocument() 150 EXPECT_EQ(binder::Status::EX_SERVICE_SPECIFIC, result.exceptionCode()); in TEST_P() 155 EXPECT_EQ(binder::Status::EX_SERVICE_SPECIFIC, result.exceptionCode()); in TEST_P() 159 EXPECT_EQ(binder::Status::EX_SERVICE_SPECIFIC, result.exceptionCode()); in TEST_P() 164 EXPECT_EQ(binder::Status::EX_SERVICE_SPECIFIC, result.exceptionCode()); in TEST_P() 170 EXPECT_EQ(binder::Status::EX_SERVICE_SPECIFIC, result.exceptionCode()); in TEST_P() 174 EXPECT_EQ(binder::Status::EX_SERVICE_SPECIFIC, result.exceptionCode()); in TEST_P() 179 EXPECT_EQ(binder::Status::EX_SERVICE_SPECIFIC, result.exceptionCode()); in TEST_P() 184 EXPECT_EQ(binder::Status::EX_SERVICE_SPECIFIC, result.exceptionCode()); in TEST_P()
|
/aosp_15_r20/system/libhidl/base/ |
H A D | Status.cpp | 54 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode() argument 55 if (exceptionCode == EX_TRANSACTION_FAILED) { in fromExceptionCode() 56 return Status(exceptionCode, FAILED_TRANSACTION); in fromExceptionCode() 58 return Status(exceptionCode, OK); in fromExceptionCode() 61 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() argument 63 if (exceptionCode == EX_TRANSACTION_FAILED) { in fromExceptionCode() 64 return Status(exceptionCode, FAILED_TRANSACTION, message); in fromExceptionCode() 66 return Status(exceptionCode, OK, message); in fromExceptionCode() 75 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status() argument 76 : mException(exceptionCode), in Status() [all …]
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | Status.cpp | 26 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode() argument 27 if (exceptionCode == EX_TRANSACTION_FAILED) { in fromExceptionCode() 28 return Status(exceptionCode, FAILED_TRANSACTION); in fromExceptionCode() 30 return Status(exceptionCode, OK); in fromExceptionCode() 33 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() argument 35 if (exceptionCode == EX_TRANSACTION_FAILED) { in fromExceptionCode() 36 return Status(exceptionCode, FAILED_TRANSACTION, message); in fromExceptionCode() 38 return Status(exceptionCode, OK, message); in fromExceptionCode() 41 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() argument 43 return fromExceptionCode(exceptionCode, String8(message)); in fromExceptionCode() [all …]
|
/aosp_15_r20/frameworks/av/media/libmedia/ |
H A D | IMediaHTTPConnection.cpp | 70 int32_t exceptionCode = reply.readExceptionCode(); in connect() local 72 if (exceptionCode) { in connect() 104 int32_t exceptionCode = reply.readExceptionCode(); in readAt() local 106 if (exceptionCode) { in readAt() 148 int32_t exceptionCode = reply.readExceptionCode(); in getSize() local 150 if (exceptionCode) { in getSize() 166 int32_t exceptionCode = reply.readExceptionCode(); in getMIMEType() local 168 if (exceptionCode) { in getMIMEType() 186 int32_t exceptionCode = reply.readExceptionCode(); in getUri() local 188 if (exceptionCode) { in getUri()
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function 145 Status(int32_t exceptionCode, int32_t errorCode); 146 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 87 static Status fromExceptionCode(int32_t exceptionCode); 88 static Status fromExceptionCode(int32_t exceptionCode, 90 static Status fromExceptionCode(int32_t exceptionCode, 101 static std::string exceptionToString(status_t exceptionCode); 126 int32_t exceptionCode() const { return mException; } in exceptionCode() function 141 Status(int32_t exceptionCode, int32_t errorCode); 142 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function 145 Status(int32_t exceptionCode, int32_t errorCode); 146 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function 145 Status(int32_t exceptionCode, int32_t errorCode); 146 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function 145 Status(int32_t exceptionCode, int32_t errorCode); 146 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 87 static Status fromExceptionCode(int32_t exceptionCode); 88 static Status fromExceptionCode(int32_t exceptionCode, 90 static Status fromExceptionCode(int32_t exceptionCode, 101 static std::string exceptionToString(status_t exceptionCode); 126 int32_t exceptionCode() const { return mException; } in exceptionCode() function 141 Status(int32_t exceptionCode, int32_t errorCode); 142 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 87 static Status fromExceptionCode(int32_t exceptionCode); 88 static Status fromExceptionCode(int32_t exceptionCode, 90 static Status fromExceptionCode(int32_t exceptionCode, 101 static std::string exceptionToString(status_t exceptionCode); 126 int32_t exceptionCode() const { return mException; } in exceptionCode() function 141 Status(int32_t exceptionCode, int32_t errorCode); 142 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 87 static Status fromExceptionCode(int32_t exceptionCode); 88 static Status fromExceptionCode(int32_t exceptionCode, 90 static Status fromExceptionCode(int32_t exceptionCode, 101 static std::string exceptionToString(status_t exceptionCode); 126 int32_t exceptionCode() const { return mException; } in exceptionCode() function 141 Status(int32_t exceptionCode, int32_t errorCode); 142 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function 145 Status(int32_t exceptionCode, int32_t errorCode); 146 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function 145 Status(int32_t exceptionCode, int32_t errorCode); 146 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function 145 Status(int32_t exceptionCode, int32_t errorCode); 146 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 130 int32_t exceptionCode() const { return mException; } in exceptionCode() function 145 Status(int32_t exceptionCode, int32_t errorCode); 146 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 134 int32_t exceptionCode() const { return mException; } in exceptionCode() function 149 Status(int32_t exceptionCode, int32_t errorCode); 150 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 134 int32_t exceptionCode() const { return mException; } in exceptionCode() function 149 Status(int32_t exceptionCode, int32_t errorCode); 150 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 134 int32_t exceptionCode() const { return mException; } in exceptionCode() function 149 Status(int32_t exceptionCode, int32_t errorCode); 150 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 134 int32_t exceptionCode() const { return mException; } in exceptionCode() function 149 Status(int32_t exceptionCode, int32_t errorCode); 150 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 134 int32_t exceptionCode() const { return mException; } in exceptionCode() function 149 Status(int32_t exceptionCode, int32_t errorCode); 150 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/frameworks/native/include/binder/ |
H A D | Status.h | 92 static Status fromExceptionCode(int32_t exceptionCode); 93 static Status fromExceptionCode(int32_t exceptionCode, 95 static Status fromExceptionCode(int32_t exceptionCode, 109 static std::string exceptionToString(status_t exceptionCode); 138 int32_t exceptionCode() const { return mException; } in exceptionCode() function 153 Status(int32_t exceptionCode, int32_t errorCode); 154 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | Status.h | 92 static Status fromExceptionCode(int32_t exceptionCode); 93 static Status fromExceptionCode(int32_t exceptionCode, 95 static Status fromExceptionCode(int32_t exceptionCode, 109 static std::string exceptionToString(status_t exceptionCode); 138 int32_t exceptionCode() const { return mException; } in exceptionCode() function 153 Status(int32_t exceptionCode, int32_t errorCode); 154 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 88 static Status fromExceptionCode(int32_t exceptionCode); 89 static Status fromExceptionCode(int32_t exceptionCode, 91 static Status fromExceptionCode(int32_t exceptionCode, 105 static std::string exceptionToString(status_t exceptionCode); 134 int32_t exceptionCode() const { return mException; } in exceptionCode() function 149 Status(int32_t exceptionCode, int32_t errorCode); 150 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
|