Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddelegate_callback.h38 const DistributedDB::KvStoreSnapshotDelegate *GetKvStoreSnapshot() in GetKvStoreSnapshot() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.cpp145 void KvStoreDelegateImpl::GetKvStoreSnapshot(KvStoreObserver *observer, in GetKvStoreSnapshot() function in DistributedDB::KvStoreDelegateImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp733 KvStoreSnapshotDelegate *DistributedTestTools::GetKvStoreSnapshot(KvStoreDelegate &kvStoreDelegate) function in DistributedTestTools