Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp39 const std::string THREAD_CPU_COLLECTION_TABLE_NAME = "unified_collection_hiview_cpu"; variable
195 …if (auto ret = CreateTable(dbStore, THREAD_CPU_COLLECTION_TABLE_NAME, fields); ret != NativeRdb::E… in CreateThreadCpuCollectionTable()
196 HIVIEW_LOGE("failed to create %{public}s table", THREAD_CPU_COLLECTION_TABLE_NAME.c_str()); in CreateThreadCpuCollectionTable()
345 if (dbStore_->Insert(seq, THREAD_CPU_COLLECTION_TABLE_NAME, bucket) != NativeRdb::E_OK) { in StoreThreadData()