Home
last modified time | relevance | path

Searched refs:DBStore (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_result_set.h27 using DBStore = DistributedDB::KvStoreNbDelegate; variable
29 StoreResultSet(DBResultSet *impl, std::shared_ptr<DBStore> dbStore, const Convertor &convert);
49 std::shared_ptr<DBStore> dbStore_;
H A Dstore_factory.h36 using DBStore = DistributedDB::KvStoreNbDelegate; variable
51 …key(const std::string &storeId, const std::string &path, DBPassword &dbPassword, DBStore *dbStore);
54 Status SetDbConfig(std::shared_ptr<DBStore> dbStore);
H A Dbackup_manager.h29 using DBStore = DistributedDB::KvStoreNbDelegate;
50 const std::string &storeId, std::shared_ptr<DBStore> dbStore);
52 const std::string &appId, const std::string &storeId, std::shared_ptr<DBStore> dbStore);
H A Dsingle_store_impl.h40 using DBStore = DistributedDB::KvStoreNbDelegate; variable
49 …SingleStoreImpl(std::shared_ptr<DBStore> dbStore, const AppId &appId, const Options &options, cons…
158 std::shared_ptr<DBStore> dbStore_ = nullptr;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.h33 using DBStore = DistributedDB::KvStoreNbDelegate; variable
49 using AutoStore = std::unique_ptr<DBStore, std::function<void(DBStore *)>>;
H A Dupgrade.cpp145 auto release = [&manager](DBStore *store) { manager.CloseKvStore(store); }; in GetDBStore()
H A Dkvdb_service_impl.h84 using DBStore = DistributedDB::KvStoreNbDelegate; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp49 Status StoreFactory::SetDbConfig(std::shared_ptr<DBStore> dbStore) in SetDbConfig()
101 auto dbStore = std::shared_ptr<DBStore>(store, release); in GetOrOpenStore()
210 DBStore *kvStore; in ReKey()
268 DBStore *kvstore = nullptr; in IsPwdValid()
279 DBStore *dbStore) in ExecuteRekey()
H A Dstore_result_set.cpp21 StoreResultSet::StoreResultSet(DBResultSet *impl, std::shared_ptr<DBStore> dbStore, const Convertor… in StoreResultSet()
H A Dbackup_manager.cpp110 …ng &name, const std::string &baseDir, const std::string &storeId, std::shared_ptr<DBStore> dbStore) in Backup()
177 const std::string &storeId, std::shared_ptr<DBStore> dbStore) in Restore()
H A Dsingle_store_impl.cpp37 …std::shared_ptr<DBStore> dbStore, const AppId &appId, const Options &options, const Convertor &cvt) in SingleStoreImpl()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h31 using DBStore = DistributedDB::KvStoreNbDelegate; variable
38 …SingleStoreImpl(std::shared_ptr<DBStore> dbStore, const AppId &appId, const Options &options, cons…
99 std::shared_ptr<DBStore> dbStore_ = nullptr;
H A Dstore_factory.h35 using DBStore = DistributedDB::KvStoreNbDelegate; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_factory_test.cpp45 using DBStore = DistributedDB::KvStoreNbDelegate; typedef in __anon1f7f66960110::StoreFactoryTest
187 DBStore *store = nullptr; in ChangeKVStoreDate()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp61 auto dbStore = std::shared_ptr<DBStore>(store, release); in GetOrOpenStore()
H A Dsingle_store_impl.cpp22 SingleStoreImpl::SingleStoreImpl(std::shared_ptr<DBStore> dbStore, const AppId &appId, const Option… in SingleStoreImpl()