Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp32 const std::string EVENTS_COLUMIN_COUNT = "count"; variable
49 {EVENTS_COLUMIN_COUNT, SqlUtil::COLUMN_TYPE_INT}, in CreateEventsTable()
127 bucket.PutInt(EVENTS_COLUMIN_COUNT, info.count); in InsertEventInfo()
147 bucket.PutInt(EVENTS_COLUMIN_COUNT, info.count); in UpdateEventInfo()
172 auto resultSet = dbStore_->Query(predicates, {EVENTS_COLUMIN_COUNT}); in QueryEventInfo()