Searched refs:TransProxyPipelineGetChannelIdByNetworkId (Results 1 – 7 of 7) sorted by relevance
135 int32_t TransProxyPipelineGetChannelIdByNetworkId(const char *networkId) in TransProxyPipelineGetChannelIdByNetworkId() function137 return GetTransTcpDirectP2pInterface()->TransProxyPipelineGetChannelIdByNetworkId(networkId); in TransProxyPipelineGetChannelIdByNetworkId()
54 virtual int32_t TransProxyPipelineGetChannelIdByNetworkId(const char *networkId) = 0;87 MOCK_METHOD1(TransProxyPipelineGetChannelIdByNetworkId, int32_t (const char *networkId));
135 int32_t ret = TransProxyPipelineGetChannelIdByNetworkId(nullptr);137 ret = TransProxyPipelineGetChannelIdByNetworkId(networkId);
54 int32_t TransProxyPipelineGetChannelIdByNetworkId(const char *networkId);
786 EXPECT_CALL(TcpP2pDirectMock, TransProxyPipelineGetChannelIdByNetworkId).816 EXPECT_CALL(TcpP2pDirectMock, TransProxyPipelineGetChannelIdByNetworkId).
256 int32_t TransProxyPipelineGetChannelIdByNetworkId(const char *networkId) in TransProxyPipelineGetChannelIdByNetworkId() function
911 int32_t pipeLineChannelId = TransProxyPipelineGetChannelIdByNetworkId(appInfo->peerNetWorkId); in StartVerifyP2pInfo()