Searched refs:TransAuthWithParaAddLaneReqToList (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/ |
H A D | trans_lane_pending_ctl.h | 76 int32_t TransAuthWithParaAddLaneReqToList(uint32_t laneReqId, const char *sessionName,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_pending_test.cpp | 894 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 D | trans_lane_pending_ctl.c | 1692 int32_t TransAuthWithParaAddLaneReqToList(uint32_t laneReqId, const char *sessionName, in TransAuthWithParaAddLaneReqToList() function
|