Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c2012 TransStateNode *node = (TransStateNode *)pos; in ClearTransStateList()
2039 TransStateNode *node = GetTransIdState(session, transId, &curState); in SetTransIdState()
2041 node = (TransStateNode *)calloc(1, sizeof(TransStateNode)); in SetTransIdState()
2057 TransStateNode *tmp = (TransStateNode *)curFront; in SetTransIdState()
2073 TransStateNode *GetTransIdState(DFileSession *session, uint16_t transId, TransIdState *state) in GetTransIdState()
2076 TransStateNode *node = NULL; in GetTransIdState()
2087 node = (TransStateNode *)pos; in GetTransIdState()
2105 TransStateNode *node = NULL; in IsTransIdDone()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h280 } TransStateNode; typedef
462 extern TransStateNode *GetTransIdState(DFileSession *session, uint16_t transId, TransIdState *state…