webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Attributes | List of all members
webrtc::OwnedProxyTest Class Reference
Inheritance diagram for webrtc::OwnedProxyTest:
testing::Test

Public Member Functions

 OwnedProxyTest ()
 
void CheckSignalingThread ()
 
void CheckWorkerThread ()
 

Protected Attributes

rtc::Thread signaling_thread_
 
rtc::Thread worker_thread_
 
Foofoo_
 
std::unique_ptr< FooInterfacefoo_proxy_
 

Additional Inherited Members

- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Constructor & Destructor Documentation

◆ OwnedProxyTest()

webrtc::OwnedProxyTest::OwnedProxyTest ( )
inline

Member Function Documentation

◆ CheckSignalingThread()

void webrtc::OwnedProxyTest::CheckSignalingThread ( )
inline

◆ CheckWorkerThread()

void webrtc::OwnedProxyTest::CheckWorkerThread ( )
inline

Member Data Documentation

◆ foo_

Foo* webrtc::OwnedProxyTest::foo_
protected

◆ foo_proxy_

std::unique_ptr<FooInterface> webrtc::OwnedProxyTest::foo_proxy_
protected

◆ signaling_thread_

rtc::Thread webrtc::OwnedProxyTest::signaling_thread_
protected

◆ worker_thread_

rtc::Thread webrtc::OwnedProxyTest::worker_thread_
protected

The documentation for this class was generated from the following file: