Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h291 uint64_t DFileTransGetTotalBytes(const DFileTrans *dFileTrans);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c234 totalBytes = DFileTransGetTotalBytes(dFileTrans); in UpdateMsgProcessInfo()
322 uint64_t totalBytes = DFileTransGetTotalBytes(dFileTrans); in CheckTransDone()
H A Dnstackx_dfile_transfer.c1564 uint64_t DFileTransGetTotalBytes(const DFileTrans *dFileTrans) in DFileTransGetTotalBytes() function