Home
last modified time | relevance | path

Searched refs:QueryPluginStatsEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dusage_event_cacher.cpp30 if (dbHelper_->QueryPluginStatsEvent(events) < 0) { in GetPluginStatsEvents()
49 if (dbHelper_->QueryPluginStatsEvent(events) >= 0) { in DeletePluginStatsEventsFromDb()
H A Devent_db_helper.cpp97 return QueryPluginStatsEvent(oldEvents, pluginName) != 0 ? in InsertPluginStatsEvent()
118 int EventDbHelper::QueryPluginStatsEvent(std::vector<std::shared_ptr<LoggerEvent>>& events, in QueryPluginStatsEvent() function in OHOS::HiviewDFX::EventDbHelper
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Devent_db_helper.h35 …int QueryPluginStatsEvent(std::vector<std::shared_ptr<LoggerEvent>>& events, const std::string& pl…