Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_connection.h71 static constexpr uint32_t ITERS_COUNT = sizeof(ITERS) / sizeof(ITERS[0]); member in OHOS::NativeRdb::RdConnection
H A Dconnection_pool.h132 static constexpr uint32_t ITERS_COUNT = 2; member in OHOS::NativeRdb::ConnectionPool
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp47 for (size_t i = 0; i < ITERS_COUNT; i++) { in Create()
H A Dconnection_pool.cpp56 for (uint32_t retry = 0; retry < ITERS_COUNT; ++retry) { in Create()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h115 static constexpr uint32_t ITERS_COUNT = sizeof(ITERS) / sizeof(ITERS[0]); member in OHOS::DistributedRdb::RdbGeneralStore
H A Drdb_general_store.cpp107 for (uint32_t i = 0; i < ITERS_COUNT; ++i) { in RdbGeneralStore()

Completed in 5 milliseconds