Home
last modified time | relevance | path

Searched refs:filesInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Dintell_voice_manager.cpp164 UploadFilesInfo filesInfo; in GetUploadFiles() local
165 filesInfo.type = hdiFile.type; in GetUploadFiles()
166 filesInfo.filesDescription = hdiFile.filesDescription; in GetUploadFiles()
177 filesInfo.filesContent.push_back(fileData); in GetUploadFiles()
179 files.push_back(filesInfo); in GetUploadFiles()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c676 static int32_t CheckSendFilesWithRemotePathAndType(int32_t sessionId, NSTACKX_FilesInfo *filesInfo) in CheckSendFilesWithRemotePathAndType() argument
681 if (filesInfo == NULL || CheckFileNum(filesInfo->fileNum) != NSTACKX_EOK) { in CheckSendFilesWithRemotePathAndType()
684 if (filesInfo->pathType == NSTACKX_RESERVED_PATH_TYPE) { in CheckSendFilesWithRemotePathAndType()
687 if (!IsValidStringArray(filesInfo->files, filesInfo->fileNum, NSTACKX_MAX_FILE_NAME_LEN)) { in CheckSendFilesWithRemotePathAndType()
690 if (filesInfo->tarFlag == NSTACKX_TRUE) { in CheckSendFilesWithRemotePathAndType()
692 if (!IsValidStringArray(filesInfo->remotePath, 1, NSTACKX_MAX_REMOTE_PATH_LEN)) { in CheckSendFilesWithRemotePathAndType()
696 if (!IsValidStringArray(filesInfo->remotePath, filesInfo in CheckSendFilesWithRemotePathAndType()
707 PostSendFailAsync(int32_t sessionId, const NSTACKX_FilesInfo *filesInfo) PostSendFailAsync() argument
765 NSTACKX_DFileSendFilesWithRemotePathAndType(int32_t sessionId, NSTACKX_FilesInfo *filesInfo) NSTACKX_DFileSendFilesWithRemotePathAndType() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h339 * will chose one who has the same type as the filesInfo->pathType. The relative path is filesInfo->remotePath.
340 * param: filesInfo->files - File name list.to be sent.
342 * param: filesInfo->fileNum - Number of elements in "files".
343 * param: filesInfo->userData - User context data for each Send Files.
344 * param: filesInfo->pathType - The type of the fileInfo->files. It determines which root path the server will storage
347 * param: filesInfo->tarFlag - If it is true, this files will be packaged to a tar file and sent. Otherwise, they will
349 * param: filesInfo->smallflag - If it is true, means all files of the list are small files. the files will try to send
353 NSTACKX_EXPORT int32_t NSTACKX_DFileSendFilesWithRemotePathAndType(int32_t sessionId, NSTACKX_FilesInfo *filesInfo);

Completed in 4 milliseconds