Home
last modified time | relevance | path

Searched refs:OH_ResourceManager_OpenRawFile (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Drawfile.md67 | [RawFile](#rawfile) \* [OH_ResourceManager_OpenRawFile](#oh_resourcemanager_openrawfile) (const […
175 [OH_ResourceManager_OpenRawFile](#oh_resourcemanager_openrawfile)
303 通过索引返回文件名称,此返回值可以作为[OH_ResourceManager_OpenRawFile](#oh_resourcemanager_openrawfile)的输入参数, 如果遍历完所有文…
307 [OH_ResourceManager_OpenRawFile](#oh_resourcemanager_openrawfile)
528 ### OH_ResourceManager_OpenRawFile()
531 RawFile* OH_ResourceManager_OpenRawFile (const NativeResourceManager * mgr, const char * fileName )
H A Draw__file__manager_8h.md34 | [RawFile](rawfile.md#rawfile) \* [OH_ResourceManager_OpenRawFile](rawfile.md#oh_resourcemanager_o…
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Drawfile-guidelines.md6 …alization-kit/rawfile.md)。64相关的开发步骤和非64一致,将非64接口替换为64接口即可,例如:OH_ResourceManager_OpenRawFile替换为OH_R…
16 | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName) |…
180 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
182 … OH_LOG_Print(LOG_APP, LOG_ERROR, GLOBAL_RESMGR, tag, "OH_ResourceManager_OpenRawFile success");
263 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
265 … OH_LOG_Print(LOG_APP, LOG_ERROR, GLOBAL_RESMGR, tag, "OH_ResourceManager_OpenRawFile success");
309 bool result = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
/ohos5.0/docs/en/application-dev/napi/
H A Drawfile-guidelines.md7 …with **64** and the one does not. For example, you can use **OH_ResourceManager_OpenRawFile** and …
17 | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName) |…
181 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
183 … OH_LOG_Print(LOG_APP, LOG_ERROR, GLOBAL_RESMGR, tag, "OH_ResourceManager_OpenRawFile success");
264 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
266 … OH_LOG_Print(LOG_APP, LOG_ERROR, GLOBAL_RESMGR, tag, "OH_ResourceManager_OpenRawFile success");
310 bool result = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.33/
H A Dchangelogs-global.md76 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
99 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
137 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
/ohos5.0/base/global/resource_management/interfaces/native/resource/include/
H A Draw_file_manager.h119 RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName);
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/
H A Drawfile.md67 | [RawFile](#rawfile) \* [OH_ResourceManager_OpenRawFile](#oh_resourcemanager_openrawfile) (const […
175 [OH_ResourceManager_OpenRawFile](#oh_resourcemanager_openrawfile)
303 …he file name returned can be used as the input parameter of [OH_ResourceManager_OpenRawFile](#oh_r…
307 [OH_ResourceManager_OpenRawFile](#oh_resourcemanager_openrawfile)
528 ### OH_ResourceManager_OpenRawFile()
531 RawFile* OH_ResourceManager_OpenRawFile (const NativeResourceManager * mgr, const char * fileName )
H A Draw__file__manager_8h.md34 | [RawFile](rawfile.md#rawfile) \* [OH_ResourceManager_OpenRawFile](rawfile.md#oh_resourcemanager_o…
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-decoding-native.md115 RawFile * rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, srcBuf);
205 RawFile * rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, srcBuf);
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.33/
H A Dchangelogs-global.md76 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
99 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
137 RawFile *rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, filename.c_str());
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-decoding-native.md115 RawFile * rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, srcBuf);
205 RawFile * rawFile = OH_ResourceManager_OpenRawFile(mNativeResMgr, srcBuf);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp209 RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName) in OH_ResourceManager_OpenRawFile() function
/ohos5.0/docs/zh-cn/application-dev/ai/mindspore/
H A Dmindspore-guidelines-based-native.md160 auto rawFile = OH_ResourceManager_OpenRawFile(nativeResourceManager, modelName.c_str());
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md172 | 全球化-resmgr | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const ch…
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-scheme-handler.md582 RawFile *rawfile = OH_ResourceManager_OpenRawFile(resourceManager(), rawfilePath().c_str());
/ohos5.0/docs/en/application-dev/ai/mindspore/
H A Dmindspore-guidelines-based-native.md160 auto rawFile = OH_ResourceManager_OpenRawFile(nativeResourceManager, modelName.c_str());
/ohos5.0/docs/en/application-dev/web/
H A Dweb-scheme-handler.md582 RawFile *rawfile = OH_ResourceManager_OpenRawFile(resourceManager(), rawfilePath().c_str());
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md172 | Globalization - resmgr | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mg…