Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h461 extern int32_t SetTransIdState(DFileSession *session, uint16_t transId, TransIdState state);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c2026 int32_t SetTransIdState(DFileSession *session, uint16_t transId, TransIdState state) in SetTransIdState() function
H A Dnstackx_dfile_session.c315 if (SetTransIdState(session, dFileTrans->transId, STATE_TRANS_DONE) != NSTACKX_EOK) { in CheckTransDone()