Home
last modified time | relevance | path

Searched refs:GetFileContent (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Dsys_event_stat_test.cpp48 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 Dmodule_zip_helper.h40 bool GetFileContent(std::string &buf);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp54 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 Dhks_file_transfer.c198 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 Djson_utils.h121 static bool GetFileContent(const std::string& filePath, std::string& content);
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_zip_helper.cpp192 bool ModuleZipHelper::GetFileContent(std::string &buf) in GetFileContent() function in OHOS::SysInstaller::ModuleZipHelper
H A Dmodule_file.cpp311 if (!helper.GetFileContent(buf)) { in ExtractZipFile()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Drawfile-guidelines.md165 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 Ddlp_file.cpp434 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 Drawfile-guidelines.md166 OH_LOG_Print(LOG_APP, LOG_ERROR, GLOBAL_RESMGR, tag, "GetFileContent Begin");