Searched refs:RECONNECT_TIME_INTERVAL (Results 1 – 2 of 2) sorted by relevance
128 auto delay = RECONNECT_TIME_INTERVAL; in DelayConnectExtAbility()129 if (now - reConnects_.prevTime >= RECONNECT_TIME_INTERVAL.count()) { in DelayConnectExtAbility()
100 …static constexpr std::chrono::milliseconds RECONNECT_TIME_INTERVAL = std::chrono::milliseconds(100… variable