Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_rdb_tools.cpp40 const int MAX_DISTRIBUTED_TABLE_COUNT = 32; variable
41 std::string gtableNameList[MAX_DISTRIBUTED_TABLE_COUNT + 1];
165 for (int i = 1; i <= MAX_DISTRIBUTED_TABLE_COUNT + 1; i++) { in InitTableDataAndTrigger()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h140 static constexpr int MAX_DISTRIBUTED_TABLE_COUNT = 32; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp358 …const int tableCount = DBConstant::MAX_DISTRIBUTED_TABLE_COUNT + 10; // 10: additional size for te… in CreateDistributedTableOverLimitTest()
376 if (i < DBConstant::MAX_DISTRIBUTED_TABLE_COUNT) { in CreateDistributedTableOverLimitTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp220 } else if (schema.GetTables().size() >= DBConstant::MAX_DISTRIBUTED_TABLE_COUNT) { in CreateDistributedTable()