/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogInternalHandlerTest.cpp | 301 ->notifySystemStateChange(aawi::StateType::POWER_CYCLE, in TEST_F() 313 ->notifySystemStateChange(aawi::StateType::POWER_CYCLE, in TEST_F() 326 ->notifySystemStateChange(aawi::StateType::POWER_CYCLE, in TEST_F() 337 Status status = mWatchdogInternalHandler->notifySystemStateChange(type, -1, -1); in TEST_F() 340 status = mWatchdogInternalHandler->notifySystemStateChange(type, 3000, -1); in TEST_F() 348 mWatchdogInternalHandler->notifySystemStateChange(aawi::StateType::GARAGE_MODE, in TEST_F() 359 mWatchdogInternalHandler->notifySystemStateChange(aawi::StateType::GARAGE_MODE, in TEST_F() 373 ->notifySystemStateChange(type, 234567, in TEST_F() 383 Status status = mWatchdogInternalHandler->notifySystemStateChange(type, 234567, -1); in TEST_F() 386 status = mWatchdogInternalHandler->notifySystemStateChange(type, 234567, 3000); in TEST_F() [all …]
|
D | WatchdogBinderMediatorTest.cpp | 356 Status status = mWatchdogBinderMediator->notifySystemStateChange(StateType::POWER_CYCLE, 0, 0); in TEST_F()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 103 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.GARAGE_MODE, 359 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.USER_STATE, info.id, in registerToDaemon() 413 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.POWER_CYCLE, in subscribePowerCycleChange() 450 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.USER_STATE, userId, in subscribeUserStateChange()
|
/packages/services/Car/cpp/watchdog/car-watchdog-lib/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelper.java | 252 public void notifySystemStateChange(int type, int arg1, int arg2) throws RemoteException { in notifySystemStateChange() method in CarWatchdogDaemonHelper 253 invokeDaemonMethod((daemon) -> daemon.notifySystemStateChange(type, arg1, arg2)); in notifySystemStateChange()
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelperTest.java | 155 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.POWER_CYCLE, in testIndirectCall_NotifySystemStateChange() 158 verify(mFakeCarWatchdog).notifySystemStateChange(StateType.POWER_CYCLE, in testIndirectCall_NotifySystemStateChange()
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 106 void notifySystemStateChange(in StateType type, in int arg1, in int arg2); in notifySystemStateChange() method
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 30 …void notifySystemStateChange(in android.automotive.watchdog.StateType type, in int arg1, in int ar… in notifySystemStateChange() method
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 30 …void notifySystemStateChange(in android.automotive.watchdog.StateType type, in int arg1, in int ar… in notifySystemStateChange() method
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 134 void notifySystemStateChange(in StateType type, in int arg1, in int arg2); in notifySystemStateChange() method
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 67 …void notifySystemStateChange(in android.automotive.watchdog.StateType type, in int arg1, in int ar… in notifySystemStateChange() method
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 67 …void notifySystemStateChange(in android.automotive.watchdog.StateType type, in int arg1, in int ar… in notifySystemStateChange() method
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogInternalHandler.h | 82 android::binder::Status notifySystemStateChange(
|
D | WatchdogBinderMediator.h | 98 android::binder::Status notifySystemStateChange(StateType type, int32_t arg1,
|
D | WatchdogInternalHandler.cpp | 161 Status WatchdogInternalHandler::notifySystemStateChange(aawi::StateType type, int32_t arg1, in notifySystemStateChange() function in android::automotive::watchdog::WatchdogInternalHandler
|
D | WatchdogBinderMediator.cpp | 320 Status WatchdogBinderMediator::notifySystemStateChange(StateType /*type*/, int32_t /*arg1*/, in notifySystemStateChange() function in android::automotive::watchdog::WatchdogBinderMediator
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 216 .notifySystemStateChange( in testGarageModeStateChangeToOn() 225 .notifySystemStateChange( in testGarageModeStateChangeToOff()
|