Home
last modified time | relevance | path

Searched refs:notifyUserStateChange (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DMockWatchdogProcessService.h76 MOCK_METHOD(android::binder::Status, notifyUserStateChange,
DWatchdogInternalHandlerTest.cpp370 notifyUserStateChange(234567, aawi::UserState::USER_STATE_STOPPED)) in TEST_F()
380 EXPECT_CALL(*mMockWatchdogProcessService, notifyUserStateChange(_, _)).Times(0); in TEST_F()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.cpp190 return mWatchdogProcessService->notifyUserStateChange(userId, userState); in notifySystemStateChange()
DWatchdogProcessService.h82 virtual android::binder::Status notifyUserStateChange(
DWatchdogProcessService.cpp285 Status WatchdogProcessService::notifyUserStateChange(userid_t userId, aawi::UserState state) { in notifyUserStateChange() function in android::automotive::watchdog::WatchdogProcessService