Searched refs:NativeResourceManager (Results 1 - 4 of 4) sorted by relevance
/base/global/resource_management/interfaces/native/resource/include/ |
H A D | ohresmgr.h | 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 *mg [all...] |
H A D | raw_file_manager.h | 49 struct NativeResourceManager;
60 typedef struct NativeResourceManager NativeResourceManager;
typedef 69 * @return Returns the pointer to {@link NativeResourceManager}.
73 NativeResourceManager *OH_ResourceManager_InitNativeResourceManager(napi_env env, napi_value jsResMgr);
84 void OH_ResourceManager_ReleaseNativeResourceManager(NativeResourceManager *resMgr);
91 * @param mgr Indicates the pointer to {@link NativeResourceManager} obtained by calling
102 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName);
109 * @param mgr Indicates the pointer to {@link NativeResourceManager} obtained by calling
119 RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mg [all...] |
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | native_resource_manager.cpp | 27 struct NativeResourceManager {
struct 114 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64(const NativeResourceManager *mgr, uint32_t resId,
in OH_ResourceManager_GetMediaBase64() 120 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64Data(const NativeResourceManager *mgr, uint32_t resId,
in OH_ResourceManager_GetMediaBase64Data() 149 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64ByName(const NativeResourceManager *mgr,
in OH_ResourceManager_GetMediaBase64ByName() 155 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64DataByName(const NativeResourceManager *mgr,
in OH_ResourceManager_GetMediaBase64DataByName() 185 ResourceManager_ErrorCode OH_ResourceManager_GetMedia(const NativeResourceManager *mgr, uint32_t resId,
in OH_ResourceManager_GetMedia() 191 ResourceManager_ErrorCode OH_ResourceManager_GetMediaData(const NativeResourceManager *mgr, uint32_t resId,
in OH_ResourceManager_GetMediaData() 218 ResourceManager_ErrorCode OH_ResourceManager_GetMediaByName(const NativeResourceManager *mgr, const char *resName,
in OH_ResourceManager_GetMediaByName() 224 ResourceManager_ErrorCode OH_ResourceManager_GetMediaDataByName(const NativeResourceManager *mgr, const char *resName,
in OH_ResourceManager_GetMediaDataByName() 251 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptor(const NativeResourceManager *mg [all...] |
H A D | raw_file_manager.cpp | 43 struct NativeResourceManager {
struct 67 const NativeResourceManager *resMgr;
92 NativeResourceManager *OH_ResourceManager_InitNativeResourceManager(napi_env env, napi_value jsResMgr)
in OH_ResourceManager_InitNativeResourceManager() 110 std::unique_ptr<NativeResourceManager> result = std::make_unique<NativeResourceManager>();
in OH_ResourceManager_InitNativeResourceManager() 115 void OH_ResourceManager_ReleaseNativeResourceManager(NativeResourceManager *resMgr)
in OH_ResourceManager_ReleaseNativeResourceManager() 123 static bool IsLoadHap(const NativeResourceManager *mgr, std::string &hapPath)
in IsLoadHap() 128 RawDir *LoadRawDirFromHap(const NativeResourceManager *mgr, const std::string dirName)
in LoadRawDirFromHap() 139 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName)
in OH_ResourceManager_OpenRawDir() 182 RawFile *LoadRawFileFromHap(const NativeResourceManager *mg [all...] |
Completed in 5 milliseconds