Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp31 const std::string DB_COLUMIN_EVNET = "event"; variable
202 {DB_COLUMIN_EVNET, SQL_TEXT_TYPE}, {DB_COLUMIN_PLUGIN, SQL_TEXT_TYPE} in CreatePluginStatsTable()
216 std::vector<std::pair<std::string, std::string>> fields = {{DB_COLUMIN_EVNET, SQL_TEXT_TYPE}}; in CreateSysUsageTable()
230 bucket.PutString(DB_COLUMIN_EVNET, eventStr); in InsertPluginStatsTable()
248 bucket.PutString(DB_COLUMIN_EVNET, eventStr); in InsertSysUsageTable()
261 bucket.PutString(DB_COLUMIN_EVNET, eventStr); in UpdatePluginStatsTable()
276 bucket.PutString(DB_COLUMIN_EVNET, eventStr); in UpdateSysUsageTable()
308 auto resultSet = rdbStore_->Query(predicates, {DB_COLUMIN_EVNET}); in QueryDb()
316 HIVIEW_LOGI("failed to get %{public}s string from resultSet", DB_COLUMIN_EVNET.c_str()); in QueryDb()