Home
last modified time | relevance | path

Searched refs:exception_code (Results 1 – 16 of 16) sorted by relevance

/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp181 auto exception_code = rc.getExceptionCode(); in keyStore2GetPubKey() local
182 if (exception_code == EX_SERVICE_SPECIFIC) { in keyStore2GetPubKey()
187 << exception_code; in keyStore2GetPubKey()
221 auto exception_code = rc.getExceptionCode(); in keyStore2Sign() local
222 if (exception_code == EX_SERVICE_SPECIFIC) { in keyStore2Sign()
227 << exception_code; in keyStore2Sign()
267 auto exception_code = rc.getExceptionCode(); in keyStore2Sign() local
268 if (exception_code == EX_SERVICE_SPECIFIC) { in keyStore2Sign()
273 << exception_code; in keyStore2Sign()
283 auto exception_code = rc.getExceptionCode(); in keyStore2Sign() local
[all …]
/system/security/keystore-engine/
Dkeystore2_engine.cpp221 auto exception_code = rc.getExceptionCode(); in keystore2_sign() local
222 if (exception_code == EX_SERVICE_SPECIFIC) { in keystore2_sign()
227 << exception_code; in keystore2_sign()
237 auto exception_code = rc.getExceptionCode(); in keystore2_sign() local
238 if (exception_code == EX_SERVICE_SPECIFIC) { in keystore2_sign()
243 << "Communication with Keystore finish failed error: " << exception_code; in keystore2_sign()
397 auto exception_code = rc.getExceptionCode(); in EVP_PKEY_from_keystore2() local
398 if (exception_code == EX_SERVICE_SPECIFIC) { in EVP_PKEY_from_keystore2()
403 << exception_code; in EVP_PKEY_from_keystore2()
/system/vold/
DKeystore.cpp57 auto exception_code = rc.getExceptionCode(); in logKeystore2ExceptionIfPresent() local
58 if (exception_code == EX_SERVICE_SPECIFIC) { in logKeystore2ExceptionIfPresent()
63 << " failed error: " << exception_code; in logKeystore2ExceptionIfPresent()
/system/security/keystore2/src/
Derror.rs88 match s.exception_code() { in map_km_error()
115 r.map_err(|s| match s.exception_code() { in map_rem_prov_error()
125 r.map_err(|s| match s.exception_code() { in map_binder_status()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DILoggableInterface.h53 int32_t exception_code; member
74 int32_t exception_code; member
DBpLoggableInterface.h28 int32_t exception_code; member
DBnLoggableInterface.h26 int32_t exception_code; member
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DBpLoggableInterface.h31 int32_t exception_code; member
DILoggableInterface.h68 int32_t exception_code; member
88 int32_t exception_code; member
DBnLoggableInterface.h32 int32_t exception_code; member
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp96 EXPECT_EQ(0, log.exception_code); in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp101 EXPECT_EQ(0, log.exception_code); in TEST_F()
/system/netd/include/binder_utils/
DBinderUtil.h87 const int exceptionCode = TO_EXCEPTION(log.exception_code); in binderCallLogFn()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp218 _transaction_log.exception_code = _aidl_status.exceptionCode(); in LogThis()
410 _transaction_log.exception_code = _aidl_status.exceptionCode(); in onTransact()
570 _transaction_log.exception_code = _aidl_status.exceptionCode(); in Log()
629 _transaction_log.exception_code = _aidl_status.exceptionCode(); in onTransact()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
DILoggableInterface.cpp146 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in _aidl_android_aidl_loggable_ILoggableInterface_onTransact()
381 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in LogThis()
497 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in _aidl_android_aidl_loggable_ILoggableInterface_ISub_onTransact()
568 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in Log()
/system/tools/aidl/tests/rust/
Dtest_client.rs404 assert_eq!(status.exception_code(), binder::ExceptionCode::SERVICE_SPECIFIC); in test_service_specific_exception()
906 assert_eq!(ret.unwrap_err().exception_code(), binder::ExceptionCode::ILLEGAL_ARGUMENT); in test_versioned_unknown_union_field_triggers_error()