Home
last modified time | relevance | path

Searched refs:ResourceManager_ErrorCode (Results 1 - 3 of 3) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp31 ResourceManager_ErrorCode copyStringArray(char ***resultValue, uint32_t *resultLen, in copyStringArray()
38 return ResourceManager_ErrorCode::ERROR_CODE_OUT_OF_MEMORY; in copyStringArray()
46 return ResourceManager_ErrorCode::ERROR_CODE_OUT_OF_MEMORY; in copyStringArray()
51 return ResourceManager_ErrorCode::ERROR_CODE_OUT_OF_MEMORY; in copyStringArray()
55 return ResourceManager_ErrorCode::SUCCESS; in copyStringArray()
58 ResourceManager_ErrorCode copyLocalInfo(const icu::Locale *localeInfo, ResourceManager_Configuration *configuration) in copyLocalInfo()
64 ResourceManager_ErrorCode::ERROR_CODE_SYSTEM_RES_MANAGER_GET_FAILED); in copyLocalInfo()
65 return ResourceManager_ErrorCode::ERROR_CODE_SYSTEM_RES_MANAGER_GET_FAILED; in copyLocalInfo()
71 ResourceManager_ErrorCode::ERROR_CODE_SYSTEM_RES_MANAGER_GET_FAILED); in copyLocalInfo()
72 return ResourceManager_ErrorCode in copyLocalInfo()
[all...]
/base/global/resource_management/interfaces/native/resource/include/
H A Dohresmgr.h64 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64(const NativeResourceManager *mgr, uint32_t resId,
87 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64Data(const NativeResourceManager *mgr, uint32_t resId,
110 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64ByName(const NativeResourceManager *mgr,
133 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64DataByName(const NativeResourceManager *mgr,
156 ResourceManager_ErrorCode OH_ResourceManager_GetMedia(const NativeResourceManager *mgr, uint32_t resId,
179 ResourceManager_ErrorCode OH_ResourceManager_GetMediaData(const NativeResourceManager *mgr, uint32_t resId,
202 ResourceManager_ErrorCode OH_ResourceManager_GetMediaByName(const NativeResourceManager *mgr, const char *resName,
225 ResourceManager_ErrorCode OH_ResourceManager_GetMediaDataByName(const NativeResourceManager *mgr, const char *resName,
247 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptor(const NativeResourceManager *mgr,
270 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptorDat
[all...]
H A Dresmgr_common.h47 typedef enum ResourceManager_ErrorCode { enum
74 } ResourceManager_ErrorCode; typedef

Completed in 3 milliseconds