Searched refs:exceptionCode (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | AbstractSessionStateMachine.java | 246 final @IkeMetrics.IkeError int exceptionCode = in recordMetricsEvent_sessionTerminated() local 254 exceptionCode); in recordMetricsEvent_sessionTerminated() local 279 final @IkeMetrics.IkeError int exceptionCode = in recordMetricsEvent_SaNegotiation() local 291 exceptionCode); in recordMetricsEvent_SaNegotiation() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionTestBase.java | 250 protected void verifyMetricsLogged(int sessionType, int stateCode, int exceptionCode) { in verifyMetricsLogged() argument 253 IkeMetrics.IKE_CALLER_UNKNOWN, sessionType, stateCode, exceptionCode); in verifyMetricsLogged() 266 int exceptionCode) { in verifyIkeSaMetricsLogged() argument 277 eq(exceptionCode)); in verifyIkeSaMetricsLogged()
|
D | ChildSessionStateMachineTest.java | 702 private void verifyChildMetricsLogged(int stateCode, int exceptionCode) { in verifyChildMetricsLogged() argument 703 verifyMetricsLogged(IkeMetrics.IKE_SESSION_TYPE_CHILD, stateCode, exceptionCode); in verifyChildMetricsLogged()
|
D | IkeSessionStateMachineTest.java | 1606 private void verifyIkeMetricsLogged(int stateCode, int exceptionCode) { in verifyIkeMetricsLogged() argument 1607 verifyMetricsLogged(IkeMetrics.IKE_SESSION_TYPE_IKE, stateCode, exceptionCode); in verifyIkeMetricsLogged()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogBinderMediator.cpp | 64 ScopedAStatus toScopedAStatus(const int32_t exceptionCode, const std::string& message) { in toScopedAStatus() argument 66 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()
|
D | WatchdogServiceHelper.cpp | 46 ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exceptionCode, in fromExceptionCodeWithMessage() argument 49 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in fromExceptionCodeWithMessage()
|
D | WatchdogInternalHandler.cpp | 73 ScopedAStatus toScopedAStatus(int32_t exceptionCode, const std::string& message) { in toScopedAStatus() argument 75 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()
|