Lines Matching refs:fromExceptionCode
45 Status fromExceptionCode(int32_t exceptionCode, std::string message) { in fromExceptionCode() function
47 return Status::fromExceptionCode(exceptionCode, message.c_str()); in fromExceptionCode()
68 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, in registerService()
78 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, in registerService()
95 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in unregisterService()
125 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in checkIfAlive()
139 return fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in prepareProcessTermination()
185 return fromExceptionCode(Status::EX_ILLEGAL_STATE, "Watchdog service is not initialized"); in getPackageInfosForUids()
200 return fromExceptionCode(Status::EX_ILLEGAL_STATE, "Watchdog service is not initialized"); in latestIoOveruseStats()
211 return fromExceptionCode(Status::EX_ILLEGAL_STATE, "Watchdog service is not initialized"); in resetResourceOveruseStats()
222 return fromExceptionCode(Status::EX_ILLEGAL_STATE, "Watchdog service is not initialized"); in getTodayIoUsageStats()