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 D | trans_manager_mock.cpp | 64 int32_t TransAsyncGetLaneInfo( in TransAsyncGetLaneInfo() function 67 …return GetTransManagerInterface()->TransAsyncGetLaneInfo(param, laneHandle, callingTokenId, timeSt… in TransAsyncGetLaneInfo()
|
H A D | trans_manager_mock.h | 40 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 D | trans_lane_pending_ctl.h | 67 int32_t TransAsyncGetLaneInfo(
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_pending_test.cpp | 1353 int32_t ret = TransAsyncGetLaneInfo(nullptr, nullptr, 0, 0); 1356 ret = TransAsyncGetLaneInfo(¶m, 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 D | trans_channel_manager_test.cpp | 597 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 D | trans_channel_manager.c | 273 ret = TransAsyncGetLaneInfo(param, &laneHandle, callingTokenId, appInfo->timeStart); in TransOpenChannel()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1449 int32_t TransAsyncGetLaneInfo( in TransAsyncGetLaneInfo() function
|