Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Devent_db_helper.h43 int CreatePluginStatsTable(const std::string& table);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp192 int EventDbHelper::CreatePluginStatsTable(const std::string& table) in CreatePluginStatsTable() function in OHOS::HiviewDFX::EventDbHelper
222 if (CreatePluginStatsTable(DB_TABLE_PLUGIN_STATS) != 0) { in InsertPluginStatsTable()