Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h244 int32_t DecodeDFileFrame(const uint8_t *buffer, size_t bufferLength, DFileFrame **frame);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c361 int32_t DecodeDFileFrame(const uint8_t *buffer, size_t bufferLength, DFileFrame **frame) in DecodeDFileFrame() function
H A Dnstackx_dfile_session.c1741 if (DecodeDFileFrame(buf, bufLen, &dFileFrame) != NSTACKX_EOK) { in DFileSessionHandleReadBuffer()