Searched refs:TransProxyPipelineOpenChannel (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_pipeline_test.cpp | 119 …int32_t ret = TransProxyPipelineOpenChannel(TEST_NUMBER_TWO, networkId, &option, &channelCallback); 173 …int32_t ret = TransProxyPipelineOpenChannel(TEST_NUMBER_THREE, networkId, &option, &channelCallbac… 175 ret = TransProxyPipelineOpenChannel(TEST_NUMBER_THREE, nullptr, &option, &channelCallback); 177 ret = TransProxyPipelineOpenChannel(TEST_NUMBER_THREE, networkId, nullptr, &channelCallback); 179 ret = TransProxyPipelineOpenChannel(TEST_NUMBER_THREE, networkId, &option, nullptr);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/ |
H A D | lnn_lane_link_deps_mock.cpp | 75 int32_t TransProxyPipelineOpenChannel(int32_t requestId, const char *networkId, in TransProxyPipelineOpenChannel() function 78 …return GetLaneLinkDepsInterface()->TransProxyPipelineOpenChannel(requestId, networkId, option, cal… in TransProxyPipelineOpenChannel()
|
H A D | lnn_lane_link_deps_mock.h | 33 virtual int32_t TransProxyPipelineOpenChannel(int32_t requestId, const char *networkId, 63 MOCK_METHOD4(TransProxyPipelineOpenChannel, int32_t (int32_t requestId, const char *networkId,
|
H A D | lnn_lane_link_test.cpp | 421 …EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel).WillRepeatedly(Return(SOFTBUS_LANE_BUILD_… 470 …EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel).WillRepeatedly(Return(SOFTBUS_LANE_BUILD_… 517 EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel).WillRepeatedly(Return(SOFTBUS_OK)); 836 EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel(requestId, _, _, NotNull())) 890 EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel(requestId, _, _, NotNull())) 943 EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel(requestId, _, _, NotNull())) 997 EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel(requestId, _, _, NotNull())) 1200 EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel(requestId, _, _, NotNull())) 1253 …EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel).WillRepeatedly(Return(SOFTBUS_LANE_BUILD_… 1305 EXPECT_CALL(laneLinkMock, TransProxyPipelineOpenChannel(requestId, _, _, NotNull())) [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_pipeline.h | 50 int32_t TransProxyPipelineOpenChannel(int32_t requestId, const char *networkId,
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_pipeline.c | 174 int32_t TransProxyPipelineOpenChannel(int32_t requestId, const char *networkId, in TransProxyPipelineOpenChannel() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_p2p.c | 1702 …ret = TransProxyPipelineOpenChannel(channelRequestId, request->peerNetworkId, &option, &channelCal… in OpenProxyChannelToConnP2p()
|