Home
last modified time | relevance | path

Searched refs:TransAsyncGetLaneInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/mock/
H A Dtrans_manager_mock.cpp64 int32_t TransAsyncGetLaneInfo( in TransAsyncGetLaneInfo() function
67 …return GetTransManagerInterface()->TransAsyncGetLaneInfo(param, laneHandle, callingTokenId, timeSt… in TransAsyncGetLaneInfo()
H A Dtrans_manager_mock.h40 virtual int32_t TransAsyncGetLaneInfo(
61 …MOCK_METHOD4(TransAsyncGetLaneInfo, int32_t (const SessionParam *, uint32_t *, uint32_t, int64_t));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_lane_pending_ctl.h67 int32_t TransAsyncGetLaneInfo(
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp1353 int32_t ret = TransAsyncGetLaneInfo(nullptr, nullptr, 0, 0);
1356 ret = TransAsyncGetLaneInfo(&param, nullptr, 0, 0);
1359 ret = TransAsyncGetLaneInfo(nullptr, &laneHandle, 0, 0);
1376 int32_t ret = TransAsyncGetLaneInfo(param, &laneHandle, 0, 0);
1384 ret = TransAsyncGetLaneInfo(param, &laneHandle, 0, 0);
1394 ret = TransAsyncGetLaneInfo(param, &laneHandle, 0, 0);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp597 EXPECT_CALL(mock, TransAsyncGetLaneInfo).WillOnce(Return(SOFTBUS_MEM_ERR));
662 EXPECT_CALL(mock, TransAsyncGetLaneInfo).WillOnce(Return(SOFTBUS_OK));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c273 ret = TransAsyncGetLaneInfo(param, &laneHandle, callingTokenId, appInfo->timeStart); in TransOpenChannel()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1449 int32_t TransAsyncGetLaneInfo( in TransAsyncGetLaneInfo() function