Home
last modified time | relevance | path

Searched defs:DFileSession (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h72 struct DFileSession { struct
75 DFileSessionType sessionType; argument
79 pthread_t tid;
80 EpollDesc epollfd;
81 List eventNodeChain;
82 uint8_t closeFlag;
86 BindType bindType;
91 List peerInfoChain;
100 List outboundQueue;
101 List inboundQueue;
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h62 typedef struct DFileSession DFileSession; typedef