Searched refs:CPU_COLLECTION_TABLE_NAME (Results 1 – 2 of 2) sorted by relevance
38 const std::string CPU_COLLECTION_TABLE_NAME = "unified_collection_cpu"; variable169 … if (auto ret = CreateTable(dbStore, CPU_COLLECTION_TABLE_NAME, fields); ret != NativeRdb::E_OK) { in CreateCpuCollectionTable()170 HIVIEW_LOGE("failed to create %{public}s table", CPU_COLLECTION_TABLE_NAME.c_str()); in CreateCpuCollectionTable()329 if (dbStore_->Insert(seq, CPU_COLLECTION_TABLE_NAME, bucket) != NativeRdb::E_OK) { in StoreProcessData()
33 const std::string CPU_COLLECTION_TABLE_NAME = "unified_collection_cpu"; variable101 RdbPredicates predicates(CPU_COLLECTION_TABLE_NAME);