Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c49 struct PipelineChannelItem { struct
50 ListNode node;
53 int32_t requestId;
54 char networkId[NETWORK_ID_BUF_LEN];
55 TransProxyPipelineChannelOption option;
56 ITransProxyPipelineCallback callback;
81 typedef bool (*Comparable)(const struct PipelineChannelItem *item, const void *param); argument