Home
last modified time | relevance | path

Searched refs:transaction_error (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs225 pub fn transaction_error(&self) -> StatusCode { in transaction_error() method
284 self.transaction_error() == other.transaction_error() in eq()
342 status.transaction_error() as status_t in from()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
H A DBnLoggableInterface.h26 int32_t transaction_error; member
H A DBpLoggableInterface.h32 int32_t transaction_error; member
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/
H A DBnLoggableInterface.h26 int32_t transaction_error; member
H A DBpLoggableInterface.h32 int32_t transaction_error; member
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
H A DBnLoggableInterface.h30 int32_t transaction_error; member
H A DBpLoggableInterface.h32 int32_t transaction_error; member
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_loggable_interface.cpp98 EXPECT_EQ(0, log.transaction_error); in TEST_F()
H A Daidl_test_client_ndk_loggable_interface.cpp103 EXPECT_EQ(0, log.transaction_error); in TEST_F()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp229 _transaction_log.transaction_error = _aidl_status.transactionError(); in LogThis()
421 _transaction_log.transaction_error = _aidl_status.transactionError(); in onTransact()
/aosp12/system/security/keystore2/src/
H A Derror.rs125 let e = s.transaction_error(); in map_binder_status()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp149 _transaction_log.transaction_error = AStatus_getStatus(_aidl_status.get()); in _aidl_onTransact()
384 _transaction_log.transaction_error = AStatus_getStatus(_aidl_status.get()); in LogThis()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp149 _transaction_log.transaction_error = AStatus_getStatus(_aidl_status.get()); in _aidl_onTransact()
384 _transaction_log.transaction_error = AStatus_getStatus(_aidl_status.get()); in LogThis()
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_client.rs655 assert_eq!(ret.unwrap_err().transaction_error(), binder::StatusCode::BAD_VALUE); in test_versioned_unknown_union_field_triggers_error()