Home
last modified time | relevance | path

Searched refs:peerChannelId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dtrans_event_test.cpp78 .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 Dtrans_event_form.h88 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 Dtrans_audit_converter.h52 TRANS_AUDIT_ASSIGNER(Int32, PeerChannelId, peerChannelId)
H A Dtrans_event_converter.h53 TRANS_ASSIGNER(Int32, PeerChannelId, peerChannelId)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dtrans_hisysevent_matcher.h75 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 Dtrans_udp_static_test.cpp244 EXPECT_EQ(extra.peerChannelId, info->peerData.channelId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c53 .peerChannelId = node->appInfo.peerData.channelId, in OnSessionOpenFailProc()
H A Dtrans_tcp_direct_message.c821 extra->peerChannelId = conn->appInfo.peerData.channelId; in ReportTransEventExtra()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c771 .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 Dtrans_udp_negotiation.c651 extra->peerChannelId = info->peerData.channelId; in ReportUdpRequestHandShakeStartEvent()