Home
last modified time | relevance | path

Searched defs:workPath (Results 1 – 23 of 23) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/fold/
Dusage_fold_event_report.cpp26 void UsageFoldEventReport::Init(const std::string& workPath) in Init()
/base/hiviewdfx/hiview/plugins/unified_collector/task/
Dcpu_collection_task.cpp34 CpuCollectionTask::CpuCollectionTask(const std::string& workPath) : workPath_(workPath) in CpuCollectionTask()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Dusage_event_cacher.cpp23 UsageEventCacher::UsageEventCacher(const std::string& workPath) : dbHelper_(nullptr) in UsageEventCacher()
Devent_db_helper.cpp50 EventDbHelper::EventDbHelper(const std::string workPath) : dbPath_(workPath), rdbStore_(nullptr) in EventDbHelper()
60 std::string workPath = dbPath_; in InitDbStore() local
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
Dsys_event_sequence_mgr_test.cpp59 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir() local
/base/hiviewdfx/hiview/plugins/event_validator/
Devent_validator.cpp64 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in InitController() local
/base/hiviewdfx/hiview/plugins/usage_event_report/fold/cache/
Dfold_app_usage_event_factory.cpp86 FoldAppUsageEventFactory::FoldAppUsageEventFactory(const std::string& workPath) in FoldAppUsageEventFactory()
Dfold_event_cacher.cpp107 FoldEventCacher::FoldEventCacher(const std::string& workPath) in FoldEventCacher()
Dfold_app_usage_db_helper.cpp405 FoldAppUsageDbHelper::FoldAppUsageDbHelper(const std::string& workPath) in FoldAppUsageDbHelper()
/base/hiviewdfx/hiview/base/logstore/test/unittest/common/
Dlog_store_unit_test.cpp35 std::string workPath = std::string(LOG_FILE_PATH); in GetLogDir() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Devent_service_adapter_utils_test.cpp65 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetDestDirWithSuffix() local
Ddata_share_test.cpp42 std::string workPath = std::string(TEST_FILE_PATH); in GetTestDir() local
Dsys_event_service_ohos_test.cpp120 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir() local
/base/hiviewdfx/hiview/base/running_status_logger/
Dlog_file_writer.cpp44 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in GetLogFileDir() local
/base/hiviewdfx/hiview/plugins/event_validator/control/
Ddaily_controller.cpp30 DailyController::DailyController(const std::string& workPath, const std::string& configPath) in DailyController()
/base/hiviewdfx/hiview/plugins/usage_event_report/
Dusage_event_report.cpp136 void UsageEventReport::InitFoldEventReport(const std::string& workPath) in InitFoldEventReport()
/base/hiviewdfx/hiview/plugins/event_validator/control/db/
Ddaily_db_helper.cpp73 DailyDbHelper::DailyDbHelper(const std::string& workPath) : workPath_(workPath), dbStore_(nullptr) in DailyDbHelper()
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
Dutility_common_utils_test.cpp35 std::string workPath = std::string(LOG_FILE_PATH); in GetLogDir() local
/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/
Drunning_status_logger_test.cpp65 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir() local
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
Dadapter_utility_ohos_test.cpp62 std::string workPath = std::string(LOG_FILE_PATH); in GetLogDir() local
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
Dcpu_storage.cpp254 CpuStorage::CpuStorage(const std::string& workPath) : workPath_(workPath) in CpuStorage()
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_database.cpp104 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in GetDatabaseDir() local
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp798 …ewPlatform::ValidateAndCreateDirectories(const std::string& localPath, const std::string& workPath, in ValidateAndCreateDirectories()