Searched refs:set_network_thread (Results 1 – 2 of 2) sorted by relevance
127 EXPECT_TRUE(cm_->set_network_thread(network_.get())); in TEST_F()134 EXPECT_FALSE(cm_->set_network_thread(rtc::Thread::Current())); in TEST_F()189 EXPECT_TRUE(cm_->set_network_thread(network_.get())); in TEST_F()
63 bool set_network_thread(rtc::Thread* thread) { in set_network_thread() function