Lines Matching refs:fromExceptionCodeWithMessage
46 ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exceptionCode, in fromExceptionCodeWithMessage() function
49 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in fromExceptionCodeWithMessage()
81 return fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, "Must provide non-null service"); in registerService()
88 return fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in registerService()
114 return fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in registerService()
127 return fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, "Must provide non-null service"); in unregisterService()
132 return fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in unregisterService()
168 return fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in checkIfAlive()
184 return fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in prepareProcessTermination()
236 return fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in getPackageInfosForUids()
252 return fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in resetResourceOveruseStats()
263 return fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in requestTodayIoUsageStats()
275 return fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in onLatestResourceStats()
286 return fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in requestAidlVhalPid()