Home
last modified time | relevance | path

Searched refs:CpuStorage (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H A Dcpu_storage.h34 class CpuStorage { class
36 CpuStorage(const std::string& workPath);
37 ~CpuStorage() = default;
60 }; // CpuStorage
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp34 DEFINE_LOG_TAG("HiView-CpuStorage");
252 CpuStorage::CpuStorage(const std::string& workPath) : workPath_(workPath) in CpuStorage() function in OHOS::HiviewDFX::CpuStorage
262 void CpuStorage::InitDbStorePath() in InitDbStorePath()
276 void CpuStorage::InitDbStore() in InitDbStore()
290 void CpuStorage::StoreProcessDatas(const std::vector<ProcessCpuStatInfo>& cpuCollectionInfos) in StoreProcessDatas()
305 void CpuStorage::StoreThreadDatas(const std::vector<ThreadCpuStatInfo>& cpuCollections) in StoreThreadDatas()
316 void CpuStorage::StoreProcessData(const ProcessCpuStatInfo& cpuCollectionInfo, in StoreProcessData()
335 void CpuStorage::StoreThreadData(const ThreadCpuStatInfo& cpuCollection) in StoreThreadData()
350 void CpuStorage
[all...]
/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H A Dcpu_collection_task.h47 std::shared_ptr<CpuStorage> cpuStorage_;
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.cpp69 * @tc.desc: CpuStorage init test
76 std::shared_ptr cpuStorage = std::make_shared<CpuStorage>(DB_PATH); in HWTEST_F()
86 * @tc.desc: CpuStorage store&report test
93 CpuStorage cpuStorage(DB_PATH); in HWTEST_F()
118 * @tc.desc: CpuStorage as RdbOpenCallback
142 * @tc.desc: CpuStorage test PowerStatusManager
/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp63 cpuStorage_ = std::make_shared<CpuStorage>(workPath_); in InitCpuStorage()

Completed in 3 milliseconds