Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp45 const std::string COLUMN_PROC_NAME = "proc_name"; variable
164 {COLUMN_PROC_NAME, SqlUtil::COLUMN_TYPE_STR}, in CreateCpuCollectionTable()
324 bucket.PutString(COLUMN_PROC_NAME, cpuCollectionInfo.procName); in StoreProcessData()