Home
last modified time | relevance | path

Searched defs:recordCounts (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_data_utils.cpp20 std::vector<VBucket> CloudDBDataUtils::GenerateRecords(int recordCounts, const TableSchema &schema) in GenerateRecords()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_task_merge_test.cpp208 int64_t recordCounts, int64_t begin) in InsertUserTableRecord()
H A Ddistributeddb_cloud_reference_sync_test.cpp219 int64_t recordCounts, bool isShared, int64_t begin, std::string owner) in InsertUserTableRecord()
H A Ddistributeddb_cloud_check_sync_test.cpp301 int64_t recordCounts, int64_t begin) in InsertUserTableRecord()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1942 size_t recordCounts = it.second->GetRecordCount(); in DumpData() local