Searched refs:ResourceManager_ErrorCode (Results 1 - 3 of 3) sorted by relevance
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | native_resource_manager.cpp | 31 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 D | ohresmgr.h | 64 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 D | resmgr_common.h | 47 typedef enum ResourceManager_ErrorCode {
enum 74 } ResourceManager_ErrorCode;
typedef
|
Completed in 3 milliseconds