/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_store.cpp | 138 (void)InitDbStore(); in AppEventStore() 152 int AppEventStore::InitDbStore() in InitDbStore() function in OHOS::HiviewDFX::AppEventStore 213 if (dbStore_ == nullptr && InitDbStore() != DB_SUCC) { in InsertEvent() 222 if (dbStore_ == nullptr && InitDbStore() != DB_SUCC) { in InsertObserver() 231 if (dbStore_ == nullptr && InitDbStore() != DB_SUCC) { in InsertEventMapping() 240 if (dbStore_ == nullptr && InitDbStore() != DB_SUCC) { in InsertUserId() 249 if (dbStore_ == nullptr && InitDbStore() != DB_SUCC) { in InsertUserProperty() 263 if (dbStore_ == nullptr && InitDbStore() != DB_SUCC) { in InsertCustomEventParams() 304 if (dbStore_ == nullptr && InitDbStore() != DB_SUCC) { in UpdateUserId() 313 if (dbStore_ == nullptr && InitDbStore() != DB_SUCC) { in UpdateUserProperty() [all …]
|
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_cache_test.cpp | 63 int result = AppEventStore::GetInstance().InitDbStore();; 104 int result = AppEventStore::GetInstance().InitDbStore();; 144 int result = AppEventStore::GetInstance().InitDbStore();; 252 int result = AppEventStore::GetInstance().InitDbStore();;
|
H A D | hiappevent_userinfo_test.cpp | 44 (void)AppEventStore::GetInstance().InitDbStore(); in SetUp()
|
H A D | hiappevent_watcher_test.cpp | 55 (void)AppEventStore::GetInstance().InitDbStore(); in SetUp()
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
H A D | trace_storage.cpp | 104 InitDbStore(); in TraceStorage() 107 void TraceStorage::InitDbStore() in InitDbStore() function in OHOS::HiviewDFX::TraceStorage
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/ |
H A D | export_db_storage.cpp | 86 InitDbStore(dbStoreDir); in ExportDbStorage() 147 void ExportDbStorage::InitDbStore(const std::string& dbStoreDir) in InitDbStore() function in OHOS::HiviewDFX::ExportDbStorage
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/ |
H A D | sys_event_repeat_db.cpp | 58 InitDbStore(); in SysEventRepeatDb() 62 void SysEventRepeatDb::InitDbStore() in InitDbStore() function in OHOS::HiviewDFX::SysEventRepeatDb
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/ |
H A D | trace_storage.h | 46 void InitDbStore();
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/include/ |
H A D | sys_event_repeat_db.h | 46 void InitDbStore();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/ |
H A D | daily_db_helper.cpp | 83 InitDbStore(); in InitDb() 105 void DailyDbHelper::InitDbStore() in InitDbStore() function in OHOS::HiviewDFX::DailyDbHelper
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/include/ |
H A D | export_db_storage.h | 57 void InitDbStore(const std::string& dbStoreDir);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/ |
H A D | cpu_storage.h | 44 void InitDbStore();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/ |
H A D | daily_db_helper.h | 46 void InitDbStore();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/ |
H A D | cpu_storage.cpp | 255 InitDbStore(); in CpuStorage() 276 void CpuStorage::InitDbStore() in InitDbStore() function in OHOS::HiviewDFX::CpuStorage 430 InitDbStore(); in PrepareNewDbFilesAfterReport()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/ |
H A D | event_db_helper.h | 41 void InitDbStore();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | event_db_helper.cpp | 52 InitDbStore(); in EventDbHelper() 58 void EventDbHelper::InitDbStore() in InitDbStore() function in OHOS::HiviewDFX::EventDbHelper
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/ |
H A D | app_event_store.h | 42 int InitDbStore();
|