Home
last modified time | relevance | path

Searched refs:TransProxyPipelineGetChannelIdByNetworkId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_p2p_test_mock.cpp135 int32_t TransProxyPipelineGetChannelIdByNetworkId(const char *networkId) in TransProxyPipelineGetChannelIdByNetworkId() function
137 return GetTransTcpDirectP2pInterface()->TransProxyPipelineGetChannelIdByNetworkId(networkId); in TransProxyPipelineGetChannelIdByNetworkId()
H A Dtrans_tcp_direct_p2p_test_mock.h54 virtual int32_t TransProxyPipelineGetChannelIdByNetworkId(const char *networkId) = 0;
87 MOCK_METHOD1(TransProxyPipelineGetChannelIdByNetworkId, int32_t (const char *networkId));
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_pipeline_test.cpp135 int32_t ret = TransProxyPipelineGetChannelIdByNetworkId(nullptr);
137 ret = TransProxyPipelineGetChannelIdByNetworkId(networkId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_pipeline.h54 int32_t TransProxyPipelineGetChannelIdByNetworkId(const char *networkId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_mock_test.cpp786 EXPECT_CALL(TcpP2pDirectMock, TransProxyPipelineGetChannelIdByNetworkId).
816 EXPECT_CALL(TcpP2pDirectMock, TransProxyPipelineGetChannelIdByNetworkId).
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c256 int32_t TransProxyPipelineGetChannelIdByNetworkId(const char *networkId) in TransProxyPipelineGetChannelIdByNetworkId() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c911 int32_t pipeLineChannelId = TransProxyPipelineGetChannelIdByNetworkId(appInfo->peerNetWorkId); in StartVerifyP2pInfo()