Home
last modified time | relevance | path

Searched refs:DMS_ALLOC (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_famgr.c52 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()
H A Ddmslite_permission.c140 char *appId = (char *)DMS_ALLOC(appIdLen); in GetBundleInfoFromFile()
H A Ddmslite_session.c80 char *message = (char *)DMS_ALLOC(dataLen); in OnBytesReceived()
/ohos5.0/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_utils.h55 #define DMS_ALLOC(size) OhosMalloc(MEM_TYPE_APPFMK_LSRAM, size) macro
64 #define DMS_ALLOC(size) malloc(size) macro