Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/
Dpeer_connection_quality_test.cc237 bob_ = test_peer_factory.CreateTestPeer( in Run()
268 bob_->params()->name.value()}, in Run()
282 if (bob_->params()->rtc_event_log_path) { in Run()
284 bob_->params()->rtc_event_log_path.value()); in Run()
285 bob_->pc()->StartRtcEventLog(std::move(bob_rtc_event_log), in Run()
298 << " is calling to " << *bob_->params()->name << "..."; in Run()
308 {*bob_->params()->name, bob_.get()}}); in Run()
361 bob_->DetachAecDump(); in Run()
385 bob_ = nullptr; in Run()
437 if (bob_->params()->audio_config) { in SetupCallOnSignalingThread()
[all …]
Dpeer_connection_quality_test.h123 std::unique_ptr<TestPeer> bob_; variable