Searched refs:GetChannel (Results 1 – 7 of 7) sorted by relevance
143 TransportChannelImpl* GetChannel(const std::string& name);146 return (NULL != GetChannel(name)); in HasChannel()
94 TransportChannel* GetChannel(const std::string& name);199 virtual TransportChannel* GetChannel(const std::string& content_name,359 virtual TransportChannel* GetChannel(const std::string& content_name,
74 TransportChannel* TransportProxy::GetChannel(const std::string& name) { in GetChannel() function in cricket::TransportProxy80 ASSERT(GetChannel(name) == NULL); in CreateChannel()97 TransportChannel* channel = GetChannel(name); in DestroyChannel()141 TransportChannelImpl* impl = transport_->GetChannel(name); in GetOrCreateImpl()525 TransportChannel* Session::GetChannel(const std::string& content_name, in GetChannel() function in cricket::Session531 return transproxy->GetChannel(channel_name); in GetChannel()
130 TransportChannelImpl* Transport::GetChannel(const std::string& name) { in GetChannel() function in cricket::Transport
51 virtual net::Socket* GetChannel() = 0;
238 function GetChannel: Integer; in GetChannel() function257 property Channel: Integer read GetChannel write SetChannel;516 function GetChannel: Integer; in GetChannel() function618 property Channel: Integer read GetChannel write SetChannel;665 function GetChannel: Integer; in GetChannel() function678 property Channel: Integer read GetChannel write SetChannel;1824 function GetChannel: Integer;1864 function GetChannel: Integer; virtual;1908 function GetChannel: Integer; virtual;3708 function TRecognizerSharedState.GetChannel: Integer; in GetChannel() function[all …]
1037 TEST_F(GeneratedServiceTest, GetChannel) { in TEST_F() argument