Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_crud_power_test.cpp127 … entriesBatch = DistributedDBSchemaTestTools::GenerateFixedJsonSchemaRecords(TEN_THOUSAND_RECORDS,
146 entriesPut = DistributedDBSchemaTestTools::GenerateFixedJsonSchemaRecords(TEN_THOUSAND_RECORDS,
148 … entriesUpdate = DistributedDBSchemaTestTools::GenerateFixedJsonSchemaRecords(TEN_THOUSAND_RECORDS,
H A Ddistributeddb_nb_predicate_query_expand_test.cpp1166 entriesBatch = DistributedDBSchemaTestTools::GenerateFixedJsonSchemaRecords(
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_schema_test_tools.h267 static std::vector<DistributedDB::Entry> GenerateFixedJsonSchemaRecords(
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_schema_test_tools.cpp55 vector<Entry> DistributedDBSchemaTestTools::GenerateFixedJsonSchemaRecords(const int recordNum, in GenerateFixedJsonSchemaRecords() function in DistributedDBSchemaTestTools