Home
last modified time | relevance | path

Searched refs:TransProxyPipelineCloseChannel (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_deps_mock.cpp81 int32_t TransProxyPipelineCloseChannel(int32_t channelId) in TransProxyPipelineCloseChannel() function
83 return GetLaneLinkDepsInterface()->TransProxyPipelineCloseChannel(channelId); in TransProxyPipelineCloseChannel()
H A Dlnn_lane_link_deps_mock.h35 virtual int32_t TransProxyPipelineCloseChannel(int32_t channelId) = 0;
65 MOCK_METHOD1(TransProxyPipelineCloseChannel, int32_t (int32_t channelId));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_pipeline.h56 int32_t TransProxyPipelineCloseChannel(int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_pipeline_test.cpp182 ret = TransProxyPipelineCloseChannel(TEST_NUMBER_THREE);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c301 int32_t TransProxyPipelineCloseChannel(int32_t channelId) in TransProxyPipelineCloseChannel() function
619 TransProxyPipelineCloseChannel(msg->arg1); in TransProxyPipelineHandleMessage()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c881 TransProxyPipelineCloseChannel(reqInfo.proxyChannelInfo.channelId); in NotifyLinkFail()
1646 TransProxyPipelineCloseChannel(channelId); in OnProxyChannelOpened()