Searched refs:ChannelMsg (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/ |
H A D | trans_client_proxy_test.cpp | 158 ChannelMsg data; 171 ChannelMsg msg; 224 ChannelMsg data; 237 ChannelMsg msg; 259 ChannelMsg data; 272 ChannelMsg msg; 324 data = (ChannelMsg *)SoftBusCalloc(sizeof(ChannelMsg)); 345 data = (ChannelMsg *)SoftBusCalloc(sizeof(ChannelMsg)); 367 ChannelMsg *data = (ChannelMsg *)SoftBusCalloc(sizeof(ChannelMsg)); 387 data = (ChannelMsg *)SoftBusCalloc(sizeof(ChannelMsg)); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/include/ |
H A D | trans_client_proxy.h | 36 }ChannelMsg; typedef 39 int32_t ClientIpcOnChannelBind(ChannelMsg *data); 40 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode); 41 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int… 42 int32_t ClientIpcOnChannelClosed(ChannelMsg *data); 43 int32_t ClientIpcOnChannelMsgReceived(ChannelMsg *data, TransReceiveData *receiveData); 50 int32_t ClientIpcChannelOnQos(ChannelMsg *data, QoSEvent event, const QosTV *qos, uint32_t count);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/mini/ |
H A D | trans_client_proxy.c | 30 int32_t ClientIpcOnChannelBind(ChannelMsg *data) in ClientIpcOnChannelBind() 35 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode) in ClientIpcOnChannelOpenFailed() 40 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int… in ClientIpcOnChannelLinkDown() 47 int32_t ClientIpcOnChannelClosed(ChannelMsg *data) in ClientIpcOnChannelClosed() 53 int32_t ClientIpcOnChannelMsgReceived(ChannelMsg *data, TransReceiveData *receiveData) in ClientIpcOnChannelMsgReceived() 90 int32_t ClientIpcChannelOnQos(ChannelMsg *data, QoSEvent event, const QosTV *qos, uint32_t count) in ClientIpcChannelOnQos()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy.cpp | 71 int32_t ClientIpcOnChannelBind(ChannelMsg *data) in ClientIpcOnChannelBind() 89 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode) in ClientIpcOnChannelOpenFailed() 111 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int… in ClientIpcOnChannelLinkDown() 127 int32_t ClientIpcOnChannelClosed(ChannelMsg *data) in ClientIpcOnChannelClosed() 174 int32_t ClientIpcOnChannelMsgReceived(ChannelMsg *data, TransReceiveData *receiveData) in ClientIpcOnChannelMsgReceived() 243 int32_t ClientIpcChannelOnQos(ChannelMsg *data, QoSEvent event, const QosTV *qos, uint32_t count) in ClientIpcChannelOnQos()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 137 ChannelMsg data = { in TransServerOnChannelClosed() 167 ChannelMsg data = { in TransServerOnChannelOpenFailed() 194 ChannelMsg data = { in TransServerOnMsgReceived() 228 ChannelMsg data = { in TransServerOnChannelBind() 270 ChannelMsg data = { in TransServerOnChannelLinkDown()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/ |
H A D | trans_client_proxy.c | 111 int32_t ClientIpcOnChannelBind(ChannelMsg *data) in ClientIpcOnChannelBind() 139 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode) in ClientIpcOnChannelOpenFailed() 168 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int… in ClientIpcOnChannelLinkDown() 199 int32_t ClientIpcOnChannelClosed(ChannelMsg *data) in ClientIpcOnChannelClosed() 228 int32_t ClientIpcOnChannelMsgReceived(ChannelMsg *data, TransReceiveData *receiveData) in ClientIpcOnChannelMsgReceived() 320 int32_t ClientIpcChannelOnQos(ChannelMsg *data, QoSEvent event, const QosTV *qos, uint32_t count) in ClientIpcChannelOnQos()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 300 ChannelMsg data = { in CallbackOpenChannelFailed() 820 ChannelMsg data = { in TransNotifyLaneQosEvent()
|