Searched refs:timeoutLength (Results 1 – 3 of 3) sorted by relevance
76 [&](int32_t sessionId, TimeoutLength timeoutLength) -> ScopedAStatus { in expectCheckIfAlive() argument79 mTimeoutLength = timeoutLength; in expectCheckIfAlive()
149 bool hasClientInfoWithPackageName(TimeoutLength timeoutLength, std::string packageName) { in hasClientInfoWithPackageName() argument150 auto clientInfoMap = mWatchdogProcessService->mClientsByTimeout[timeoutLength]; in hasClientInfoWithPackageName()
202 int toProtoHealthCheckTimeout(TimeoutLength timeoutLength) { in toProtoHealthCheckTimeout() argument203 switch (timeoutLength) { in toProtoHealthCheckTimeout()