Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/enrollment/
DEnrollmentUtilTest.java59 int errorCause = EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE.getValue(); in logEnrollmentFailedStats_nullInput_defaultValuesUsed() local
68 errorCause); in logEnrollmentFailedStats_nullInput_defaultValuesUsed()
75 eq(errorCause)); in logEnrollmentFailedStats_nullInput_defaultValuesUsed()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp420 const char* errorCause = errorStr.c_str(); in registerPowerPolicyChangeCallback() local
421 ALOGW("Cannot register a callback: %s", errorCause); in registerPowerPolicyChangeCallback()
422 return ScopedAStatus::fromServiceSpecificErrorWithMessage(EX_ILLEGAL_ARGUMENT, errorCause); in registerPowerPolicyChangeCallback()
433 const char* errorCause = errorStr.c_str(); in registerPowerPolicyChangeCallback() local
434 ALOGW("Cannot register a callback: %s", errorCause); in registerPowerPolicyChangeCallback()
435 return ScopedAStatus::fromServiceSpecificErrorWithMessage(EX_ILLEGAL_STATE, errorCause); in registerPowerPolicyChangeCallback()
465 const char* errorCause = errorStr.c_str(); in unregisterPowerPolicyChangeCallback() local
466 ALOGW("Cannot unregister a callback: %s", errorCause); in unregisterPowerPolicyChangeCallback()
467 return ScopedAStatus::fromServiceSpecificErrorWithMessage(EX_ILLEGAL_ARGUMENT, errorCause); in unregisterPowerPolicyChangeCallback()
708 const char* errorCause = errorStr.c_str(); in notifyCarServiceReadyInternal() local
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/enrollment/
DEnrollmentUtil.java111 int errorCause) { in logEnrollmentFailedStats() argument
117 errorCause); in logEnrollmentFailedStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeAuthorizationFilter.java412 int errorCause = EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue(); in getAndAssertAdTechFromUriAllowed() local
424 errorCause = in getAndAssertAdTechFromUriAllowed()
435 errorCause); in getAndAssertAdTechFromUriAllowed()
/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java1213 ErrorCause errorCause = ErrorCause.fromIwlanError(iwlanError); in generateRetryAction() local
1215 @Nullable RetryAction prevRetryAction = mLastRetryActionByCause.get(errorCause); in generateRetryAction()
1229 mLastRetryActionByCause.put(errorCause, newRetryAction); in generateRetryAction()
1237 ErrorCause errorCause = ErrorCause.fromIwlanError(iwlanError); in generateRetryAction() local
1238 @Nullable RetryAction prevRetryAction = mLastRetryActionByCause.get(errorCause); in generateRetryAction()
1247 mLastRetryActionByCause.put(errorCause, newRetryAction); in generateRetryAction()
DIwlanDataService.java1378 int errorCause; in handleMessage() local
1468 errorCause = in handleMessage()
1472 if (errorCause != DataFailCause.NONE) { in handleMessage()
1473 respBuilder.setCause(errorCause); in handleMessage()
1474 metricsAtom.setDataCallFailCause(errorCause); in handleMessage()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp830 const char* errorCause = errorStr.c_str(); in unregisterClientLocked() local
831 ALOGW("Failed to unregister the car watchdog %s: %s", clientName, errorCause); in unregisterClientLocked()
832 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, errorCause); in unregisterClientLocked()