Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp138 (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 Dhiappevent_cache_test.cpp63 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 Dhiappevent_userinfo_test.cpp44 (void)AppEventStore::GetInstance().InitDbStore(); in SetUp()
H A Dhiappevent_watcher_test.cpp55 (void)AppEventStore::GetInstance().InitDbStore(); in SetUp()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_storage.cpp104 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 Dexport_db_storage.cpp86 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 Dsys_event_repeat_db.cpp58 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 Dtrace_storage.h46 void InitDbStore();
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_repeat_db.h46 void InitDbStore();
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp83 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 Dexport_db_storage.h57 void InitDbStore(const std::string& dbStoreDir);
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H A Dcpu_storage.h44 void InitDbStore();
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/
H A Ddaily_db_helper.h46 void InitDbStore();
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp255 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 Devent_db_helper.h41 void InitDbStore();
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp52 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 Dapp_event_store.h42 int InitDbStore();