OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_stanzas
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/libjingle/xmpp/
mucroomuniquehangoutidtask_unittest.cc
67
ASSERT_EQ(0U, xmpp_client->
sent_stanzas
().size());
81
ASSERT_EQ(1U, xmpp_client->
sent_stanzas
().size());
82
EXPECT_EQ(expected_iq, xmpp_client->
sent_stanzas
()[0]->Str());
mucroomlookuptask_unittest.cc
75
ASSERT_EQ(0U, xmpp_client->
sent_stanzas
().size());
92
ASSERT_EQ(1U, xmpp_client->
sent_stanzas
().size());
93
EXPECT_EQ(expected_iq, xmpp_client->
sent_stanzas
()[0]->Str());
117
ASSERT_EQ(0U, xmpp_client->
sent_stanzas
().size());
132
ASSERT_EQ(1U, xmpp_client->
sent_stanzas
().size());
133
EXPECT_EQ(expected_iq, xmpp_client->
sent_stanzas
()[0]->Str());
mucroomconfigtask_unittest.cc
66
ASSERT_EQ(0U, xmpp_client->
sent_stanzas
().size());
94
ASSERT_EQ(1U, xmpp_client->
sent_stanzas
().size());
95
EXPECT_EQ(expected_iq, xmpp_client->
sent_stanzas
()[0]->Str());
hangoutpubsubclient_unittest.cc
241
ASSERT_EQ(0U, xmpp_client->
sent_stanzas
().size());
260
ASSERT_EQ(2U, xmpp_client->
sent_stanzas
().size());
261
EXPECT_EQ(expected_presenter_request, xmpp_client->
sent_stanzas
()[0]->Str());
262
EXPECT_EQ(expected_media_request, xmpp_client->
sent_stanzas
()[1]->Str());
537
ASSERT_EQ(1U, xmpp_client->
sent_stanzas
().size());
539
xmpp_client->
sent_stanzas
()[0]->Str());
554
ASSERT_EQ(2U, xmpp_client->
sent_stanzas
().size());
555
EXPECT_EQ(expected_audio_mute_iq, xmpp_client->
sent_stanzas
()[1]->Str());
570
ASSERT_EQ(3U, xmpp_client->
sent_stanzas
().size());
571
EXPECT_EQ(expected_video_pause_iq, xmpp_client->
sent_stanzas
()[2]->Str())
[
all
...]
mucroomdiscoverytask_unittest.cc
81
ASSERT_EQ(0U, xmpp_client->
sent_stanzas
().size());
94
ASSERT_EQ(1U, xmpp_client->
sent_stanzas
().size());
95
EXPECT_EQ(expected_iq, xmpp_client->
sent_stanzas
()[0]->Str());
pubsubclient_unittest.cc
127
ASSERT_EQ(1U, xmpp_client->
sent_stanzas
().size());
128
EXPECT_EQ(expected_iq, xmpp_client->
sent_stanzas
()[0]->Str());
211
ASSERT_EQ(1U, xmpp_client->
sent_stanzas
().size());
212
EXPECT_EQ(expected_iq, xmpp_client->
sent_stanzas
()[0]->Str());
254
ASSERT_EQ(1U, xmpp_client->
sent_stanzas
().size());
255
EXPECT_EQ(expected_iq, xmpp_client->
sent_stanzas
()[0]->Str());
pubsubtasks_unittest.cc
107
ASSERT_EQ(1U, client->
sent_stanzas
().size());
108
EXPECT_EQ(expected_iq, client->
sent_stanzas
()[0]->Str());
212
ASSERT_EQ(1U, client->
sent_stanzas
().size());
213
EXPECT_EQ(expected_iq, client->
sent_stanzas
()[0]->Str());
270
ASSERT_EQ(1U, client->
sent_stanzas
().size());
271
EXPECT_EQ(expected_iq, client->
sent_stanzas
()[0]->Str());
fakexmppclient.h
60
const std::vector<const XmlElement*>&
sent_stanzas
() {
function in class:buzz::FakeXmppClient
pingtask_unittest.cc
84
EXPECT_EQ_WAIT(xmpp_client->
sent_stanzas
().size(), expected_ping_count,
Completed in 306 milliseconds