Home
last modified time | relevance | path

Searched refs:exceptionCode (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DAbstractSessionStateMachine.java246 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/
DIkeSessionTestBase.java250 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()
DChildSessionStateMachineTest.java702 private void verifyChildMetricsLogged(int stateCode, int exceptionCode) { in verifyChildMetricsLogged() argument
703 verifyMetricsLogged(IkeMetrics.IKE_SESSION_TYPE_CHILD, stateCode, exceptionCode); in verifyChildMetricsLogged()
DIkeSessionStateMachineTest.java1606 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/
DWatchdogBinderMediator.cpp64 ScopedAStatus toScopedAStatus(const int32_t exceptionCode, const std::string& message) { in toScopedAStatus() argument
66 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()
DWatchdogServiceHelper.cpp46 ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exceptionCode, in fromExceptionCodeWithMessage() argument
49 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in fromExceptionCodeWithMessage()
DWatchdogInternalHandler.cpp73 ScopedAStatus toScopedAStatus(int32_t exceptionCode, const std::string& message) { in toScopedAStatus() argument
75 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()