Searched refs:peerChannelId (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | trans_event_test.cpp | 78 .peerChannelId = 16, 130 .peerChannelId = -16, 266 .peerChannelId = 16, 284 .peerChannelId = 16, 301 .peerChannelId = 16, 388 .peerChannelId = 15,
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | trans_event_form.h | 88 int32_t peerChannelId; // PEER_CHAN_ID member 171 int32_t peerChannelId; // PEER_CHANNEL_ID member
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | trans_audit_converter.h | 52 TRANS_AUDIT_ASSIGNER(Int32, PeerChannelId, peerChannelId)
|
H A D | trans_event_converter.h | 53 TRANS_ASSIGNER(Int32, PeerChannelId, peerChannelId)
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | trans_hisysevent_matcher.h | 75 MatchTransEventNameTypeExtraInt32Param(params, ++index, extra.peerChannelId); 203 MatchTransAuditNameTypeExtraInt32Param(params, ++index, extra.peerChannelId);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_static_test.cpp | 244 EXPECT_EQ(extra.peerChannelId, info->peerData.channelId);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_manager.c | 53 .peerChannelId = node->appInfo.peerData.channelId, in OnSessionOpenFailProc()
|
H A D | trans_tcp_direct_message.c | 821 extra->peerChannelId = conn->appInfo.peerData.channelId; in ReportTransEventExtra()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 771 .peerChannelId = info->peerId, in TransProxyHandshakeUnpackErrMsg() 790 .peerChannelId = info->peerId, in TransProxyHandshakeUnpackErrMsg() 821 .peerChannelId = info->peerId, in TransProxyHandshakeUnpackRightMsg() 1122 extra->peerChannelId = chan->peerId; in FillProxyHandshakeExtra() 1282 .peerChannelId = msg->msgHead.peerId, in TransProxyProcessResetMsgHelper()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 651 extra->peerChannelId = info->peerData.channelId; in ReportUdpRequestHandShakeStartEvent()
|