Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp1100 mRemainingConnectionRetryCount = kMaxConnectionRetry; in connectToVhal()
1116 mRemainingConnectionRetryCount--; in connectToVhalHelper()
1117 if (mRemainingConnectionRetryCount <= 0) { in connectToVhalHelper()
DCarPowerPolicyServer.h365 int32_t mRemainingConnectionRetryCount; variable