Home
last modified time | relevance | path

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

/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()
100 return object.OnSessionOpened(data->msgChannelId, errCode); in ClientIpcOnChannelOpenFailed()
107 clientProxy->OnChannelOpenFailed(data->msgChannelId, data->msgChannelType, errCode); in ClientIpcOnChannelOpenFailed()
138 object.OnSessionClosed(data->msgChannelId); in ClientIpcOnChannelClosed()
146 …int32_t ret = clientProxy->OnChannelClosed(data->msgChannelId, data->msgChannelType, data->msgMess… in ClientIpcOnChannelClosed()
185 object.OnBytesReceived(data->msgChannelId, receiveData->data, receiveData->dataLen); in ClientIpcOnChannelMsgReceived()
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/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/trans_channel/manager/src/
H A Dtrans_channel_callback.c138 .msgChannelId = channelId, in TransServerOnChannelClosed()
168 .msgChannelId = channelId, in TransServerOnChannelOpenFailed()
195 .msgChannelId = channelId, in TransServerOnMsgReceived()
229 .msgChannelId = channelId, in TransServerOnChannelBind()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c121 WriteInt32(&io, data->msgChannelId); in ClientIpcOnChannelBind()
149 WriteInt32(&io, data->msgChannelId); in ClientIpcOnChannelOpenFailed()
209 WriteInt32(&io, data->msgChannelId); in ClientIpcOnChannelClosed()
242 WriteInt32(&io, data->msgChannelId); in ClientIpcOnChannelMsgReceived()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/include/
H A Dtrans_client_proxy.h29 int32_t msgChannelId; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp60 data->msgChannelId = TEST_CHANNELID; in BuildChannelMsg()
430 data->msgChannelId = TEST_CHANNELID;
504 data.msgChannelId = TEST_CHANNELID;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c301 .msgChannelId = param->sessionId, in CallbackOpenChannelFailed()
821 .msgChannelId = laneInfo.channelId, in TransNotifyLaneQosEvent()