Home
last modified time | relevance | path

Searched refs:kvStoreDelegate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddelegate_kv_mgr_callback.cpp17 …Callback::Callback(DistributedDB::DBStatus status, DistributedDB::KvStoreDelegate *kvStoreDelegate) in Callback() argument
20 this->kvStoreDelegate_ = kvStoreDelegate; in Callback()
H A Ddistributed_test_tools.cpp671 return kvStoreDelegate.Put(key, value);
684 status = kvStoreDelegate.PutBatch(entriesBatch);
691 status = kvStoreDelegate.PutBatch(entriesBatch);
699 return kvStoreDelegate.Delete(key);
722 return kvStoreDelegate.DeleteBatch(keys);
729 return kvStoreDelegate.Clear();
740 kvStoreDelegate.GetKvStoreSnapshot(nullptr, callFunction);
785 kvStoreDelegate.ReleaseKvStoreSnapshot(snapshot);
791 kvStoreDelegate.ReleaseKvStoreSnapshot(snapshot);
839 kvStoreDelegate.ReleaseKvStoreSnapshot(snapshot);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h367 static DistributedDB::DBStatus Put(DistributedDB::KvStoreDelegate &kvStoreDelegate,
370 static DistributedDB::DBStatus PutBatch(DistributedDB::KvStoreDelegate &kvStoreDelegate,
373 static DistributedDB::DBStatus Delete(DistributedDB::KvStoreDelegate &kvStoreDelegate,
376 static DistributedDB::DBStatus DeleteBatch(DistributedDB::KvStoreDelegate &kvStoreDelegate,
379 static DistributedDB::DBStatus Clear(DistributedDB::KvStoreDelegate &kvStoreDelegate);
381 …edDB::KvStoreSnapshotDelegate *GetKvStoreSnapshot(DistributedDB::KvStoreDelegate &kvStoreDelegate);
382 …static DistributedDB::Value Get(DistributedDB::KvStoreDelegate &kvStoreDelegate, const Distributed…
388 …tatic std::vector<DistributedDB::Entry> GetEntries(DistributedDB::KvStoreDelegate &kvStoreDelegate,
H A Ddelegate_kv_mgr_callback.h32 void Callback(DistributedDB::DBStatus status, DistributedDB::KvStoreDelegate *kvStoreDelegate);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/fileoper_fuzzer/
H A Dfileoper_fuzzer.cpp74 [&kvDelegatePtr](DBStatus status, KvStoreDelegate* kvStoreDelegate) { in MultiVerExportAndImport() argument
76 kvDelegatePtr = kvStoreDelegate; in MultiVerExportAndImport()