Home
last modified time | relevance | path

Searched refs:NSTACKX_MAX_USER_DATA_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h55 #define NSTACKX_MAX_USER_DATA_SIZE 1024 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c551 if (userDataLen > NSTACKX_MAX_USER_DATA_SIZE) { in CheckSendFilesPara()
648 if (userData != NULL && strlen(userData) > NSTACKX_MAX_USER_DATA_SIZE) { in CheckSendFilesWithRemotePathPara()
700 if (filesInfo->userData != NULL && strlen(filesInfo->userData) > NSTACKX_MAX_USER_DATA_SIZE) { in CheckSendFilesWithRemotePathAndType()