Home
last modified time | relevance | path

Searched refs:packedUserData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_list.c408 if (fileList->packedUserData != NULL) { in FileListDestroy()
409 free(fileList->packedUserData); in FileListDestroy()
410 fileList->packedUserData = NULL; in FileListDestroy()
493 …fileList->packedUserData = PreparePackedDFileUserData(pathType, userData, &fileList->packedUserDat… in FileListAddExtraInfo()
494 if (fileList->packedUserData == NULL) { in FileListAddExtraInfo()
H A Dnstackx_dfile_frame.c98 if (fileList->packedUserData != NULL) { in EncodeFileInfo()
99 fileName = (char *)fileList->packedUserData; in EncodeFileInfo()
165 (nextFileId == 0 && fileList->userData == NULL && fileList->packedUserData == NULL)) { in EncodeFileHeaderFrameSp()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_list.h57 uint8_t *packedUserData; /* just usefully for sender */ member