Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/file_operator/src/
H A Daccount_file_operator.cpp41 const uint32_t RETRY_SLEEP_MS = 5; variable
322 std::this_thread::sleep_for(std::chrono::milliseconds(RETRY_SLEEP_MS)); in IsExistFile()