Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h462 extern TransStateNode *GetTransIdState(DFileSession *session, uint16_t transId, TransIdState *state…
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c2039 TransStateNode *node = GetTransIdState(session, transId, &curState); in SetTransIdState()
2073 TransStateNode *GetTransIdState(DFileSession *session, uint16_t transId, TransIdState *state) in GetTransIdState() function
2110 node = GetTransIdState(session, transId, &state); in IsTransIdDone()