Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dusage_event_cacher.cpp23 UsageEventCacher::UsageEventCacher(const std::string& workPath) : dbHelper_(nullptr) in UsageEventCacher()
H A Dfold_app_usage_event_factory.cpp39 FoldAppUsageEventFactory::FoldAppUsageEventFactory(const std::string& workPath) in FoldAppUsageEventFactory()
H A Devent_db_helper.cpp50 EventDbHelper::EventDbHelper(const std::string workPath) : dbPath_(workPath), rdbStore_(nullptr) in EventDbHelper()
60 std::string workPath = dbPath_; in InitDbStore() local
H A Dfold_event_cacher.cpp95 FoldEventCacher::FoldEventCacher(const std::string& workPath) in FoldEventCacher()
H A Dfold_app_usage_db_helper.cpp128 FoldAppUsageDbHelper::FoldAppUsageDbHelper(const std::string& workPath) in FoldAppUsageDbHelper()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp36 CpuCollectionTask::CpuCollectionTask(const std::string& workPath) : workPath_(workPath) in CpuCollectionTask()
/ohos5.0/base/hiviewdfx/hiview/base/logstore/test/unittest/common/
H A Dlog_store_unit_test.cpp35 std::string workPath = std::string(LOG_FILE_PATH); in GetLogDir() local
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/
H A Drunning_status_logger.cpp74 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir() local
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp29 DailyController::DailyController(const std::string& workPath, const std::string& configPath) in DailyController()
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/
H A Drunning_status_logger_test.cpp48 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir() local
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Ddata_share_test.cpp42 std::string workPath = std::string(TEST_FILE_PATH); in GetTestDir() local
/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp141 void UsageEventReport::InitFoldEventCacher(const std::string& workPath) in InitFoldEventCacher()
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp35 std::string workPath = std::string(LOG_FILE_PATH); in GetLogDir() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/
H A Dexec_env.h66 std::string workPath; // current work path member
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp146 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in InitController() local
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp62 std::string workPath = std::string(LOG_FILE_PATH); in GetLogDir() local
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp252 CpuStorage::CpuStorage(const std::string& workPath) : workPath_(workPath) in CpuStorage()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp103 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in GetDatabaseDir() local
/ohos5.0/base/hiviewdfx/hiview/core/
H A 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()