Home
last modified time | relevance | path

Searched refs:TransAuthWithParaAddLaneReqToList (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.h76 int32_t TransAuthWithParaAddLaneReqToList(uint32_t laneReqId, const char *sessionName,
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp894 int32_t ret = TransAuthWithParaAddLaneReqToList(laneReqId, nullptr, &linkPara, channelId);
899 ret = TransAuthWithParaAddLaneReqToList(laneReqId, nullptr, &linkPara, channelId);
902 ret = TransAuthWithParaAddLaneReqToList(laneReqId, sessionName, nullptr, channelId);
924 int32_t ret = TransAuthWithParaAddLaneReqToList(laneReqId, sessionName, &linkPara, channelId);
954 ret = TransAuthWithParaAddLaneReqToList(laneReqId, sessionName, &linkPara, channelId);
985 ret = TransAuthWithParaAddLaneReqToList(laneReqId, sessionName, &linkPara, channelId);
1021 ret = TransAuthWithParaAddLaneReqToList(laneReqId, sessionName, &linkPara, channelId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1692 int32_t TransAuthWithParaAddLaneReqToList(uint32_t laneReqId, const char *sessionName, in TransAuthWithParaAddLaneReqToList() function