Home
last modified time | relevance | path

Searched defs:kvStoreDelegate (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddelegate_kv_mgr_callback.cpp17 …grCallback::Callback(DistributedDB::DBStatus status, DistributedDB::KvStoreDelegate *kvStoreDelega… in Callback()
H A Ddistributed_test_tools.cpp669 DBStatus DistributedTestTools::Put(KvStoreDelegate &kvStoreDelegate, const Key &key, const Value &v…
675 DBStatus DistributedTestTools::PutBatch(KvStoreDelegate &kvStoreDelegate, const vector<Entry> &entr…
697 DBStatus DistributedTestTools::Delete(KvStoreDelegate &kvStoreDelegate, const Key &key)
703 DBStatus DistributedTestTools::DeleteBatch(KvStoreDelegate &kvStoreDelegate, const vector<Key> &key…
727 DBStatus DistributedTestTools::Clear(KvStoreDelegate &kvStoreDelegate)
733 KvStoreSnapshotDelegate *DistributedTestTools::GetKvStoreSnapshot(KvStoreDelegate &kvStoreDelegate)
756 Value DistributedTestTools::Get(KvStoreDelegate &kvStoreDelegate, const Key &key)
815 vector<Entry> DistributedTestTools::GetEntries(KvStoreDelegate &kvStoreDelegate, const Key &keyPref…
/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()