Searched refs:THREAD_CPU_COLLECTION_TABLE_NAME (Results 1 – 1 of 1) sorted by relevance
39 const std::string THREAD_CPU_COLLECTION_TABLE_NAME = "unified_collection_hiview_cpu"; variable195 …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()