Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp301 ->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 …]
DWatchdogBinderMediatorTest.cpp356 Status status = mWatchdogBinderMediator->notifySystemStateChange(StateType::POWER_CYCLE, 0, 0); in TEST_F()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java103 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/
DCarWatchdogDaemonHelper.java252 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/
DCarWatchdogDaemonHelperTest.java155 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/
DICarWatchdog.aidl106 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/
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/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/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/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/cpp/watchdog/server/src/
DWatchdogInternalHandler.h82 android::binder::Status notifySystemStateChange(
DWatchdogBinderMediator.h98 android::binder::Status notifySystemStateChange(StateType type, int32_t arg1,
DWatchdogInternalHandler.cpp161 Status WatchdogInternalHandler::notifySystemStateChange(aawi::StateType type, int32_t arg1, in notifySystemStateChange() function in android::automotive::watchdog::WatchdogInternalHandler
DWatchdogBinderMediator.cpp320 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/
DCarWatchdogServiceUnitTest.java216 .notifySystemStateChange( in testGarageModeStateChangeToOn()
225 .notifySystemStateChange( in testGarageModeStateChangeToOff()