Home
last modified time | relevance | path

Searched refs:CreateDbStore (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_store.cpp60 dbStore_ = CreateDbStore(); in GetDbStore()
81 std::shared_ptr<NativeRdb::RdbStore> DataShareStore::CreateDbStore() in CreateDbStore() function in OHOS::HiviewDFX::DataShareStore
/ohos5.0/base/update/updateservice/services/core/ability/sqlite/core/src/
H A Dsqlite_db.cpp34 dbStore_ = CreateDbStore(); in GetDbStore()
40 std::shared_ptr<NativeRdb::RdbStore> SqliteDb::CreateDbStore() in CreateDbStore() function in OHOS::UpdateEngine::SqliteDb
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_store.h39 std::shared_ptr<NativeRdb::RdbStore> CreateDbStore();
/ohos5.0/base/update/updateservice/services/core/ability/sqlite/core/include/
H A Dsqlite_db.h52 std::shared_ptr<NativeRdb::RdbStore> CreateDbStore();
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h81 void CreateDbStore(const std::string& dbPath, const std::string& dbName);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_db_helper.cpp135 CreateDbStore(dbPath_, LOG_DB_NAME); in FoldAppUsageDbHelper()
144 void FoldAppUsageDbHelper::CreateDbStore(const std::string& dbPath, const std::string& dbName) in CreateDbStore() function in OHOS::HiviewDFX::FoldAppUsageDbHelper