Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/
H A Dproxy_unittest.cc181 void CheckWorkerThread() { EXPECT_TRUE(worker_thread_->IsCurrent()); } in CheckWorkerThread() function in webrtc::ProxyTest
204 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread)); in TEST_F()
236 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread), in TEST_F()
255 .WillOnce(DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckWorkerThread), in TEST_F()