Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/
Dpeer_configurer.h47 : components_(std::make_unique<InjectableComponents>(network_thread, in PeerConfigurerImpl()
179 InjectableComponents* components() { return components_.get(); } in components()
185 std::unique_ptr<InjectableComponents> ReleaseComponents() { in ReleaseComponents()
208 std::unique_ptr<InjectableComponents> components_;
Dpeer_connection_quality_test_params.h81 struct InjectableComponents { struct
82 explicit InjectableComponents(rtc::Thread* network_thread, in InjectableComponents() argument
Dtest_peer_factory.cc48 void SetMandatoryEntities(InjectableComponents* components, in SetMandatoryEntities()
295 std::unique_ptr<InjectableComponents> components = in CreateTestPeer()