Searched defs:kvStoreDelegate (Results 1 – 3 of 3) sorted by relevance
17 …grCallback::Callback(DistributedDB::DBStatus status, DistributedDB::KvStoreDelegate *kvStoreDelega… in Callback()
669 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…
74 [&kvDelegatePtr](DBStatus status, KvStoreDelegate* kvStoreDelegate) { in MultiVerExportAndImport()