Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dapp_event_task_storage.cpp33 const std::string COLUMN_START_TIME = "start_time"; variable
65 {COLUMN_START_TIME, SqlUtil::COLUMN_TYPE_INT}, in InnerCreateAppTaskTable()
112 HIVIEW_LOGI("failed to get %{public}s from resultSet", COLUMN_START_TIME.c_str()); in InnerGetAppTask()
141 COLUMN_BUNDLE_NAME, COLUMN_BUNDLE_VERSION, COLUMN_START_TIME, COLUMN_FINISH_TIME, in InnerQeuryAppTask()
179 bucket.PutLong(COLUMN_START_TIME, appEventTask.startTime_); in InsertAppEventTask()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp41 const std::string COLUMN_START_TIME = "start_time"; variable
160 {COLUMN_START_TIME, SqlUtil::COLUMN_TYPE_INT}, in CreateCpuCollectionTable()
188 {COLUMN_START_TIME, SqlUtil::COLUMN_TYPE_INT}, in CreateThreadCpuCollectionTable()
320 bucket.PutLong(COLUMN_START_TIME, static_cast<int64_t>(cpuCollectionInfo.startTime)); in StoreProcessData()
338 bucket.PutLong(COLUMN_START_TIME, static_cast<int64_t>(cpuCollection.startTime)); in StoreThreadData()