• Home
  • Raw
  • Download

Lines Matching refs:fromExceptionCode

55         return Status::fromExceptionCode(Status::EX_SECURITY,  in checkSystemUser()
61 Status fromExceptionCode(int32_t exceptionCode, std::string message) { in fromExceptionCode() function
63 return Status::fromExceptionCode(exceptionCode, message.c_str()); in fromExceptionCode()
91 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, kNullCarWatchdogServiceError); in registerCarWatchdogService()
109 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, kNullCarWatchdogServiceError); in unregisterCarWatchdogService()
120 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, kNullCarWatchdogMonitorError); in registerMonitor()
131 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, kNullCarWatchdogMonitorError); in unregisterMonitor()
144 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, kNullCarWatchdogServiceError); in tellCarWatchdogServiceAlive()
156 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, kNullCarWatchdogMonitorError); in tellDumpFinished()
171 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in notifySystemStateChange()
187 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in notifySystemStateChange()
196 return fromExceptionCode(result.error().code(), result.error().message()); in notifySystemStateChange()
202 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in notifySystemStateChange()
223 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in handlePowerCycleChange()
239 return fromExceptionCode(result.error().code(), result.error().message()); in updateResourceOveruseConfigurations()
254 return fromExceptionCode(result.error().code(), result.error().message()); in getResourceOveruseConfigurations()
266 return fromExceptionCode(result.error().code(), result.error().message()); in actionTakenOnResourceOveruse()