Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp32 const std::string DB_COLUMIN_PLUGIN = "plugin"; variable
202 {DB_COLUMIN_EVNET, SQL_TEXT_TYPE}, {DB_COLUMIN_PLUGIN, SQL_TEXT_TYPE} in CreatePluginStatsTable()
229 bucket.PutString(DB_COLUMIN_PLUGIN, pluginName); in InsertPluginStatsTable()
263 predicates.EqualTo(DB_COLUMIN_PLUGIN, pluginName); in UpdatePluginStatsTable()
288 …return (QueryDb(eventStrs, DB_TABLE_PLUGIN_STATS, {{DB_COLUMIN_PLUGIN, pluginName}}) != NativeRdb:… in QueryPluginStatsTable()