Home
last modified time | relevance | path

Searched defs:workPath (Results 1 – 12 of 12) 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()
Devent_db_helper.cpp57 EventDbHelper::EventDbHelper(const std::string workPath) : dbPath_(workPath), rdbStore_(nullptr) in EventDbHelper()
67 std::string workPath = dbPath_; in InitDbStore() 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/base/running_status_logger/
Drunning_status_logger.cpp74 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir() local
/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/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/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/base/utility/test/unittest/common/
Dadapter_utility_ohos_test.cpp39 std::string workPath = std::string(LOG_FILE_PATH); in GetLogDir() local
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_database.cpp78 … std::string workPath = context->GetHiViewDirectory(HiviewContext::DirectoryType::WORK_DIRECTORY); in GetDatabaseDir() local
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c710 char workPath[HKS_MAX_DIRENT_FILE_LEN] = ""; in MakeUserAndProcessNamePath() local
752 const char *storageName, struct HksStoreFileInfo *fileInfo, char *userProcess, char *workPath) in GetStoreBakPath()
794 char workPath[HKS_MAX_DIRENT_FILE_LEN] = ""; in GetStorePath() local
/base/hiviewdfx/hiview/core/
Devent_json_parser.cpp350 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetSequenceFile() local
Dhiview_platform.cpp762 …ewPlatform::ValidateAndCreateDirectories(const std::string& localPath, const std::string& workPath, in ValidateAndCreateDirectories()