Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp35 const int PRINT_RETRY_TIMES = 10; variable
149 if (cfgErr != SQLITE_OK || (errCode != SQLITE_OK) || retryCount > PRINT_RETRY_TIMES) { in FillSharedBlockOpt()