Home
last modified time | relevance | path

Searched refs:HttpPortAllocatorBase (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/client/
Dhttpportallocator.cc75 const int HttpPortAllocatorBase::kNumRetries = 5;
77 const char HttpPortAllocatorBase::kCreateSessionURL[] = "/create_session";
79 HttpPortAllocatorBase::HttpPortAllocatorBase( in HttpPortAllocatorBase() function in cricket::HttpPortAllocatorBase
89 HttpPortAllocatorBase::HttpPortAllocatorBase( in HttpPortAllocatorBase() function in cricket::HttpPortAllocatorBase
98 HttpPortAllocatorBase::~HttpPortAllocatorBase() { in ~HttpPortAllocatorBase()
104 HttpPortAllocatorBase* allocator, in HttpPortAllocatorSessionBase()
146 if (attempts_ == HttpPortAllocatorBase::kNumRetries) { in TryCreateRelaySession()
169 std::string url = std::string(HttpPortAllocatorBase::kCreateSessionURL); in GetSessionRequestUrl()
Dhttpportallocator.h35 class HttpPortAllocatorBase : public BasicPortAllocator {
43 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
45 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
48 virtual ~HttpPortAllocatorBase();
98 HttpPortAllocatorBase* allocator,
126 virtual HttpPortAllocatorBase* allocator() { in allocator()
127 return static_cast<HttpPortAllocatorBase*>( in allocator()