Home
last modified time | relevance | path

Searched refs:linkPara (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_lane_pending_ctl.h52 LinkPara linkPara; member
77 const LinkPara *linkPara, int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp892 LinkPara linkPara; variable
894 int32_t ret = TransAuthWithParaAddLaneReqToList(laneReqId, nullptr, &linkPara, channelId);
899 ret = TransAuthWithParaAddLaneReqToList(laneReqId, nullptr, &linkPara, channelId);
921 LinkPara linkPara; variable
924 int32_t ret = TransAuthWithParaAddLaneReqToList(laneReqId, sessionName, &linkPara, channelId);
952 LinkPara linkPara; variable
954 ret = TransAuthWithParaAddLaneReqToList(laneReqId, sessionName, &linkPara, channelId);
983 LinkPara linkPara; variable
985 ret = TransAuthWithParaAddLaneReqToList(laneReqId, sessionName, &linkPara, channelId);
1019 LinkPara linkPara; variable
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1674 const LinkPara *linkPara, int32_t channelId) in FillTransAuthWithParaNode() argument
1685 if (memcpy_s(&(item->linkPara), sizeof(LinkPara), linkPara, sizeof(LinkPara)) != SOFTBUS_OK) { in FillTransAuthWithParaNode()
1693 const LinkPara *linkPara, int32_t channelId) in TransAuthWithParaAddLaneReqToList() argument
1701 if (sessionName == NULL || linkPara == NULL) { in TransAuthWithParaAddLaneReqToList()
1717 errCode = FillTransAuthWithParaNode(item, laneReqId, sessionName, linkPara, channelId); in TransAuthWithParaAddLaneReqToList()