/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/ |
H A D | cpu_storage_test.cpp | 39 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 D | trace_storage.cpp | 34 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 D | export_db_storage.cpp | 27 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 D | app_info_rdb_helper.cpp | 42 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
|
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | audit_event_rdb_helper.cpp | 48 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
|
H A D | risk_event_rdb_helper.cpp | 43 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
|
H A D | audit_event_mem_rdb_helper.cpp | 61 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/ |
H A D | sys_event_repeat_db.cpp | 29 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 D | store_define.h | 24 constexpr const int DB_VERSION = 1; variable
|
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/ |
H A D | store_define.h | 24 constexpr int DB_VERSION = 1; variable
|
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/ |
H A D | store_define.h | 24 constexpr int DB_VERSION = 1; variable
|
/ohos5.0/base/security/security_guard/services/data_collect/store/include/ |
H A D | store_define.h | 24 constexpr int DB_VERSION = 1; variable
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | store_define.h | 24 constexpr int DB_VERSION = 1; variable
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | store_define.h | 24 constexpr int DB_VERSION = 1; variable
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | event_db_helper.cpp | 35 constexpr int DB_VERSION = 1; variable 79 rdbStore_ = NativeRdb::RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); in InitDbStore()
|
H A D | fold_app_usage_db_helper.cpp | 33 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 D | cpu_storage.cpp | 37 constexpr int32_t DB_VERSION = 2; variable 282 dbStore_ = NativeRdb::RdbHelper::GetRdbStore(config, DB_VERSION, callback, ret); in InitDbStore()
|