Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h245 int32_t DecodeFileHeaderFrame(FileList *fileList, FileHeaderFrame *headerFrame);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c461 int32_t DecodeFileHeaderFrame(FileList *fileList, FileHeaderFrame *headerFrame) in DecodeFileHeaderFrame() function
H A Dnstackx_dfile_transfer.c1189 if (DecodeFileHeaderFrame(dFileTrans->fileList, (FileHeaderFrame *)dFileFrame) != NSTACKX_EOK) { in HandleFileNameTableFrame()