Home
last modified time | relevance | path

Searched refs:CreateAppEventsTable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h82 int CreateAppEventsTable(const std::string& table);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_db_helper.cpp136 if (int ret = CreateAppEventsTable(LOG_DB_TABLE_NAME); ret != DB_SUCC) { in FoldAppUsageDbHelper()
161 int FoldAppUsageDbHelper::CreateAppEventsTable(const std::string& table) in CreateAppEventsTable() function in OHOS::HiviewDFX::FoldAppUsageDbHelper