/ohos5.0/base/update/updateservice/services/core/ability/sqlite/core/src/ |
H A D | sqlite_db.cpp | 48 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 D | data_share_dao.cpp | 45 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 D | data_share_store.cpp | 68 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 D | app_event_task_storage.cpp | 40 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 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() 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 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/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/ |
H A D | cpu_storage_test.cpp | 110 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 D | cpu_storage.cpp | 128 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 D | export_db_storage.cpp | 35 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 D | app_event_dao.cpp | 34 AppEventDao::AppEventDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbStore) in AppEventDao()
|
H A D | app_event_mapping_dao.cpp | 36 AppEventMappingDao::AppEventMappingDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbS… in AppEventMappingDao()
|
H A D | app_event_observer_dao.cpp | 33 AppEventObserverDao::AppEventObserverDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(d… in AppEventObserverDao()
|
H A D | user_id_dao.cpp | 35 UserIdDao::UserIdDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbStore) in UserIdDao()
|
H A D | user_property_dao.cpp | 35 UserPropertyDao::UserPropertyDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(dbStore) in UserPropertyDao()
|
H A D | custom_event_param_dao.cpp | 35 CustomEventParamDao::CustomEventParamDao(std::shared_ptr<NativeRdb::RdbStore> dbStore) : dbStore_(d… in CustomEventParamDao()
|
H A D | app_event_store.cpp | 163 auto dbStore = NativeRdb::RdbHelper::GetRdbStore(config, dbVersion, callback, ret); in InitDbStore() local
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/ |
H A D | daily_db_helper.cpp | 35 int32_t CreateEventsTable(NativeRdb::RdbStore& dbStore) in CreateEventsTable()
|
/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() local
|
H A D | single_store_impl.cpp | 22 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 D | upgrade.cpp | 148 AutoStore dbStore(nullptr, release); in GetDBStore() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | store_factory_test.cpp | 188 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 D | sqlite_single_ver_database_upgrader.cpp | 273 const std::string &dbStore, bool isWithChecked) in SetPathSecOptWithCheck()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/ |
H A D | auto_cache.cpp | 88 auto *dbStore = creators_[meta.storeType](meta); in GetStore() local
|