Searched refs:KvStoreDelegateImpl (Results 1 – 3 of 3) sorted by relevance
38 KvStoreDelegateImpl::KvStoreDelegateImpl(IKvDBConnection *conn, const std::string &storeId) in KvStoreDelegateImpl() function in DistributedDB::KvStoreDelegateImpl44 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 …]
31 class KvStoreDelegateImpl final : public KvStoreDelegate {33 KvStoreDelegateImpl(IKvDBConnection *conn, const std::string &storeId);34 ~KvStoreDelegateImpl();36 DISABLE_COPY_ASSIGN_MOVE(KvStoreDelegateImpl);
224 auto kvStore = new (std::nothrow) KvStoreDelegateImpl(conn, storeId); in GetKvStore()376 auto kvStoreImpl = static_cast<KvStoreDelegateImpl *>(kvStore); in CloseKvStore()