Home
last modified time | relevance | path

Searched refs:OPEN_SESSION_RETRY_INTERVAL_MS (Results 1 - 1 of 1) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_session.cpp29 constexpr int OPEN_SESSION_RETRY_INTERVAL_MS = 100; member
115 std::this_thread::sleep_for(std::chrono::milliseconds(OPEN_SESSION_RETRY_INTERVAL_MS)); in WaitSessionOpened()
117 LOGI("openSession, waiting for:%{public}d ms", retryTimes * OPEN_SESSION_RETRY_INTERVAL_MS); in WaitSessionOpened()

Completed in 1 milliseconds