Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dproxy_unittest.cc180 void CheckWorkerThread() { EXPECT_TRUE(worker_thread_->IsCurrent()); } in CheckWorkerThread() function in webrtc::ProxyTest
203 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread)); in TEST_F()
235 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread), in TEST_F()
254 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread), in TEST_F()
291 void CheckWorkerThread() { EXPECT_TRUE(worker_thread_->IsCurrent()); } in CheckWorkerThread() function in webrtc::OwnedProxyTest