Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp33 const std::string DB_TABLE_PLUGIN_STATS = "plugin_stats"; variable
169 return DeleteTableData(DB_TABLE_PLUGIN_STATS); in DeletePluginStatsEvent()
222 if (CreatePluginStatsTable(DB_TABLE_PLUGIN_STATS) != 0) { in InsertPluginStatsTable()
223 HIVIEW_LOGE("failed to create table=%{public}s", DB_TABLE_PLUGIN_STATS.c_str()); in InsertPluginStatsTable()
232 if (rdbStore_->Insert(seq, DB_TABLE_PLUGIN_STATS, bucket) != NativeRdb::E_OK) { in InsertPluginStatsTable()
259 …HIVIEW_LOGD("update db table %{public}s with %{public}s", DB_TABLE_PLUGIN_STATS.c_str(), eventStr.… in UpdatePluginStatsTable()
262 NativeRdb::AbsRdbPredicates predicates(DB_TABLE_PLUGIN_STATS); in UpdatePluginStatsTable()
288 …return (QueryDb(eventStrs, DB_TABLE_PLUGIN_STATS, {{DB_COLUMIN_PLUGIN, pluginName}}) != NativeRdb:… in QueryPluginStatsTable()