Home
last modified time | relevance | path

Searched refs:msgChannelType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/mini/
H A Dtrans_client_proxy.c32 return TransOnChannelBind(data->msgChannelId, data->msgChannelType); in ClientIpcOnChannelBind()
37 return TransOnChannelOpenFailed(data->msgChannelId, data->msgChannelType, errCode); in ClientIpcOnChannelOpenFailed()
50 data->msgChannelId, data->msgChannelType, data->msgMessageType, SHUTDOWN_REASON_UNKNOWN); in ClientIpcOnChannelClosed()
55 return TransOnChannelMsgReceived(data->msgChannelId, data->msgChannelType, in ClientIpcOnChannelMsgReceived()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp86 return clientProxy->OnChannelBind(data->msgChannelId, data->msgChannelType); in ClientIpcOnChannelBind()
107 clientProxy->OnChannelOpenFailed(data->msgChannelId, data->msgChannelType, errCode); in ClientIpcOnChannelOpenFailed()
146 …int32_t ret = clientProxy->OnChannelClosed(data->msgChannelId, data->msgChannelType, data->msgMess… in ClientIpcOnChannelClosed()
193 clientProxy->OnChannelMsgReceived(data->msgChannelId, data->msgChannelType, in ClientIpcOnChannelMsgReceived()
255 …return clientProxy->OnClientChannelOnQos(data->msgChannelId, data->msgChannelType, event, qos, cou… in ClientIpcChannelOnQos()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c139 .msgChannelType = channelType, in TransServerOnChannelClosed()
169 .msgChannelType = channelType, in TransServerOnChannelOpenFailed()
196 .msgChannelType = channelType, in TransServerOnMsgReceived()
230 .msgChannelType = channelType, in TransServerOnChannelBind()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c122 WriteInt32(&io, data->msgChannelType); in ClientIpcOnChannelBind()
150 WriteInt32(&io, data->msgChannelType); in ClientIpcOnChannelOpenFailed()
210 WriteInt32(&io, data->msgChannelType); in ClientIpcOnChannelClosed()
243 WriteInt32(&io, data->msgChannelType); in ClientIpcOnChannelMsgReceived()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/include/
H A Dtrans_client_proxy.h30 int32_t msgChannelType; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp61 data->msgChannelType = TEST_CHANNELTYPE; in BuildChannelMsg()
431 data->msgChannelType = TEST_CHANNELTYPE;
505 data.msgChannelType = TEST_CHANNELTYPE;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c302 .msgChannelType = CHANNEL_TYPE_UNDEFINED, in CallbackOpenChannelFailed()
822 .msgChannelType = laneInfo.channelType, in TransNotifyLaneQosEvent()