Searched refs:GetFileContent (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/ |
H A D | sys_event_stat_test.cpp | 48 static std::string GetFileContent(const std::string& filename) in GetFileContent() function 80 std::string result1 = GetFileContent("./fd1.txt"); 86 std::string result2 = GetFileContent("./fd2.txt"); 92 std::string result3 = GetFileContent("./fd3.txt"); 98 std::string result4 = GetFileContent("./fd4.txt");
|
/ohos5.0/base/update/sys_installer/services/module_update/util/include/ |
H A D | module_zip_helper.h | 40 bool GetFileContent(std::string &buf);
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | json_utils.cpp | 54 if (!GetFileContent(filePath, content)) { in LoadJsonValueFromFile() 193 bool JsonUtils::GetFileContent(const std::string& filePath, std::string& content) in GetFileContent() function in OHOS::DevStandbyMgr::JsonUtils
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/ |
H A D | hks_file_transfer.c | 198 static int32_t GetFileContent(const char *path, const char *alias, struct HksBlob *fileContent) in GetFileContent() function 226 ret = GetFileContent(path, alias, &fileContent); in ProcessFileUpgrade()
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/ |
H A D | json_utils.h | 121 static bool GetFileContent(const std::string& filePath, std::string& content);
|
/ohos5.0/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_zip_helper.cpp | 192 bool ModuleZipHelper::GetFileContent(std::string &buf) in GetFileContent() function in OHOS::SysInstaller::ModuleZipHelper
|
H A D | module_file.cpp | 311 if (!helper.GetFileContent(buf)) { in ExtractZipFile()
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | rawfile-guidelines.md | 165 OH_LOG_Print(LOG_APP, LOG_ERROR, GLOBAL_RESMGR, tag, "GetFileContent Begin");
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
H A D | dlp_file.cpp | 434 static int32_t GetFileContent(const std::string& path, std::string& content) in GetFileContent() function 455 (void)GetFileContent(DLP_GENERAL_INFO, content); in ParseDlpInfo()
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | rawfile-guidelines.md | 166 OH_LOG_Print(LOG_APP, LOG_ERROR, GLOBAL_RESMGR, tag, "GetFileContent Begin");
|