Home
last modified time | relevance | path

Searched refs:allKeys2 (Results 1 – 7 of 7) 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
149 entrySize, 'u', 'e', allKeys2);
H A Ddistributeddb_kv_transaction_test.cpp1304 vector<Entry> &entries2, vector<Key> &allKeys2) in TransactionCheckConsistency() argument
1321 thread readThread = thread(ConsistencyBatchCheck, &allKeys1, &allKeys2, TWENTY_RECORDS); in TransactionCheckConsistency()
1387 vector<Key> allKeys2; variable
1388 GenerateRecords(TWENTY_RECORDS, DEFAULT_START, allKeys2, entries2);
1393 allKeys2[i].insert(allKeys2[i].begin() + 1, right);
1398 TransactionCheckConsistency(entries1, allKeys1, entries2, allKeys2);
H A Ddistributeddb_nb_batch_crud_test.cpp1928 vector<Key> allKeys2; variable
1929 GenerateRecords(TWENTY_RECORDS, DEFAULT_START, allKeys2, entries2);
1934 allKeys2[i].insert(allKeys2[i].begin() + 1, right);
1943 thread readThread = thread(ConsistencyBatchCheck, &allKeys1, &allKeys2, TWENTY_RECORDS);
H A Ddistributeddb_nb_local_batch_crud_test.cpp308 vector<Key> allKeys1, allKeys2, allKeys3; variable
319 …GenerateFixedRecords(entries2, allKeys2, BATCH_RECORDS + 1, KEY_EIGHT_BYTE, FOUR_M_LONG_STRING - K…
H A Ddistributeddb_kv_observer_snap_test.cpp1111 vector<Key> allKeys2; in ObserverSnapVerifyTransactionRollback() local
1112 GenerateRecords(TEN_RECORDS, DEFAULT_ANOTHER_START, allKeys2, entriesBatch); in ObserverSnapVerifyTransactionRollback()
H A Ddistributeddb_kv_observer_test.cpp1067 vector<Key> allKeys2; in KvObserverVerifyTransactionRollback() local
1068 GenerateRecords(TEN_RECORDS, DEFAULT_ANOTHER_START, allKeys2, entriesBatch2); in KvObserverVerifyTransactionRollback()
H A Ddistributeddb_nb_cursor_testcase.cpp1344 vector<Key> allKeys2; in ResultSetDb019() local
1345 GenerateFixedRecords(entriesBatch2, allKeys2, TEN_RECORDS, KEY_SIX_BYTE, ONE_M_LONG_STRING); in ResultSetDb019()