Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h463 extern int32_t IsTransIdDone(DFileSession *session, uint16_t transId);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c2102 int32_t IsTransIdDone(DFileSession *session, uint16_t transId) in IsTransIdDone() function
H A Dnstackx_dfile_session.c883 if (IsTransIdDone(session, transId) == NSTACKX_EOK) { in DFileSessionHandleFrame()