Home
last modified time | relevance | path

Searched defs:dbStore (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/sqlite/core/src/
H A Dsqlite_db.cpp48 std::shared_ptr<NativeRdb::RdbStore> dbStore = in CreateDbStore() local
69 std::shared_ptr<NativeRdb::RdbStore> dbStore = GetDbStore(); in Insert() local
80 std::shared_ptr<NativeRdb::RdbStore> dbStore = GetDbStore(); in Delete() local
91 std::shared_ptr<NativeRdb::RdbStore> dbStore = GetDbStore(); in Query() local
99 std::shared_ptr<NativeRdb::RdbStore> dbStore = GetDbStore(); in Update() local
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp45 auto dbStore = store_->GetDbStore(); in IsUidExists() local
64 auto dbStore = store_->GetDbStore(); in SaveSubscriberInfo() local
100 auto dbStore = store_->GetDbStore(); in DeleteSubscriberInfo() local
119 auto dbStore = store_->GetDbStore(); in GetEventListByUid() local
144 auto dbStore = store_->GetDbStore(); in GetUidByBundleName() local
169 auto dbStore = store_->GetDbStore(); in GetTotalSubscriberInfo() local
H A Ddata_share_store.cpp68 auto dbStore = GetDbStore(); in DropTable() local
94 auto dbStore = NativeRdb::RdbHelper::GetRdbStore(config, 1, callback, ret); in CreateDbStore() local
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dapp_event_task_storage.cpp40 bool InnerCreateAppTaskTable(std::shared_ptr<NativeRdb::RdbStore> dbStore) in InnerCreateAppTaskTable()
134 bool InnerQeuryAppTask(std::shared_ptr<NativeRdb::RdbStore> dbStore, NativeRdb::AbsRdbPredicates &p… in InnerQeuryAppTask()
152 AppEventTaskStorage::AppEventTaskStorage(std::shared_ptr<NativeRdb::RdbStore> dbStore):dbStore_(dbS… in AppEventTaskStorage()
/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() local
212 dbManager->GetKvStore(storeId, dbOption, [&dbStatus, &kvStore](auto status, auto *dbStore) { in ReKey()
270 dbManager->GetKvStore(storeId, dbOption, [&status, &kvstore](auto dbStatus, auto *dbStore) { 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.cpp37std::shared_ptr<DBStore> dbStore, const AppId &appId, const Options &options, const Convertor &cvt) in SingleStoreImpl()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.cpp110 auto dbStore = RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); variable
132 auto dbStore = RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); variable
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp128 int32_t CreateTable(NativeRdb::RdbStore& dbStore, const std::string& tableName, in CreateTable()
136 int32_t StoreSysVersion(NativeRdb::RdbStore& dbStore, const std::string& version) in StoreSysVersion()
148 int32_t CreateCpuCollectionTable(NativeRdb::RdbStore& dbStore) in CreateCpuCollectionTable()
176 int32_t CreateThreadCpuCollectionTable(NativeRdb::RdbStore& dbStore) in CreateThreadCpuCollectionTable()
202 int32_t CreateVersionTable(NativeRdb::RdbStore& dbStore) in CreateVersionTable()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp35 int32_t CreateTable(NativeRdb::RdbStore& dbStore, const std::string& tableName, in CreateTable()
46 int32_t CreateExportDetailsTable(NativeRdb::RdbStore& dbStore) in CreateExportDetailsTable()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp34 AppEventDao::AppEventDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbStore) in AppEventDao()
H A Dapp_event_mapping_dao.cpp36 AppEventMappingDao::AppEventMappingDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbS… in AppEventMappingDao()
H A Dapp_event_observer_dao.cpp33 AppEventObserverDao::AppEventObserverDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(d… in AppEventObserverDao()
H A Duser_id_dao.cpp35 UserIdDao::UserIdDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbStore) in UserIdDao()
H A Duser_property_dao.cpp35 UserPropertyDao::UserPropertyDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbStore) in UserPropertyDao()
H A Dcustom_event_param_dao.cpp35 CustomEventParamDao::CustomEventParamDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(d… in CustomEventParamDao()
H A Dapp_event_store.cpp163 auto dbStore = NativeRdb::RdbHelper::GetRdbStore(config, dbVersion, callback, ret); in InitDbStore() local
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp35 int32_t CreateEventsTable(NativeRdb::RdbStore& dbStore) in CreateEventsTable()
/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() local
H A Dsingle_store_impl.cpp22 SingleStoreImpl::SingleStoreImpl(std::shared_ptr<DBStore> dbStore, const AppId &appId, const Option… in SingleStoreImpl()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp148 AutoStore dbStore(nullptr, release); in GetDBStore() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_factory_test.cpp188 dbManager->GetKvStore(storeId, dbOption, [&status, &store](auto dbStatus, auto *dbStore) { in ChangeKVStoreDate()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_database_upgrader.cpp273 const std::string &dbStore, bool isWithChecked) in SetPathSecOptWithCheck()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp88 auto *dbStore = creators_[meta.storeType](meta); in GetStore() local