Home
last modified time | relevance | path

Searched refs:kMaxVhalPidCachingAttempts (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp80 constexpr const int32_t kMaxVhalPidCachingAttempts = 2; variable
305 syncLooper((kMaxVhalPidCachingAttempts + 1) * kTestVhalPidCachingRetryDelayNs); in waitUntilVhalPidCachingAttemptsExhausted()
638 .Times(kMaxVhalPidCachingAttempts) in TEST_F()
723 .Times(kMaxVhalPidCachingAttempts) in TEST_F()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp112 constexpr int32_t kMaxVhalPidCachingAttempts = 2; variable
546 } else if (mTotalVhalPidCachingAttempts < kMaxVhalPidCachingAttempts) { in onDump()
550 kMaxVhalPidCachingAttempts - mTotalVhalPidCachingAttempts), in onDump()
611 } else if (mTotalVhalPidCachingAttempts < kMaxVhalPidCachingAttempts) { in onDumpProto()
1202 if (mTotalVhalPidCachingAttempts >= kMaxVhalPidCachingAttempts) { in cacheVhalProcessIdentifier()