Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dresource_adaptation_processor_unittest.cc46 size_t restrictions_updated_count() const { in restrictions_updated_count() function in webrtc::__anonff615aeb0111::VideoSourceRestrictionsListenerForTesting
157 EXPECT_EQ(0u, restrictions_listener_.restrictions_updated_count()); in TEST_F()
167 EXPECT_EQ(0u, restrictions_listener_.restrictions_updated_count()); in TEST_F()
171 EXPECT_EQ(0u, restrictions_listener_.restrictions_updated_count()); in TEST_F()
185 EXPECT_EQ(1u, restrictions_listener_.restrictions_updated_count()); in TEST_F()
196 EXPECT_EQ(1u, restrictions_listener_.restrictions_updated_count()); in TEST_F()
212 EXPECT_EQ(i + 1, restrictions_listener_.restrictions_updated_count()); in TEST_F()
226 EXPECT_EQ(1u, restrictions_listener_.restrictions_updated_count()); in TEST_F()
230 EXPECT_EQ(1u, restrictions_listener_.restrictions_updated_count()); in TEST_F()
238 EXPECT_EQ(0u, restrictions_listener_.restrictions_updated_count()); in TEST_F()
[all …]