/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/ |
H A D | rawfile.md | 67 | [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 D | raw__file__manager_8h.md | 34 | [RawFile](rawfile.md#rawfile) \* [OH_ResourceManager_OpenRawFile](rawfile.md#oh_resourcemanager_o…
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | rawfile-guidelines.md | 6 …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 D | rawfile-guidelines.md | 7 …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 D | changelogs-global.md | 76 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 D | raw_file_manager.h | 119 RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName);
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | rawfile.md | 67 | [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 D | raw__file__manager_8h.md | 34 | [RawFile](rawfile.md#rawfile) \* [OH_ResourceManager_OpenRawFile](rawfile.md#oh_resourcemanager_o…
|
/ohos5.0/docs/zh-cn/application-dev/media/image/ |
H A D | image-decoding-native.md | 115 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 D | changelogs-global.md | 76 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 D | image-decoding-native.md | 115 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 D | raw_file_manager.cpp | 209 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 D | mindspore-guidelines-based-native.md | 160 auto rawFile = OH_ResourceManager_OpenRawFile(nativeResourceManager, modelName.c_str());
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 172 | 全球化-resmgr | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const ch…
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-scheme-handler.md | 582 RawFile *rawfile = OH_ResourceManager_OpenRawFile(resourceManager(), rawfilePath().c_str());
|
/ohos5.0/docs/en/application-dev/ai/mindspore/ |
H A D | mindspore-guidelines-based-native.md | 160 auto rawFile = OH_ResourceManager_OpenRawFile(nativeResourceManager, modelName.c_str());
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-scheme-handler.md | 582 RawFile *rawfile = OH_ResourceManager_OpenRawFile(resourceManager(), rawfilePath().c_str());
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 172 | Globalization - resmgr | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mg…
|