Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_connection.cpp128 auto delay = RECONNECT_TIME_INTERVAL; in DelayConnectExtAbility()
129 if (now - reConnects_.prevTime >= RECONNECT_TIME_INTERVAL.count()) { in DelayConnectExtAbility()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_connection.h100 …static constexpr std::chrono::milliseconds RECONNECT_TIME_INTERVAL = std::chrono::milliseconds(100… variable