Home
last modified time | relevance | path

Searched refs:NativeResourceManager (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/global/resource_management/interfaces/native/resource/include/
H A Dohresmgr.h64 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64(const NativeResourceManager *mgr, uint3…
110 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64ByName(const NativeResourceManager *mgr,
133 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64DataByName(const NativeResourceManager *…
156 ResourceManager_ErrorCode OH_ResourceManager_GetMedia(const NativeResourceManager *mgr, uint32_t re…
247 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptor(const NativeResourceManager *mgr,
270 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptorData(const NativeResourceManager
413 ResourceManager_ErrorCode OH_ResourceManager_GetConfiguration(const NativeResourceManager *mgr,
521 ResourceManager_ErrorCode OH_ResourceManager_GetStringArrayByName(const NativeResourceManager *mgr,
578 ResourceManager_ErrorCode OH_ResourceManager_GetPluralStringByName(const NativeResourceManager *mgr,
638 ResourceManager_ErrorCode OH_ResourceManager_GetInt(const NativeResourceManager *mgr, uint32_t resI…
[all …]
H A Draw_file_manager.h49 struct NativeResourceManager;
60 typedef struct NativeResourceManager NativeResourceManager; typedef
73 NativeResourceManager *OH_ResourceManager_InitNativeResourceManager(napi_env env, napi_value jsResM…
84 void OH_ResourceManager_ReleaseNativeResourceManager(NativeResourceManager *resMgr);
102 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName);
119 RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName);
136 RawFile64 *OH_ResourceManager_OpenRawFile64(const NativeResourceManager *mgr, const char *fileName);
148 bool OH_ResourceManager_IsRawDir(const NativeResourceManager *mgr, const char *path);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Dresourcemanager.md102 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptor (const NativeResourceManager * m…
115 | mgr | 指向**NativeResourceManager**的指针,此指针通过**OH_ResourceManager_InitNativeResourceManager**方法获取。 |
148 | mgr | 指向**NativeResourceManager**的指针,此指针通过**OH_ResourceManager_InitNativeResourceManager**方法获取。 |
168 ResourceManager_ErrorCode OH_ResourceManager_GetMedia (const NativeResourceManager * mgr, uint32_t …
181 | mgr | 指向**NativeResourceManager**的指针,此指针通过**OH_ResourceManager_InitNativeResourceManager**方法获取。 |
203 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64 (const NativeResourceManager * mgr, uin…
216 | mgr | 指向**NativeResourceManager**的指针,此指针通过**OH_ResourceManager_InitNativeResourceManager**方法获取。 |
238 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64ByName (const NativeResourceManager * mg…
251 | mgr | 指向**NativeResourceManager**的指针,此指针通过**OH_ResourceManager_InitNativeResourceManager**方法获取。 |
265 ResourceManager_ErrorCode OH_ResourceManager_GetMediaByName (const NativeResourceManager * mgr, con…
[all …]
H A Draw__file__manager_8h.md24 | typedef struct [NativeResourceManager](rawfile.md#nativeresourcemanager)[NativeResourceManager](r…
31 | [NativeResourceManager](rawfile.md#nativeresourcemanager) \* [OH_ResourceManager_InitNativeResour…
32 …er](rawfile.md#oh_resourcemanager_releasenativeresourcemanager) ([NativeResourceManager](rawfile.m…
33 …ger_OpenRawDir](rawfile.md#oh_resourcemanager_openrawdir) (const [NativeResourceManager](rawfile.m…
34 …r_OpenRawFile](rawfile.md#oh_resourcemanager_openrawfile) (const [NativeResourceManager](rawfile.m…
35 …enRawFile64](rawfile.md#oh_resourcemanager_openrawfile64) (const [NativeResourceManager](rawfile.m…
36 …Manager_IsRawDir](rawfile.md#oh_resourcemanager_israwdir) (const [NativeResourceManager](rawfile.m…
H A Drawfile.md38 | typedef struct [NativeResourceManager](#nativeresourcemanager)[NativeResourceManager](#nativereso…
69 | bool [OH_ResourceManager_IsRawDir](#oh_resourcemanager_israwdir) (const [NativeResourceManager](#…
75 ### NativeResourceManager subsection
453 NativeResourceManager* OH_ResourceManager_InitNativeResourceManager (napi_env env, napi_value jsRes…
471 返回[NativeResourceManager](#nativeresourcemanager)指针,如果失败返回空指针。
477 bool OH_ResourceManager_IsRawDir (const NativeResourceManager * mgr, const char * path )
501 RawDir* OH_ResourceManager_OpenRawDir (const NativeResourceManager * mgr, const char * dirName )
531 RawFile* OH_ResourceManager_OpenRawFile (const NativeResourceManager * mgr, const char * fileName )
561 RawFile64* OH_ResourceManager_OpenRawFile64 (const NativeResourceManager * mgr, const char * fileNa…
641 void OH_ResourceManager_ReleaseNativeResourceManager (NativeResourceManager * resMgr)
[all …]
H A Dohresmgr_8h.md24 …e64](resourcemanager.md#oh_resourcemanager_getmediabase64) (const NativeResourceManager \*mgr, uin…
25 …esourcemanager.md#oh_resourcemanager_getmediabase64byname) (const NativeResourceManager \*mgr, con…
26 …_GetMedia](resourcemanager.md#oh_resourcemanager_getmedia) (const NativeResourceManager \*mgr, uin…
27 …ame](resourcemanager.md#oh_resourcemanager_getmediabyname) (const NativeResourceManager \*mgr, con…
28 …sourcemanager.md#oh_resourcemanager_getdrawabledescriptor) (const NativeResourceManager \*mgr, uin…
29 …manager.md#oh_resourcemanager_getdrawabledescriptorbyname) (const NativeResourceManager \*mgr, con…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.33/
H A Dchangelogs-global.md71NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
94NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
132NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
201NativeResourceManager \*mgr, uint32_t resId, ArkUI_DrawableDescriptor \*\*drawableDescriptor, …
210 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64Data(const NativeResourceManager \*mgr, …
213 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64DataByName(const NativeResourceManager \…
216 ResourceManager_ErrorCode OH_ResourceManager_GetMediaData(const NativeResourceManager \*mgr, uint32…
219 ResourceManager_ErrorCode OH_ResourceManager_GetMediaDataByName(const NativeResourceManager \*mgr, …
222 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptorData(const NativeResourceManager
225 …ger_ErrorCode OH_ResourceManager_GetDrawableDescriptorDataByName(const NativeResourceManager \*mgr,
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp27 struct NativeResourceManager { struct
149 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64ByName(const NativeResourceManager *mgr, in OH_ResourceManager_GetMediaBase64ByName()
155 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64DataByName(const NativeResourceManager *… in OH_ResourceManager_GetMediaBase64DataByName()
185 ResourceManager_ErrorCode OH_ResourceManager_GetMedia(const NativeResourceManager *mgr, uint32_t re… in OH_ResourceManager_GetMedia()
251 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptor(const NativeResourceManager *mgr, in OH_ResourceManager_GetDrawableDescriptor()
389 ResourceManager_ErrorCode OH_ResourceManager_GetConfiguration(const NativeResourceManager *mgr, in OH_ResourceManager_GetConfiguration()
414 ResourceManager_ErrorCode OH_ResourceManager_GetStringArray(const NativeResourceManager *mgr, in OH_ResourceManager_GetStringArray()
431 ResourceManager_ErrorCode OH_ResourceManager_GetStringArrayByName(const NativeResourceManager *mgr, in OH_ResourceManager_GetStringArrayByName()
448 ResourceManager_ErrorCode OH_ResourceManager_GetPluralStringByName(const NativeResourceManager *mgr, in OH_ResourceManager_GetPluralStringByName()
465 ResourceManager_ErrorCode OH_ResourceManager_GetPluralString(const NativeResourceManager *mgr, in OH_ResourceManager_GetPluralString()
[all …]
H A Draw_file_manager.cpp44 struct NativeResourceManager { struct
68 const NativeResourceManager *resMgr; argument
93 NativeResourceManager *OH_ResourceManager_InitNativeResourceManager(napi_env env, napi_value jsResM… in OH_ResourceManager_InitNativeResourceManager()
111 std::unique_ptr<NativeResourceManager> result = std::make_unique<NativeResourceManager>(); in OH_ResourceManager_InitNativeResourceManager()
116 void OH_ResourceManager_ReleaseNativeResourceManager(NativeResourceManager *resMgr) in OH_ResourceManager_ReleaseNativeResourceManager()
124 static bool IsLoadHap(const NativeResourceManager *mgr, std::string &hapPath) in IsLoadHap()
129 RawDir *LoadRawDirFromHap(const NativeResourceManager *mgr, const std::string dirName) in LoadRawDirFromHap()
140 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName) in OH_ResourceManager_OpenRawDir()
209 RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName) in OH_ResourceManager_OpenRawFile()
423 const NativeResourceManager *resMgr;
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/
H A Draw__file__manager_8h.md24 | typedef struct [NativeResourceManager](rawfile.md#nativeresourcemanager)[NativeResourceManager](r…
31 | [NativeResourceManager](rawfile.md#nativeresourcemanager) \* [OH_ResourceManager_InitNativeResour…
32 …er](rawfile.md#oh_resourcemanager_releasenativeresourcemanager) ([NativeResourceManager](rawfile.m…
33 …ger_OpenRawDir](rawfile.md#oh_resourcemanager_openrawdir) (const [NativeResourceManager](rawfile.m…
34 …r_OpenRawFile](rawfile.md#oh_resourcemanager_openrawfile) (const [NativeResourceManager](rawfile.m…
35 …enRawFile64](rawfile.md#oh_resourcemanager_openrawfile64) (const [NativeResourceManager](rawfile.m…
36 …Manager_IsRawDir](rawfile.md#oh_resourcemanager_israwdir) (const [NativeResourceManager](rawfile.m…
H A Dresourcemanager.md102 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptor (const NativeResourceManager * m…
115 | mgr | Pointer to **NativeResourceManager**. It is obtained by using the **OH_ResourceManager_Init…
148 | mgr | Pointer to **NativeResourceManager**. It is obtained by using the **OH_ResourceManager_Init…
168 ResourceManager_ErrorCode OH_ResourceManager_GetMedia (const NativeResourceManager * mgr, uint32_t …
181 | mgr | Pointer to **NativeResourceManager**. It is obtained by using the **OH_ResourceManager_Init…
203 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64 (const NativeResourceManager * mgr, uin…
216 | mgr | Pointer to **NativeResourceManager**. It is obtained by using the **OH_ResourceManager_Init…
238 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64ByName (const NativeResourceManager * mg…
251 | mgr | Pointer to **NativeResourceManager**. It is obtained by using the **OH_ResourceManager_Init…
265 ResourceManager_ErrorCode OH_ResourceManager_GetMediaByName (const NativeResourceManager * mgr, con…
[all …]
H A Dohresmgr_8h.md24 …e64](resourcemanager.md#oh_resourcemanager_getmediabase64) (const NativeResourceManager \*mgr, uin…
25 …esourcemanager.md#oh_resourcemanager_getmediabase64byname) (const NativeResourceManager \*mgr, con…
26 …_GetMedia](resourcemanager.md#oh_resourcemanager_getmedia) (const NativeResourceManager \*mgr, uin…
27 …ame](resourcemanager.md#oh_resourcemanager_getmediabyname) (const NativeResourceManager \*mgr, con…
28 …sourcemanager.md#oh_resourcemanager_getdrawabledescriptor) (const NativeResourceManager \*mgr, uin…
29 …manager.md#oh_resourcemanager_getdrawabledescriptorbyname) (const NativeResourceManager \*mgr, con…
H A Drawfile.md38 | typedef struct [NativeResourceManager](#nativeresourcemanager)[NativeResourceManager](#nativereso…
75 ### NativeResourceManager subsection
453 NativeResourceManager* OH_ResourceManager_InitNativeResourceManager (napi_env env, napi_value jsRes…
471 Pointer to [NativeResourceManager](#nativeresourcemanager). If the operation fails, a null pointer …
477 bool OH_ResourceManager_IsRawDir (const NativeResourceManager * mgr, const char * path )
490 | mgr | Pointer to the [NativeResourceManager](#nativeresourcemanager), which is obtained by using …
501 RawDir* OH_ResourceManager_OpenRawDir (const NativeResourceManager * mgr, const char * dirName )
531 RawFile* OH_ResourceManager_OpenRawFile (const NativeResourceManager * mgr, const char * fileName )
561 RawFile64* OH_ResourceManager_OpenRawFile64 (const NativeResourceManager * mgr, const char * fileNa…
641 void OH_ResourceManager_ReleaseNativeResourceManager (NativeResourceManager * resMgr)
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.33/
H A Dchangelogs-global.md71NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
94NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
132NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
203NativeResourceManager \*mgr, char \*\*\*resultValue, uint32_t \*resultLen, bool includeSystem …
210 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64Data(const NativeResourceManager \*mgr, …
213 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64DataByName(const NativeResourceManager \…
216 ResourceManager_ErrorCode OH_ResourceManager_GetMediaData(const NativeResourceManager \*mgr, uint32…
219 ResourceManager_ErrorCode OH_ResourceManager_GetMediaDataByName(const NativeResourceManager \*mgr, …
222 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptorData(const NativeResourceManager
225 …ger_ErrorCode OH_ResourceManager_GetDrawableDescriptorDataByName(const NativeResourceManager \*mgr,
[all …]
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Drawfile-guidelines.md12 | NativeResourceManager *OH_ResourceManager_InitNativeResourceManager(napi_env env, napi_value jsRe…
13 | RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName) | 打开…
16 | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName) |…
26 | void OH_ResourceManager_ReleaseNativeResourceManager(NativeResourceManager *resMgr) | 释放native re…
27 | bool OH_ResourceManager_IsRawDir(const NativeResourceManager *mgr, const char *path) | 判断路径是否是raw…
107NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
173NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
257NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
296NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
/ohos5.0/docs/en/application-dev/napi/
H A Drawfile-guidelines.md13 | NativeResourceManager *OH_ResourceManager_InitNativeResourceManager(napi_env env, napi_value jsRe…
14 | RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName) | Op…
17 | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName) |…
27 | void OH_ResourceManager_ReleaseNativeResourceManager(NativeResourceManager *resMgr) | Releases th…
28 | bool OH_ResourceManager_IsRawDir(const NativeResourceManager *mgr, const char *path) | Checks whe…
108NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
174NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
258NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
297NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, argv[0]);
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-decoding-native.md107NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, args[0]);
197NativeResourceManager * mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, args[0]);
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-scheme-handler.md232 NativeResourceManager *g_resourceManager;
402 const NativeResourceManager* resourceManager);
411 const NativeResourceManager *resourceManager() { return resourceManager_; }
424 const NativeResourceManager *resourceManager_{nullptr};
514 const NativeResourceManager* resourceManager)
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md169 | 全球化-resmgr | NativeResourceManager *OH_ResourceManager_InitNativeResourceManager(napi_env env, …
170 | 全球化-resmgr | void OH_ResourceManager_ReleaseNativeResourceManager(NativeResourceManager *resMgr…
171 | 全球化-resmgr | RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char…
172 | 全球化-resmgr | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const ch…
/ohos5.0/docs/en/application-dev/web/
H A Dweb-scheme-handler.md232 NativeResourceManager *g_resourceManager;
402 const NativeResourceManager* resourceManager);
411 const NativeResourceManager *resourceManager() { return resourceManager_; }
424 const NativeResourceManager *resourceManager_{nullptr};
514 const NativeResourceManager* resourceManager)
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-decoding-native.md107NativeResourceManager *mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, args[0]);
197NativeResourceManager * mNativeResMgr = OH_ResourceManager_InitNativeResourceManager(env, args[0]);
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md169 | Globalization - resmgr | NativeResourceManager *OH_ResourceManager_InitNativeResourceManager(nap…
170 … - resmgr | void OH_ResourceManager_ReleaseNativeResourceManager(NativeResourceManager *resMgr) |…
171 | Globalization - resmgr | RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr,…
172 | Globalization - resmgr | RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mg…
/ohos5.0/docs/zh-cn/application-dev/ai/mindspore/
H A Dmindspore-guidelines-based-native.md159 …void *ReadModelFile(NativeResourceManager *nativeResourceManager, const std::string &modelName, si…
/ohos5.0/docs/en/application-dev/ai/mindspore/
H A Dmindspore-guidelines-based-native.md159 …void *ReadModelFile(NativeResourceManager *nativeResourceManager, const std::string &modelName, si…