Home
last modified time | relevance | path

Searched refs:notifySystemStateChange (Results 1 – 21 of 21) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp386 ->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 …]
DMockWatchdogInternalHandler.h64 MOCK_METHOD(ndk::ScopedAStatus, notifySystemStateChange,
DWatchdogBinderMediatorTest.cpp327 auto status = mWatchdogBinderMediator->notifySystemStateChange(StateType::POWER_CYCLE, 0, 0); in TEST_F()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java388 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/
DCarWatchdogService.java177 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/
DCarWatchdogDaemonHelper.java253 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/
DICarWatchdog.aidl30 …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/
DICarWatchdog.aidl30 …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/
DICarWatchdog.aidl42 …void notifySystemStateChange(in android.automotive.watchdog.internal.StateType type, in int arg1, … in notifySystemStateChange() method
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DICarWatchdog.aidl134 void notifySystemStateChange(in StateType type, in int arg1, in int arg2); in notifySystemStateChange() method
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdog.aidl110 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/
DICarWatchdog.aidl42 …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/
DICarWatchdog.aidl42 …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/
DICarWatchdog.aidl67 …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/
DICarWatchdog.aidl42 …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/
DICarWatchdog.aidl67 …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/
DCarWatchdogDaemonHelperTest.java188 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/
DWatchdogInternalHandler.h103 ndk::ScopedAStatus notifySystemStateChange(
DWatchdogBinderMediator.h123 ndk::ScopedAStatus notifySystemStateChange(aidl::android::automotive::watchdog::StateType type,
DWatchdogBinderMediator.cpp267 ScopedAStatus WatchdogBinderMediator::notifySystemStateChange(StateType /*type*/, int32_t /*arg1*/, in notifySystemStateChange() function in android::automotive::watchdog::WatchdogBinderMediator
DWatchdogInternalHandler.cpp288 ScopedAStatus WatchdogInternalHandler::notifySystemStateChange(StateType type, int32_t arg1, in notifySystemStateChange() function in android::automotive::watchdog::WatchdogInternalHandler