Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp38 const std::string CPU_COLLECTION_TABLE_NAME = "unified_collection_cpu"; variable
169 … 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()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.cpp33 const std::string CPU_COLLECTION_TABLE_NAME = "unified_collection_cpu"; variable
101 RdbPredicates predicates(CPU_COLLECTION_TABLE_NAME);