Searched refs:CpuStorage (Results 1 – 5 of 5) sorted by relevance
252 CpuStorage::CpuStorage(const std::string& workPath) : workPath_(workPath) in CpuStorage() function in OHOS::HiviewDFX::CpuStorage262 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 …]
34 class CpuStorage {36 CpuStorage(const std::string& workPath);37 ~CpuStorage() = default;
76 std::shared_ptr cpuStorage = std::make_shared<CpuStorage>(DB_PATH);93 CpuStorage cpuStorage(DB_PATH);
47 std::shared_ptr<CpuStorage> cpuStorage_;
63 cpuStorage_ = std::make_shared<CpuStorage>(workPath_); in InitCpuStorage()