Home
last modified time | relevance | path

Searched defs:workPath (Results 1 – 11 of 11) 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.cpp36 EventDbHelper::EventDbHelper(const std::string workPath) : dbPath_(workPath), storeMgr_(nullptr) in EventDbHelper()
51 std::string workPath = this->dbPath_; in InitDbPath() 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/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.cpp48 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetLogDir() local
/base/hiviewdfx/hiview/base/event_store/
Dsys_event_dao.cpp168 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in GetDataDir() local
/base/hiviewdfx/hiview/adapter/utility/test/unittest/common/
Dadapter_utility_ohos_test.cpp39 std::string workPath = std::string(LOG_FILE_PATH); in GetLogDir() local
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c629 char workPath[HKS_MAX_DIRENT_FILE_LEN] = ""; in MakeUserAndProcessNamePath() local
671 const char *storageName, struct HksStoreFileInfo *fileInfo, char *userProcess, char *workPath) in GetStoreBakPath()
713 char workPath[HKS_MAX_DIRENT_FILE_LEN] = ""; in GetStorePath() local
/base/hiviewdfx/hiview/plugins/eventservice/
Devent_json_parser.cpp358 std::string workPath = HiviewGlobal::GetInstance()->GetHiViewDirectory( in EventJsonParser() local
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp781 …ewPlatform::ValidateAndCreateDirectories(const std::string& localPath, const std::string& workPath, in ValidateAndCreateDirectories()