Searched refs:TransGetLaneReqItemParamByLaneHandle (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 | 678 int32_t ret = TransGetLaneReqItemParamByLaneHandle(0, nullptr, nullptr, nullptr, nullptr); 683 ret = TransGetLaneReqItemParamByLaneHandle(0, newParam, nullptr, nullptr, nullptr); 687 …ret = TransGetLaneReqItemParamByLaneHandle(0, newParam, &callingTokenId, &firstTokenId, &timeStart… 692 …ret = TransGetLaneReqItemParamByLaneHandle(TEST_NEW_LANE_ID, newParam, &callingTokenId, &firstToke…
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 448 static int32_t TransGetLaneReqItemParamByLaneHandle( in TransGetLaneReqItemParamByLaneHandle() function 645 …int32_t ret = TransGetLaneReqItemParamByLaneHandle(laneHandle, ¶m, &callingTokenId, &firstToke… in TransOnAsyncLaneSuccess() 707 …int32_t ret = TransGetLaneReqItemParamByLaneHandle(laneHandle, ¶m, &callingTokenId, NULL, &tim… in TransOnAsyncLaneFail()
|