Home
last modified time | relevance | path

Searched refs:PutUniqueKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_batch_crud_test.cpp714 PutUniqueKey(entriesInDB, eachEntry.key, eachEntry.value); in MultiSnapCheck1()
761 PutUniqueKey(entriesInDB, KEY_1, VALUE_1); in SnapWithTransactionCheck()
764 PutUniqueKey(entriesInDB, KEY_2, VALUE_2); in SnapWithTransactionCheck()
767 PutUniqueKey(entriesInDB, KEY_3, VALUE_3); in SnapWithTransactionCheck()
770 PutUniqueKey(entriesInDB, KEY_2, VALUE_3); in SnapWithTransactionCheck()
927 PutUniqueKey(entriesInDB, eachEntry.key, eachEntry.value); in RegisterSnapAgainAndCheck4()
945 PutUniqueKey(entriesInDB, KEY_1, VALUE_1); in PutAndCheck()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h108 void PutUniqueKey(std::vector<DistributedDB::Entry>& entryVec,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp115 void PutUniqueKey(vector<Entry> &entryVec, const Key &putKey, const Value &putValue) in PutUniqueKey() function