Home
last modified time | relevance | path

Searched refs:UI_Malloc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_extractor_util.cpp82 …unsigned char *buf = reinterpret_cast<unsigned char *>(UI_Malloc((len + 1) * sizeof(unsigned char)… in ReadString()
204 char *destPath = reinterpret_cast<char *>(UI_Malloc(len)); in HasWrittenFile()
249 char *buf = reinterpret_cast<char *>(UI_Malloc(reading)); in HasCopiedData()
H A Dgt_bundle_manager_service.cpp650 char *appPath = reinterpret_cast<char *>(UI_Malloc(len)); in ScanThirdApp()
790 reinterpret_cast<ToBeInstalledApp *>(UI_Malloc(sizeof(ToBeInstalledApp))); in AddSystemAppPathList()
897 char *path = reinterpret_cast<char *>(UI_Malloc(len + 1)); in UpdateBundleInfoList()
H A Dgt_bundle_parser.cpp893 char *dataPath = reinterpret_cast<char *>(UI_Malloc(len)); in SetBundleInfo()
965 …permissions.permissionTrans = reinterpret_cast<PermissionTrans *>(UI_Malloc(sizeof(PermissionTrans… in ParsePermissions()
H A Dbundle_util.cpp940 char *rootDir = reinterpret_cast<char *>(UI_Malloc((index + 1) * sizeof(char))); in GetRootDir()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dadapter.h61 #define UI_Malloc(a) OhosMalloc(MEM_TYPE_APPFMK, a) macro