Searched defs:remotePath (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_mp.h | 53 const char *remotePath[NSTACKX_MAX_FILE_LIST_NUM]; member 65 const char *remotePath; member
|
H A D | nstackx_file_list.h | 44 char *remotePath; /* just usefully for sender */ member 75 char **remotePath; /* remote file path */ member 96 const char **remotePath; /* remote file path */ member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_mp.c | 118 int32_t RebuildFilelist(const char *files[], const char *remotePath[], uint32_t fileNum, in RebuildFilelist()
|
H A D | nstackx_dfile.c | 570 int32_t SendFilesInner(int32_t sessionId, const char *files[], const char *remotePath[], in SendFilesInner() 634 … CheckSendFilesWithRemotePathPara(int32_t sessionId, const char *files[], const char *remotePath[], in CheckSendFilesWithRemotePathPara() 655 …ACKX_DFileSendFilesWithRemotePath(int32_t sessionId, const char *files[], const char *remotePath[], in NSTACKX_DFileSendFilesWithRemotePath() 757 static int32_t PackPrepareTar(const char *remotePath, char *tarName, uint32_t maxNameLen) in PackPrepareTar()
|
H A D | nstackx_file_list.c | 571 static int32_t FileListInfoAddRemotePath(FileListInfo *fileListInfo, const char *remotePath[], uint… in FileListInfoAddRemotePath()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/ |
H A D | nstackx_dfile.h | 166 const char *remotePath[NSTACKX_DFILE_MAX_FILE_NUM]; member
|