Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogProcessHandler.java80 private int mLastSessionId; field in WatchdogProcessHandler
320 if (++mLastSessionId <= 0) { in getNewSessionId()
321 mLastSessionId = 1; in getNewSessionId()
323 return mLastSessionId; in getNewSessionId()
/packages/services/Car/tests/carservice_test/src/com/android/car/watchdog/
DCarWatchdogServiceTest.java256 protected int mLastSessionId = INVALID_SESSION_ID; field in CarWatchdogServiceTest.BaseAndroidClient
260 mLastSessionId = sessionId; in onCheckHealthStatus()
270 return mLastSessionId; in getLastSessionId()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp131 mLastSessionId(0), in WatchdogProcessService()
772 if (++mLastSessionId <= 0) { in getNewSessionId()
773 mLastSessionId = 1; in getNewSessionId()
775 return mLastSessionId; in getNewSessionId()
DWatchdogProcessService.h237 int32_t mLastSessionId; variable
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java1626 protected int mLastSessionId = INVALID_SESSION_ID; field in CarWatchdogServiceUnitTest.TestClient
1630 mLastSessionId = sessionId; in onCheckHealthStatus()
1639 return mLastSessionId; in getLastSessionId()
1646 mLastSessionId = sessionId; in onCheckHealthStatus()