/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 181 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/ |
D | keystore2_engine.cpp | 221 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/ |
D | Keystore.cpp | 57 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/ |
D | error.rs | 88 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/ |
D | ILoggableInterface.h | 53 int32_t exception_code; member 74 int32_t exception_code; member
|
D | BpLoggableInterface.h | 28 int32_t exception_code; member
|
D | BnLoggableInterface.h | 26 int32_t exception_code; member
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
D | BpLoggableInterface.h | 31 int32_t exception_code; member
|
D | ILoggableInterface.h | 68 int32_t exception_code; member 88 int32_t exception_code; member
|
D | BnLoggableInterface.h | 32 int32_t exception_code; member
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 96 EXPECT_EQ(0, log.exception_code); in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 101 EXPECT_EQ(0, log.exception_code); in TEST_F()
|
/system/netd/include/binder_utils/ |
D | BinderUtil.h | 87 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/ |
D | ILoggableInterface.cpp | 218 _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/ |
D | ILoggableInterface.cpp | 146 _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/ |
D | test_client.rs | 404 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()
|