Lines Matching refs:NativeResourceManager
49 * @param mgr Indicates the pointer to {@link NativeResourceManager}
64 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64(const NativeResourceManager *mgr, uint32_t resId,
72 * @param mgr Indicates the pointer to {@link NativeResourceManager}
87 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64Data(const NativeResourceManager *mgr, uint32_t resId,
95 * @param mgr Indicates the pointer to {@link NativeResourceManager}
110 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64ByName(const NativeResourceManager *mgr,
118 * @param mgr Indicates the pointer to {@link NativeResourceManager}
133 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64DataByName(const NativeResourceManager *mgr,
141 * @param mgr Indicates the pointer to {@link NativeResourceManager}
156 ResourceManager_ErrorCode OH_ResourceManager_GetMedia(const NativeResourceManager *mgr, uint32_t resId,
164 * @param mgr Indicates the pointer to {@link NativeResourceManager}
179 ResourceManager_ErrorCode OH_ResourceManager_GetMediaData(const NativeResourceManager *mgr, uint32_t resId,
187 * @param mgr Indicates the pointer to {@link NativeResourceManager}
202 ResourceManager_ErrorCode OH_ResourceManager_GetMediaByName(const NativeResourceManager *mgr, const char *resName,
210 * @param mgr Indicates the pointer to {@link NativeResourceManager}
225 ResourceManager_ErrorCode OH_ResourceManager_GetMediaDataByName(const NativeResourceManager *mgr, const char *resName,
233 * @param mgr Indicates the pointer to {@link NativeResourceManager}
247 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptor(const NativeResourceManager *mgr,
255 * @param mgr Indicates the pointer to {@link NativeResourceManager}
270 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptorData(const NativeResourceManager *mgr,
277 * @param mgr Indicates the pointer to {@link NativeResourceManager}
292 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptorByName(const NativeResourceManager *mgr,
299 * @param mgr Indicates the pointer to {@link NativeResourceManager}
314 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptorDataByName(const NativeResourceManager *mgr,
322 * @param mgr Indicates the pointer to {@link NativeResourceManager}
334 ResourceManager_ErrorCode OH_ResourceManager_GetSymbol(const NativeResourceManager *mgr, uint32_t resId,
342 * @param mgr Indicates the pointer to {@link NativeResourceManager}
354 ResourceManager_ErrorCode OH_ResourceManager_GetSymbolByName(const NativeResourceManager *mgr, const char *resName,
362 * @param mgr Indicates the pointer to {@link NativeResourceManager}
374 ResourceManager_ErrorCode OH_ResourceManager_GetLocales(const NativeResourceManager *mgr, char ***resultValue,
382 * @param mgr Indicates the pointer to {@link NativeResourceManager}
394 ResourceManager_ErrorCode OH_ResourceManager_GetLocalesData(const NativeResourceManager *mgr, char ***resultValue,
403 * @param mgr Indicates the pointer to {@link NativeResourceManager}
413 ResourceManager_ErrorCode OH_ResourceManager_GetConfiguration(const NativeResourceManager *mgr,
435 * @param mgr Indicates the pointer to {@link NativeResourceManager}
449 ResourceManager_ErrorCode OH_ResourceManager_GetString(const NativeResourceManager *mgr, uint32_t resId,
461 * @param mgr Indicates the pointer to {@link NativeResourceManager}
475 ResourceManager_ErrorCode OH_ResourceManager_GetStringByName(const NativeResourceManager *mgr, const char *resName,
484 * @param mgr Indicates the pointer to {@link NativeResourceManager}
498 ResourceManager_ErrorCode OH_ResourceManager_GetStringArray(const NativeResourceManager *mgr, uint32_t resId,
507 * @param mgr Indicates the pointer to {@link NativeResourceManager}
521 ResourceManager_ErrorCode OH_ResourceManager_GetStringArrayByName(const NativeResourceManager *mgr,
541 * @param mgr Indicates the pointer to {@link NativeResourceManager}
555 ResourceManager_ErrorCode OH_ResourceManager_GetPluralString(const NativeResourceManager *mgr, uint32_t resId,
564 * @param mgr Indicates the pointer to {@link NativeResourceManager}
578 ResourceManager_ErrorCode OH_ResourceManager_GetPluralStringByName(const NativeResourceManager *mgr,
586 * @param mgr Indicates the pointer to {@link NativeResourceManager}
598 ResourceManager_ErrorCode OH_ResourceManager_GetColor(const NativeResourceManager *mgr, uint32_t resId,
606 * @param mgr Indicates the pointer to {@link NativeResourceManager}
618 ResourceManager_ErrorCode OH_ResourceManager_GetColorByName(const NativeResourceManager *mgr, const char *resName,
626 * @param mgr Indicates the pointer to {@link NativeResourceManager}
638 ResourceManager_ErrorCode OH_ResourceManager_GetInt(const NativeResourceManager *mgr, uint32_t resId,
646 * @param mgr Indicates the pointer to {@link NativeResourceManager}
658 ResourceManager_ErrorCode OH_ResourceManager_GetIntByName(const NativeResourceManager *mgr, const char *resName,
666 * @param mgr Indicates the pointer to {@link NativeResourceManager}
678 ResourceManager_ErrorCode OH_ResourceManager_GetFloat(const NativeResourceManager *mgr, uint32_t resId,
686 * @param mgr Indicates the pointer to {@link NativeResourceManager}
698 ResourceManager_ErrorCode OH_ResourceManager_GetFloatByName(const NativeResourceManager *mgr, const char *resName,
706 * @param mgr Indicates the pointer to {@link NativeResourceManager}
718 ResourceManager_ErrorCode OH_ResourceManager_GetBool(const NativeResourceManager *mgr, uint32_t resId,
726 * @param mgr Indicates the pointer to {@link NativeResourceManager}
738 ResourceManager_ErrorCode OH_ResourceManager_GetBoolByName(const NativeResourceManager *mgr, const char *resName,
743 * @param mgr Indicates the pointer to {@link NativeResourceManager}
752 ResourceManager_ErrorCode OH_ResourceManager_AddResource(const NativeResourceManager *mgr, const char *path);
756 * @param mgr Indicates the pointer to {@link NativeResourceManager}
765 ResourceManager_ErrorCode OH_ResourceManager_RemoveResource(const NativeResourceManager *mgr, const char *path);