/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogInternalHandlerTest.cpp | 386 ->notifySystemStateChange(StateType::POWER_CYCLE, in TEST_F() 400 ->notifySystemStateChange(StateType::POWER_CYCLE, in TEST_F() 415 ->notifySystemStateChange(StateType::POWER_CYCLE, in TEST_F() 428 ->notifySystemStateChange(StateType::POWER_CYCLE, in TEST_F() 442 ASSERT_FALSE(mWatchdogInternalHandler->notifySystemStateChange(type, -1, -1).isOk()) in TEST_F() 445 ASSERT_FALSE(mWatchdogInternalHandler->notifySystemStateChange(type, 3000, -1).isOk()) in TEST_F() 455 mWatchdogInternalHandler->notifySystemStateChange(StateType::GARAGE_MODE, in TEST_F() 469 mWatchdogInternalHandler->notifySystemStateChange(StateType::GARAGE_MODE, in TEST_F() 485 ->notifySystemStateChange(type, 234567, in TEST_F() 499 ->notifySystemStateChange(type, 234567, in TEST_F() [all …]
|
D | MockWatchdogInternalHandler.h | 64 MOCK_METHOD(ndk::ScopedAStatus, notifySystemStateChange,
|
D | WatchdogBinderMediatorTest.cpp | 327 auto status = mWatchdogBinderMediator->notifySystemStateChange(StateType::POWER_CYCLE, 0, 0); in TEST_F()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 388 verify(mMockCarWatchdogDaemonHelper).notifySystemStateChange(StateType.GARAGE_MODE, in testGarageModeStateChangeToOn() 401 verify(mMockCarWatchdogDaemonHelper, times(2)).notifySystemStateChange( in testGarageModeStateChangeToOff() 420 verify(mMockCarWatchdogDaemonHelper).notifySystemStateChange(StateType.USER_STATE, 101, in testWatchdogDaemonRestart() 422 verify(mMockCarWatchdogDaemonHelper).notifySystemStateChange(StateType.USER_STATE, 102, in testWatchdogDaemonRestart() 424 verify(mMockCarWatchdogDaemonHelper).notifySystemStateChange(StateType.POWER_CYCLE, in testWatchdogDaemonRestart() 428 verify(mMockCarWatchdogDaemonHelper, times(2)).notifySystemStateChange( in testWatchdogDaemonRestart() 443 verify(mMockCarWatchdogDaemonHelper).notifySystemStateChange(StateType.USER_STATE, 101, in testUserSwitchingLifecycleEvents() 445 verify(mMockCarWatchdogDaemonHelper).notifySystemStateChange(StateType.USER_STATE, 101, in testUserSwitchingLifecycleEvents() 447 verify(mMockCarWatchdogDaemonHelper).notifySystemStateChange(StateType.USER_STATE, 101, in testUserSwitchingLifecycleEvents() 457 verify(mMockCarWatchdogDaemonHelper).notifySystemStateChange(StateType.USER_STATE, 100, in testUserRemovedBroadcast() [all …]
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 177 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.POWER_CYCLE, 191 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.USER_STATE, 626 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.USER_STATE, in notifyAllUserStates() 644 mCarWatchdogDaemonHelper.notifySystemStateChange( in notifyPowerCycleChange() 658 mCarWatchdogDaemonHelper.notifySystemStateChange( in notifyGarageModeChange() 809 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.USER_STATE, userId, in subscribeUserStateChange()
|
/packages/services/Car/cpp/watchdog/car-watchdog-lib/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelper.java | 253 public void notifySystemStateChange(int type, int arg1, int arg2) throws RemoteException { in notifySystemStateChange() method in CarWatchdogDaemonHelper 254 invokeDaemonMethod((daemon) -> daemon.notifySystemStateChange(type, arg1, arg2)); in notifySystemStateChange()
|
/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/aidl_api/android.automotive.watchdog.internal/1/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 42 …void notifySystemStateChange(in android.automotive.watchdog.internal.StateType type, in int arg1, … 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/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 110 void notifySystemStateChange(in StateType type, int arg1, int arg2); in notifySystemStateChange() method
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/2/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 42 …void notifySystemStateChange(in android.automotive.watchdog.internal.StateType type, in int arg1, … in notifySystemStateChange() method
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/3/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 42 …void notifySystemStateChange(in android.automotive.watchdog.internal.StateType type, int arg1, int… 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.internal/current/android/automotive/watchdog/internal/ |
D | ICarWatchdog.aidl | 42 …void notifySystemStateChange(in android.automotive.watchdog.internal.StateType type, int arg1, int… 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/tests/carservice_unit_test/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelperTest.java | 188 mCarWatchdogDaemonHelper.notifySystemStateChange(StateType.POWER_CYCLE, in testIndirectCall_NotifySystemStateChange() 191 verify(mFakeCarWatchdog).notifySystemStateChange(StateType.POWER_CYCLE, in testIndirectCall_NotifySystemStateChange()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogInternalHandler.h | 103 ndk::ScopedAStatus notifySystemStateChange(
|
D | WatchdogBinderMediator.h | 123 ndk::ScopedAStatus notifySystemStateChange(aidl::android::automotive::watchdog::StateType type,
|
D | WatchdogBinderMediator.cpp | 267 ScopedAStatus WatchdogBinderMediator::notifySystemStateChange(StateType /*type*/, int32_t /*arg1*/, in notifySystemStateChange() function in android::automotive::watchdog::WatchdogBinderMediator
|
D | WatchdogInternalHandler.cpp | 288 ScopedAStatus WatchdogInternalHandler::notifySystemStateChange(StateType type, int32_t arg1, in notifySystemStateChange() function in android::automotive::watchdog::WatchdogInternalHandler
|