Searched refs:GetConfigFilePath (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | hiview_config_util.cpp | 34 inline std::string GetConfigFilePath(const std::string& configFileName, bool isLocal) in GetConfigFilePath() function 45 std::string cloudConfigFilePath = GetConfigFilePath(configFileName, false); in GetConfigFilePathByVersion() 49 return GetConfigFilePath(configFileName, true); in GetConfigFilePathByVersion() 54 std::string versionFile = GetConfigFilePath(CFG_VERSION_FILE_NAME, isLocal); in GetConfigVersion() 66 std::string originVersionFile = GetConfigFilePath(CFG_VERSION_FILE_NAME, isLocal); in CopyConfigVersionFile() 107 std::string GetConfigFilePath(const std::string& configFileName) in GetConfigFilePath() function 114 std::string GetConfigFilePath(const std::string& configZipFileName, const std::string& configDir, in GetConfigFilePath() function
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/ |
H A D | hiview_config_util.h | 28 std::string GetConfigFilePath(const std::string& configFileName); 29 std::string GetConfigFilePath(const std::string& configZipFileName, const std::string& configDir,
|
/ohos5.0/drivers/peripheral/codec/utils/src/ |
H A D | codec_hcb_util.c | 30 static bool GetConfigFilePath(const char *productName, char *configPath, size_t configPathLen) in GetConfigFilePath() function 62 if (!GetConfigFilePath(productName, configPath, PATH_MAX)) { in HdfGetHcsRootNode()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/shared/src/ |
H A D | hcb_config_entry.c | 39 static bool GetConfigFilePath(const char *productName, char *configPath, size_t configPathLen) in GetConfigFilePath() function 71 if (!GetConfigFilePath(productName, configPath, PATH_MAX)) { in HdfGetHcsRootNode()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_animation_controller.cpp | 36 std::string path = GetConfigFilePath(); in Start() 71 std::string BootAnimationController::GetConfigFilePath() in GetConfigFilePath() function in OHOS::BootAnimationController
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | boot_animation_controller.h | 30 std::string GetConfigFilePath();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | sysevent_source.cpp | 119 … auto defFilePath = HiViewConfigUtil::GetConfigFilePath(DEF_ZIP_NAME, DEF_CFG_DIR, DEF_FILE_NAME); in OnLoad() 206 … auto defFilePath = HiViewConfigUtil::GetConfigFilePath(DEF_ZIP_NAME, DEF_CFG_DIR, DEF_FILE_NAME); in CheckEvent()
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | adapter_utility_ohos_test.cpp | 640 auto configPath = HiViewConfigUtil::GetConfigFilePath("test_file_name"); 646 … auto ret = HiViewConfigUtil::GetConfigFilePath("test_file_name", "/data/test/", "test_file_name");
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | libhiviewbase.map | 432 …"OHOS::HiviewDFX::HiViewConfigUtil::GetConfigFilePath(std::__h::basic_string<char, std::__h::char_… 433 …"OHOS::HiviewDFX::HiViewConfigUtil::GetConfigFilePath(std::__h::basic_string<char, std::__h::char_…
|