Home
last modified time | relevance | path

Searched refs:timeoutLength (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/watchdog/vts/
DVtsAidlWatchdogTargetTest.cpp76 [&](int32_t sessionId, TimeoutLength timeoutLength) -> ScopedAStatus { in expectCheckIfAlive() argument
79 mTimeoutLength = timeoutLength; in expectCheckIfAlive()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp149 bool hasClientInfoWithPackageName(TimeoutLength timeoutLength, std::string packageName) { in hasClientInfoWithPackageName() argument
150 auto clientInfoMap = mWatchdogProcessService->mClientsByTimeout[timeoutLength]; in hasClientInfoWithPackageName()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp202 int toProtoHealthCheckTimeout(TimeoutLength timeoutLength) { in toProtoHealthCheckTimeout() argument
203 switch (timeoutLength) { in toProtoHealthCheckTimeout()