Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Dusage_event_cacher.cpp23 UsageEventCacher::UsageEventCacher(const std::string& workPath) : dbHelper_(nullptr) in UsageEventCacher()
Dfold_app_usage_event_factory.cpp39 FoldAppUsageEventFactory::FoldAppUsageEventFactory(const std::string& workPath) in FoldAppUsageEventFactory()
Devent_db_helper.cpp50 EventDbHelper::EventDbHelper(const std::string workPath) : dbPath_(workPath), rdbStore_(nullptr) in EventDbHelper()
60 std::string workPath = dbPath_; in InitDbStore() local
Dfold_event_cacher.cpp95 FoldEventCacher::FoldEventCacher(const std::string& workPath) in FoldEventCacher()
Dfold_app_usage_db_helper.cpp128 FoldAppUsageDbHelper::FoldAppUsageDbHelper(const std::string& workPath) in FoldAppUsageDbHelper()
/base/hiviewdfx/hiview/plugins/unified_collector/task/
Dcpu_collection_task.cpp36 CpuCollectionTask::CpuCollectionTask(const std::string& workPath) : workPath_(workPath) in CpuCollectionTask()
/base/hiviewdfx/hiview/base/running_status_logger/
Drunning_status_logger.cpp74 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir() local
/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/plugins/sysevent_source/control/
Ddaily_controller.cpp29 DailyController::DailyController(const std::string& workPath, const std::string& configPath) in DailyController()
/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/
Drunning_status_logger_test.cpp48 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
Ddata_share_test.cpp42 std::string workPath = std::string(TEST_FILE_PATH); in GetTestDir() local
/base/hiviewdfx/hiview/plugins/sysevent_source/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/plugins/usage_event_report/
Dusage_event_report.cpp141 void UsageEventReport::InitFoldEventCacher(const std::string& workPath) in InitFoldEventCacher()
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dsysevent_source.cpp146 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in InitController() 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.cpp252 CpuStorage::CpuStorage(const std::string& workPath) : workPath_(workPath) in CpuStorage()
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_database.cpp103 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in GetDatabaseDir() local
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp159 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in SaveStack() local
811 …ewPlatform::ValidateAndCreateDirectories(const std::string& localPath, const std::string& workPath, in ValidateAndCreateDirectories()