Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Devent_db_helper.h47 int UpdatePluginStatsTable(const std::string& pluginName, const std::string& eventStr);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp99 UpdatePluginStatsTable(pluginName, event->ToJsonString()); in InsertPluginStatsEvent()
257 int EventDbHelper::UpdatePluginStatsTable(const std::string& pluginName, const std::string& eventSt… in UpdatePluginStatsTable() function in OHOS::HiviewDFX::EventDbHelper