Searched refs:TransAddAsyncLaneReqFromPendingList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_pending_test.cpp | 690 ret = TransAddAsyncLaneReqFromPendingList(TEST_NEW_LANE_ID, newParam, 0, 0); 788 ret = TransAddAsyncLaneReqFromPendingList(TEST_NEW_LANE_ID, newParam, 0, 0); 820 ret = TransAddAsyncLaneReqFromPendingList(laneHandle, newParam, 0, 0); 830 ret = TransAddAsyncLaneReqFromPendingList(laneHandle, newParam, 0, 0); 859 int32_t ret = TransAddAsyncLaneReqFromPendingList(TEST_NEW_LANE_ID, newParam, 0, 0); 869 ret = TransAddAsyncLaneReqFromPendingList(TEST_NEW_LANE_ID, newParam, 0, 0);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 373 static int32_t TransAddAsyncLaneReqFromPendingList(uint32_t laneHandle, const SessionParam *param, in TransAddAsyncLaneReqFromPendingList() function 1377 … int32_t ret = TransAddAsyncLaneReqFromPendingList(*laneHandle, param, callingTokenId, timeStart); in TransAsyncGetLaneInfoByOption() 1417 … int32_t ret = TransAddAsyncLaneReqFromPendingList(*laneHandle, param, callingTokenId, timeStart); in TransAsyncGetLaneInfoByQos()
|