/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | store_result_set.h | 27 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 D | store_factory.h | 36 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 D | backup_manager.h | 29 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 D | single_store_impl.h | 40 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 D | upgrade.h | 33 using DBStore = DistributedDB::KvStoreNbDelegate; variable 49 using AutoStore = std::unique_ptr<DBStore, std::function<void(DBStore *)>>;
|
H A D | upgrade.cpp | 145 auto release = [&manager](DBStore *store) { manager.CloseKvStore(store); }; in GetDBStore()
|
H A D | kvdb_service_impl.h | 84 using DBStore = DistributedDB::KvStoreNbDelegate; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_factory.cpp | 49 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 D | store_result_set.cpp | 21 StoreResultSet::StoreResultSet(DBResultSet *impl, std::shared_ptr<DBStore> dbStore, const Convertor… in StoreResultSet()
|
H A D | backup_manager.cpp | 110 …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 D | single_store_impl.cpp | 37 …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 D | single_store_impl.h | 31 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 D | store_factory.h | 35 using DBStore = DistributedDB::KvStoreNbDelegate; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | store_factory_test.cpp | 45 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 D | store_factory.cpp | 61 auto dbStore = std::shared_ptr<DBStore>(store, release); in GetOrOpenStore()
|
H A D | single_store_impl.cpp | 22 SingleStoreImpl::SingleStoreImpl(std::shared_ptr<DBStore> dbStore, const AppId &appId, const Option… in SingleStoreImpl()
|