Home
last modified time | relevance | path

Searched refs:GetDBOption (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp94 dbManager->GetKvStore(storeId, GetDBOption(options, dbPassword), in GetOrOpenStore()
172 StoreFactory::DBOption StoreFactory::GetDBOption(const Options &options, const DBPassword &dbPasswo… in GetDBOption() function in OHOS::DistributedKv::StoreFactory
211 auto dbOption = GetDBOption(options, dbPassword); in ReKey()
269 auto dbOption = GetDBOption(options, dbPassword); in IsPwdValid()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp54 dbManager->GetKvStore(storeId, GetDBOption(options, password), in GetOrOpenStore()
128 StoreFactory::DBOption StoreFactory::GetDBOption(const Options &options, const DBPassword &password… in GetDBOption() function in OHOS::DistributedKv::StoreFactory
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_factory.h40 DBOption GetDBOption(const Options &options, const DBPassword &password) const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_exporter.cpp34 auto dbOption = KVDBGeneralStore::GetDBOption(meta, dbPassword); in Exporter()
H A Dupgrade.cpp149 manager.GetKvStore(meta.storeId, KVDBGeneralStore::GetDBOption(meta, password), in GetDBStore()
H A Dkvdb_general_store.h82 static DBOption GetDBOption(const StoreMetaData &data, const DBPassword &password);
H A Dkvdb_general_store.cpp130 KVDBGeneralStore::DBOption KVDBGeneralStore::GetDBOption(const StoreMetaData &data, const DBPasswor… in GetDBOption() function in OHOS::DistributedKv::KVDBGeneralStore
172 …meta.storeId, GetDBOption(meta, GetDBPassword(meta)), [&status, this](auto dbStatus, auto *tmpStor… in KVDBGeneralStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_factory.h46 DBOption GetDBOption(const Options &options, const DBPassword &dbPassword) const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp248 auto dbOption = KVDBGeneralStore::GetDBOption(metaData_, dbPassword);