Searched refs:CheckWorkerThread (Results 1 – 1 of 1) sorted by relevance
180 void CheckWorkerThread() { EXPECT_TRUE(worker_thread_->IsCurrent()); } in CheckWorkerThread() function in webrtc::ProxyTest203 .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