Home
last modified time | relevance | path

Searched refs:kvStoreSnapshotDelegate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddelegate_callback.cpp19 void DelegateCallback::Callback(DBStatus status, KvStoreSnapshotDelegate *kvStoreSnapshotDelegate) in Callback() argument
22 this->kvStoreSnapshotDelegate_ = kvStoreSnapshotDelegate; in Callback()
H A Ddistributed_test_tools.cpp796 Value DistributedTestTools::Get(KvStoreSnapshotDelegate &kvStoreSnapshotDelegate, const Key &key) argument
801 kvStoreSnapshotDelegate.Get(key, function2);
805 vector<Entry> DistributedTestTools::GetEntries(KvStoreSnapshotDelegate &kvStoreSnapshotDelegate, co… argument
810 kvStoreSnapshotDelegate.GetEntries(key, function2);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddelegate_callback.h32 …k(DistributedDB::DBStatus status, DistributedDB::KvStoreSnapshotDelegate *kvStoreSnapshotDelegate);
H A Ddistributed_test_tools.h383 static DistributedDB::Value Get(DistributedDB::KvStoreSnapshotDelegate &kvStoreSnapshotDelegate,
387 … DistributedDB::KvStoreSnapshotDelegate &kvStoreSnapshotDelegate, const DistributedDB::Key &key);