Home
last modified time | relevance | path

Searched refs:allKeys1 (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.cpp145 vector<Key> allKeys1, allKeys2; variable
147 entrySize, 'p', 't', allKeys1);
H A Ddistributeddb_kv_transaction_test.cpp1303 void TransactionCheckConsistency(vector<Entry> &entries1, vector<Key> &allKeys1, in TransactionCheckConsistency() argument
1321 thread readThread = thread(ConsistencyBatchCheck, &allKeys1, &allKeys2, TWENTY_RECORDS); in TransactionCheckConsistency()
1384 vector<Key> allKeys1; variable
1385 GenerateRecords(TWENTY_RECORDS, DEFAULT_START, allKeys1, entries1);
1392 allKeys1[i].insert(allKeys1[i].begin() + 1, left);
1398 TransactionCheckConsistency(entries1, allKeys1, entries2, allKeys2);
H A Ddistributeddb_nb_batch_crud_test.cpp1925 vector<Key> allKeys1; variable
1926 GenerateRecords(TWENTY_RECORDS, DEFAULT_START, allKeys1, entries1);
1933 allKeys1[i].insert(allKeys1[i].begin() + 1, left);
1943 thread readThread = thread(ConsistencyBatchCheck, &allKeys1, &allKeys2, TWENTY_RECORDS);
H A Ddistributeddb_nb_local_batch_crud_test.cpp308 vector<Key> allKeys1, allKeys2, allKeys3; variable
309 GenerateFixedRecords(entries1, allKeys1, BATCH_RECORDS, KEY_SIX_BYTE, VALUE_ONE_HUNDRED_BYTE);