Searched refs:DMS_ALLOC (Results 1 – 4 of 4) sorted by relevance
52 RequestData *reqdata = (RequestData *)DMS_ALLOC(sizeof(RequestData)); in StartRemoteAbilityInner()143 CallerInfo *callerData = (CallerInfo *)DMS_ALLOC(sizeof(CallerInfo)); in FillCallerInfo()157 char *data = (char *)DMS_ALLOC(size); in FillCallerInfo()174 Want *wantData = (Want *)DMS_ALLOC(sizeof(Want)); in FillRequestData()200 void *data = DMS_ALLOC(want->dataLength); in FillRequestData()
140 char *appId = (char *)DMS_ALLOC(appIdLen); in GetBundleInfoFromFile()
80 char *message = (char *)DMS_ALLOC(dataLen); in OnBytesReceived()
55 #define DMS_ALLOC(size) OhosMalloc(MEM_TYPE_APPFMK_LSRAM, size) macro64 #define DMS_ALLOC(size) malloc(size) macro