Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Devent_db_helper.h49 int QueryPluginStatsTable(std::vector<std::string>& eventStrs, const std::string& pluginName);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp127 if (QueryPluginStatsTable(eventStrs, pluginName) != 0 || eventStrs.empty()) { in QueryPluginStatsEvent()
286 int EventDbHelper::QueryPluginStatsTable(std::vector<std::string>& eventStrs, const std::string& pl… in QueryPluginStatsTable() function in OHOS::HiviewDFX::EventDbHelper