Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c52 static void ProcessSessionTrans(const DFileSession *session, uint16_t exceptTransId);
972 static void ProcessSessionTrans(const DFileSession *session, uint16_t exceptTransId) in ProcessSessionTrans() argument
978 if (trans->transId != exceptTransId) { in ProcessSessionTrans()