Home
last modified time | relevance | path

Searched refs:KvStoreDelegateImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.cpp38 KvStoreDelegateImpl::KvStoreDelegateImpl(IKvDBConnection *conn, const std::string &storeId) in KvStoreDelegateImpl() function in DistributedDB::KvStoreDelegateImpl
44 KvStoreDelegateImpl::~KvStoreDelegateImpl() in ~KvStoreDelegateImpl()
55 DBStatus KvStoreDelegateImpl::Put(const Key &key, const Value &value) in Put()
89 DBStatus KvStoreDelegateImpl::Delete(const Key &key) in Delete()
123 DBStatus KvStoreDelegateImpl::Clear() in Clear()
140 std::string KvStoreDelegateImpl::GetStoreId() const in GetStoreId()
271 DBStatus KvStoreDelegateImpl::StartTransaction() in StartTransaction()
286 DBStatus KvStoreDelegateImpl::Commit() in Commit()
301 DBStatus KvStoreDelegateImpl::Rollback() in Rollback()
410 void KvStoreDelegateImpl::SetReleaseFlag(bool flag) in SetReleaseFlag()
[all …]
H A Dkv_store_delegate_impl.h31 class KvStoreDelegateImpl final : public KvStoreDelegate {
33 KvStoreDelegateImpl(IKvDBConnection *conn, const std::string &storeId);
34 ~KvStoreDelegateImpl();
36 DISABLE_COPY_ASSIGN_MOVE(KvStoreDelegateImpl);
H A Dkv_store_delegate_manager.cpp224 auto kvStore = new (std::nothrow) KvStoreDelegateImpl(conn, storeId); in GetKvStore()
376 auto kvStoreImpl = static_cast<KvStoreDelegateImpl *>(kvStore); in CloseKvStore()