Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_allocator_unittest.cc20 static const char kContentName[] = "test content"; variable
69 allocator_->TakePooledSession(kContentName, 0, kIceUfrag, kIcePwd) in TakePooledSession()
105 auto session = CreateSession(kContentName, 1, kIceUfrag, kIcePwd); in TEST_F()
108 EXPECT_EQ(kContentName, session->content_name()); in TEST_F()
252 allocator_->TakePooledSession(kContentName, 1, kIceUfrag, kIcePwd) in TEST_F()
255 EXPECT_EQ(kContentName, session->content_name()); in TEST_F()
299 allocator_->TakePooledSession(kContentName, 0, kIceUfrag, kIcePwd)); in TEST_F()
301 allocator_->TakePooledSession(kContentName, 0, credentials[0].ufrag, in TEST_F()
304 allocator_->TakePooledSession(kContentName, 0, credentials[0].ufrag, in TEST_F()
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc97 static const char kContentName[] = "test content"; variable
257 return CreateSession(sid, kContentName, component); in CreateSession()
2091 allocator_->TakePooledSession(kContentName, 1, kIceUfrag0, kIcePwd0); in TEST_F()
2099 EXPECT_EQ(kContentName, port->content_name()); in TEST_F()
2129 allocator_->TakePooledSession(kContentName, 1, kIceUfrag0, kIcePwd0); in TEST_F()