Searched refs:fake_proxy_ (Results 1 – 1 of 1) sorted by relevance
189 fake_proxy_ = FakeProxy::Create(signaling_thread_.get(), in SetUp()196 rtc::scoped_refptr<FakeInterface> fake_proxy_; member in webrtc::ProxyTest205 fake_proxy_ = nullptr; in TEST_F()212 fake_proxy_->VoidMethod0(); in TEST_F()220 EXPECT_EQ("Method0", fake_proxy_->Method0()); in TEST_F()228 EXPECT_EQ("ConstMethod0", fake_proxy_->ConstMethod0()); in TEST_F()237 EXPECT_EQ("Method1", fake_proxy_->Method1(arg1)); in TEST_F()246 EXPECT_EQ("ConstMethod1", fake_proxy_->ConstMethod1(arg1)); in TEST_F()256 EXPECT_EQ("Method2", fake_proxy_->Method2(arg1, arg2)); in TEST_F()