Searched refs:msgChannelId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy.cpp | 86 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 D | trans_client_proxy.c | 32 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 D | trans_channel_callback.c | 138 .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 D | trans_client_proxy.c | 121 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 D | trans_client_proxy.h | 29 int32_t msgChannelId; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/ |
H A D | trans_client_proxy_test.cpp | 60 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 D | trans_lane_pending_ctl.c | 301 .msgChannelId = param->sessionId, in CallbackOpenChannelFailed() 821 .msgChannelId = laneInfo.channelId, in TransNotifyLaneQosEvent()
|