Lines Matching refs:errorCause
420 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
709 ALOGW("Cannot handle notifyCarServiceReady: %s", errorCause); in notifyCarServiceReadyInternal()
710 return ScopedAStatus::fromServiceSpecificErrorWithMessage(EX_ILLEGAL_STATE, errorCause); in notifyCarServiceReadyInternal()