Home
last modified time | relevance | path

Searched refs:workPath_ (Results 1 - 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp45 std::string UsageEventReport::workPath_ = ""; member in OHOS::HiviewDFX::UsageEventReport
99 workPath_ = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in Init()
102 UsageEventCacher cacher(workPath_); in Init()
124 InitFoldEventCacher(workPath_); in Init()
272 UsageEventCacher cacher(workPath_); in SavePluginStatsEvents()
278 UsageEventCacher cacher(workPath_); in DeletePluginStatsEvents()
308 "-p", workPath_.c_str(), in StartServiceByOption()
/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H A Dusage_event_report_service.cpp38 UsageEventReportService::UsageEventReportService() : workPath_(DEFAULT_WORK_PATH), lastReportTime_(0), in UsageEventReportService()
57 workPath_ = realPath; in InitWorkPath()
75 UsageEventCacher cacher(workPath_); in ReportSysUsage()
116 UsageEventCacher cacher(workPath_); in SaveSysUsage()
/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp36 CpuCollectionTask::CpuCollectionTask(const std::string& workPath) : workPath_(workPath) in CpuCollectionTask()
63 cpuStorage_ = std::make_shared<CpuStorage>(workPath_); in InitCpuStorage()
/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H A Dcpu_collection_task.h44 std::string workPath_; member in OHOS::HiviewDFX::CpuCollectionTask
/base/hiviewdfx/hiview/plugins/usage_event_report/service/include/
H A Dusage_event_report_service.h41 std::string workPath_; member in OHOS::HiviewDFX::UsageEventReportService
/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H A Dcpu_storage.h56 std::string workPath_; member in OHOS::HiviewDFX::CpuStorage
/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H A Dusage_event_report.h66 static std::string workPath_; member in OHOS::HiviewDFX::UsageEventReport
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp73 DailyDbHelper::DailyDbHelper(const std::string& workPath) : workPath_(workPath), dbStore_(nullptr) in DailyDbHelper()
88 if (workPath_.empty()) { in InitDbPath()
94 std::string tempDbPath = FileUtil::IncludeTrailingPathDelimiter(workPath_).append(thresholdDir); in InitDbPath()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/
H A Ddaily_db_helper.h60 std::string workPath_; member in OHOS::HiviewDFX::DailyDbHelper
/base/hiviewdfx/hiview/plugins/unified_collector/include/
H A Dunified_collector.h61 std::string workPath_; member in OHOS::HiviewDFX::UnifiedCollector
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp436 workPath_ = tempWorkPath; in InitWorkPath()
441 if (workPath_.empty() || isCpuTaskRunning_) { in RunCpuCollectionTask()
452 cpuCollectionTask_ = std::make_shared<CpuCollectionTask>(workPath_); in CpuCollectionFfrtTask()
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp252 CpuStorage::CpuStorage(const std::string& workPath) : workPath_(workPath) in CpuStorage()
264 std::string tempDbStorePath = FileUtil::IncludeTrailingPathDelimiter(workPath_); in InitDbStorePath()

Completed in 5 milliseconds