Home
last modified time | relevance | path

Searched refs:DB_VERSION (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.cpp39 constexpr int32_t DB_VERSION = 2; variable
110 auto dbStore = RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret);
132 auto dbStore = RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret);
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_storage.cpp34 constexpr int32_t DB_VERSION = 2; variable
114 dbStore_ = NativeRdb::RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); in InitDbStore()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp27 constexpr int32_t DB_VERSION = 1; variable
160 dbStore_ = NativeRdb::RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); in InitDbStore()
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dapp_info_rdb_helper.cpp42 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Daudit_event_rdb_helper.cpp48 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
H A Drisk_event_rdb_helper.cpp43 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
H A Daudit_event_mem_rdb_helper.cpp61 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp29 constexpr int32_t DB_VERSION = 1; variable
69 dbStore_ = NativeRdb::RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); in InitDbStore()
/ohos5.0/base/security/security_guard/test/unittest/data_collect/database_manager/
H A Dstore_define.h24 constexpr const int DB_VERSION = 1; variable
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/
H A Dstore_define.h24 constexpr int DB_VERSION = 1; variable
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/
H A Dstore_define.h24 constexpr int DB_VERSION = 1; variable
/ohos5.0/base/security/security_guard/services/data_collect/store/include/
H A Dstore_define.h24 constexpr int DB_VERSION = 1; variable
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dstore_define.h24 constexpr int DB_VERSION = 1; variable
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/
H A Dstore_define.h24 constexpr int DB_VERSION = 1; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp35 constexpr int DB_VERSION = 1; variable
79 rdbStore_ = NativeRdb::RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); in InitDbStore()
H A Dfold_app_usage_db_helper.cpp33 constexpr int DB_VERSION = 1; variable
155 rdbStore_ = NativeRdb::RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); in CreateDbStore()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp37 constexpr int32_t DB_VERSION = 2; variable
282 dbStore_ = NativeRdb::RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); in InitDbStore()