Home
last modified time | relevance | path

Searched refs:exception_code (Results 1 – 17 of 17) 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.cpp219 auto exception_code = rc.getExceptionCode(); in keystore2_sign() local
220 if (exception_code == EX_SERVICE_SPECIFIC) { in keystore2_sign()
225 << exception_code; in keystore2_sign()
235 auto exception_code = rc.getExceptionCode(); in keystore2_sign() local
236 if (exception_code == EX_SERVICE_SPECIFIC) { in keystore2_sign()
241 << "Communication with Keystore finish failed error: " << exception_code; in keystore2_sign()
370 auto exception_code = rc.getExceptionCode(); in EVP_PKEY_from_keystore2() local
371 if (exception_code == EX_SERVICE_SPECIFIC) { in EVP_PKEY_from_keystore2()
376 << exception_code; in EVP_PKEY_from_keystore2()
/system/vold/
DKeymaster.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/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/
DBnLoggableInterface.h25 int32_t exception_code; member
DBpLoggableInterface.h31 int32_t exception_code; member
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DBnLoggableInterface.h25 int32_t exception_code; member
DBpLoggableInterface.h31 int32_t exception_code; member
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h29 int32_t exception_code; member
DBpLoggableInterface.h31 int32_t exception_code; member
/system/security/keystore2/src/
Derror.rs82 match s.exception_code() { in map_km_error()
109 r.map_err(|s| match s.exception_code() { in map_rem_prov_error()
119 r.map_err(|s| match s.exception_code() { in map_binder_status()
/system/netd/include/binder_utils/
DBinderUtil.h80 const int exceptionCode = TO_EXCEPTION(log.exception_code); in binderCallLogFn()
/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/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp227 _transaction_log.exception_code = _aidl_status.exceptionCode(); in LogThis()
419 _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.cpp147 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in _aidl_onTransact()
382 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
DILoggableInterface.cpp147 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in _aidl_onTransact()
382 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in LogThis()
/system/tools/aidl/tests/rust/
Dtest_client.rs354 status.exception_code(), in test_service_specific_exception()
653 assert_eq!(ret.unwrap_err().exception_code(), binder::ExceptionCode::ILLEGAL_ARGUMENT); in test_versioned_unknown_union_field_triggers_error()