Searched refs:COLUMN_PID (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
H A D | app_event_task_storage.cpp | 30 const std::string COLUMN_PID = "pid"; member 62 {COLUMN_PID, SqlUtil::COLUMN_TYPE_INT}, in InnerCreateAppTaskTable() 103 HIVIEW_LOGI("failed to get %{public}s from resultSet", COLUMN_PID.c_str()); in InnerGetAppTask() 140 COLUMN_ID, COLUMN_TASK_DATE, COLUMN_TASK_TYPE, COLUMN_UID, COLUMN_PID, in InnerQeuryAppTask() 176 bucket.PutInt(COLUMN_PID, appEventTask.pid_); in InsertAppEventTask()
|
/base/hiviewdfx/hiview/plugins/unified_collector/storage/ |
H A D | cpu_storage.cpp | 43 const std::string COLUMN_PID = "pid";
member 162 {COLUMN_PID, SqlUtil::COLUMN_TYPE_INT},
in CreateCpuCollectionTable() 322 bucket.PutInt(COLUMN_PID, cpuCollectionInfo.pid);
in StoreProcessData()
|
Completed in 2 milliseconds