Home
last modified time | relevance | path

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 Dsoftbus_proxychannel_pipeline_test.cpp119 …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 Dlnn_lane_link_deps_mock.cpp75 int32_t TransProxyPipelineOpenChannel(int32_t requestId, const char *networkId, in TransProxyPipelineOpenChannel() function
78 …return GetLaneLinkDepsInterface()->TransProxyPipelineOpenChannel(requestId, networkId, option, cal… in TransProxyPipelineOpenChannel()
H A Dlnn_lane_link_deps_mock.h33 virtual int32_t TransProxyPipelineOpenChannel(int32_t requestId, const char *networkId,
63 MOCK_METHOD4(TransProxyPipelineOpenChannel, int32_t (int32_t requestId, const char *networkId,
H A Dlnn_lane_link_test.cpp421 …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 Dsoftbus_proxychannel_pipeline.h50 int32_t TransProxyPipelineOpenChannel(int32_t requestId, const char *networkId,
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c174 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 Dlnn_lane_link_p2p.c1702 …ret = TransProxyPipelineOpenChannel(channelRequestId, request->peerNetworkId, &option, &channelCal… in OpenProxyChannelToConnP2p()