/packages/services/Car/cpp/watchdog/stable_server/src/ |
D | WatchdogServiceHelper.cpp | 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() [all …]
|
D | WatchdogProcessService.cpp | 156 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in toScopedAStatus() 324 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in registerClient() 340 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in unregisterClient() 356 fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in registerCarWatchdogService() 391 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in registerMonitor() 420 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in registerMonitor() 432 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in unregisterMonitor() 439 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in unregisterMonitor() 455 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in tellClientAlive() 467 fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in tellCarWatchdogServiceAlive() [all …]
|
D | WatchdogBinderMediator.cpp | 66 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()
|
D | WatchdogInternalHandler.cpp | 78 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogServiceHelper.cpp | 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() [all …]
|
D | WatchdogProcessService.cpp | 156 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in toScopedAStatus() 324 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in registerClient() 340 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in unregisterClient() 356 fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in registerCarWatchdogService() 391 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in registerMonitor() 420 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in registerMonitor() 432 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in unregisterMonitor() 439 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in unregisterMonitor() 455 return ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in tellClientAlive() 467 fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in tellCarWatchdogServiceAlive() [all …]
|
D | WatchdogBinderMediator.cpp | 66 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()
|
D | WatchdogInternalHandler.cpp | 78 return ScopedAStatus::fromExceptionCodeWithMessage(exceptionCode, message.c_str()); in toScopedAStatus()
|
/packages/modules/Virtualization/tests/testapk/src/native/ |
D | testbinary.cpp | 187 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() 246 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() 295 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() 305 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() 317 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() 326 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() 332 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() 354 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() 363 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() 379 return ScopedAStatus::fromExceptionCodeWithMessage(EX_SERVICE_SPECIFIC, in start_test_service() [all …]
|
/packages/services/Car/cpp/telemetry/cartelemetryd/src/ |
D | CarTelemetryImpl.cpp | 44 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(result.error().code(), in addCallback() 54 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(result.error().code(), in removeCallback()
|
D | CarTelemetryInternalImpl.cpp | 57 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(::EX_ILLEGAL_STATE, in setListener()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogServiceHelperTest.cpp | 333 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 390 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 444 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 482 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 513 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 560 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 589 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F()
|
D | WatchdogInternalHandlerTest.cpp | 292 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 329 ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in TEST_F()
|
D | IoOveruseMonitorTest.cpp | 890 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F()
|
/packages/services/Car/cpp/watchdog/stable_server/tests/ |
D | WatchdogServiceHelperTest.cpp | 333 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 390 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 444 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 482 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 513 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 560 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 589 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F()
|
D | WatchdogInternalHandlerTest.cpp | 292 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F() 329 ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in TEST_F()
|
D | IoOveruseMonitorTest.cpp | 890 .WillOnce(Return(ByMove(ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, in TEST_F()
|
/packages/modules/Virtualization/tests/benchmark/src/native/ |
D | benchmarkbinary.cpp | 53 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in resultStatus()
|
/packages/services/Car/cpp/power/server/src/ |
D | SilentModeHandler.cpp | 150 fromExceptionCodeWithMessage(EX_ILLEGAL_ARGUMENT, in setSilentMode()
|
D | CarPowerPolicyServer.cpp | 315 return ScopedAStatus::fromExceptionCodeWithMessage(ret.error().code(), in setPowerPolicyGroup() 724 return ScopedAStatus::fromExceptionCodeWithMessage(ret.error().code(), in applyPowerPolicy() 737 return ScopedAStatus::fromExceptionCodeWithMessage(ret.error().code(), in setPowerPolicyGroup()
|
/packages/modules/StatsD/statsd/src/ |
D | StatsService.cpp | 73 return Status::fromExceptionCodeWithMessage(code, msg.c_str()); in exception()
|