Home
last modified time | relevance | path

Searched refs:TransOpenUdpChannel (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_negotiation_test.cpp92 int32_t ret = TransOpenUdpChannel(NULL, connOpt, &channelId);
94 ret = TransOpenUdpChannel(appInfo, NULL, &channelId);
96 ret = TransOpenUdpChannel(appInfo, connOpt, NULL);
116 int32_t ret = TransOpenUdpChannel(appInfo, connOpt, &channelId);
146 ret = TransOpenUdpChannel(appInfo, connOpt, &channelId);
170 int32_t ret = TransOpenUdpChannel(appInfo, connOpt, &channelId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/mock/
H A Dtrans_lane_common_test_mock.cpp79 int32_t TransOpenUdpChannel(AppInfo *appInfo, const ConnectOption *connOpt, int32_t *channelId) in TransOpenUdpChannel() function
81 return GetTransLaneCommonTestInterface()->TransOpenUdpChannel(appInfo, connOpt, channelId); in TransOpenUdpChannel()
H A Dtrans_lane_common_test_mock.h42 …virtual int32_t TransOpenUdpChannel(AppInfo *appInfo, const ConnectOption *connOpt, int32_t *chann…
60 …MOCK_METHOD3(TransOpenUdpChannel, int32_t (AppInfo *appInfo, const ConnectOption *connOpt, int32_t…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_negotiation.h31 int32_t TransOpenUdpChannel(AppInfo* appInfo, const ConnectOption *connOpt, int32_t *channelId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_virtual.c30 int32_t TransOpenUdpChannel(AppInfo* appInfo, const ConnectOption *connOpt, int32_t *channelId) in TransOpenUdpChannel() function
H A Dtrans_udp_negotiation.c1058 int32_t TransOpenUdpChannel(AppInfo *appInfo, const ConnectOption *connOpt, int32_t *channelId) in TransOpenUdpChannel() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c351 ret = TransOpenUdpChannel(appInfo, connOpt, channelId); in TransOpenChannelProc()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp602 EXPECT_CALL(TransLaneCommonMock, TransOpenUdpChannel).WillOnce(Return(SOFTBUS_INVALID_NUM));