Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp252 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()
350 void CpuStorage::Report() in Report()
358 void CpuStorage::ReportDbRecords() in ReportDbRecords()
366 std::string CpuStorage::GetStoredSysVersion() in GetStoredSysVersion()
389 bool CpuStorage::NeedReport() in NeedReport()
400 void CpuStorage::PrepareOldDbFilesBeforeReport() in PrepareOldDbFilesBeforeReport()
414 void CpuStorage::ResetDbStore() in ResetDbStore()
419 void CpuStorage::ReportCpuCollectionEvent() in ReportCpuCollectionEvent()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H A Dcpu_storage.h34 class CpuStorage {
36 CpuStorage(const std::string& workPath);
37 ~CpuStorage() = default;
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.cpp76 std::shared_ptr cpuStorage = std::make_shared<CpuStorage>(DB_PATH);
93 CpuStorage cpuStorage(DB_PATH);
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H A Dcpu_collection_task.h47 std::shared_ptr<CpuStorage> cpuStorage_;
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp63 cpuStorage_ = std::make_shared<CpuStorage>(workPath_); in InitCpuStorage()