Searched refs:QueryPluginStatsEvent (Results 1 – 3 of 3) sorted by relevance
30 if (dbHelper_->QueryPluginStatsEvent(events) < 0) { in GetPluginStatsEvents()49 if (dbHelper_->QueryPluginStatsEvent(events) >= 0) { in DeletePluginStatsEventsFromDb()
97 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
35 …int QueryPluginStatsEvent(std::vector<std::shared_ptr<LoggerEvent>>& events, const std::string& pl…