Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp47 const std::string COLUMN_PROC_STATE = "proc_state"; variable
163 {COLUMN_PROC_STATE, SqlUtil::COLUMN_TYPE_INT}, in CreateCpuCollectionTable()
323 …bucket.PutInt(COLUMN_PROC_STATE, GetPowerProcessStateInCollectionPeriod(cpuCollectionInfo, memCgPr… in StoreProcessData()