webrtc/test/network
Artem Titov 9dcab80617 Remove stat API from EmulatedEndpoint.
stats() method on EmulatedEndpoint has to be called from network
emulation internal task queue and user has no access to that task queue,
so user can't call this method. Because of that remove it from public
API and keep it only on implementation.

Bug: webrtc:11756
Change-Id: I2fb7256abe94d6900965512f90c6a53a0708a7b0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/180880
Reviewed-by: Tommi <tommi@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31867}
2020-08-06 12:53:33 +00:00
..
BUILD.gn Replace network layer stats struct with interface 2020-07-23 10:07:45 +00:00
cross_traffic_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
cross_traffic.cc Fix for potential infinite loop in TCP traffic simulator. 2020-06-11 13:56:11 +00:00
cross_traffic.h Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
emulated_network_manager.cc Replace network layer stats struct with interface 2020-07-23 10:07:45 +00:00
emulated_network_manager.h Add ability to get network stats from endpoint instance 2020-07-29 08:18:04 +00:00
fake_network_socket_server.cc Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
fake_network_socket_server.h Partly migrate test/ to webrtc::Mutex. 2020-07-08 14:31:00 +00:00
feedback_generator_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
feedback_generator.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
feedback_generator.h Moves ownership of time controller into NetworkEmulationManager. 2020-01-22 11:12:27 +00:00
network_emulation_manager.cc Remove stat API from EmulatedEndpoint. 2020-08-06 12:53:33 +00:00
network_emulation_manager.h Add ability to get network stats from endpoint instance 2020-07-29 08:18:04 +00:00
network_emulation_pc_unittest.cc Moves ownership of time controller into NetworkEmulationManager. 2020-01-22 11:12:27 +00:00
network_emulation_unittest.cc Provide per destination statistic for network outgoing stats 2020-07-31 11:52:13 +00:00
network_emulation.cc Provide per destination statistic for network outgoing stats 2020-07-31 11:52:13 +00:00
network_emulation.h Remove stat API from EmulatedEndpoint. 2020-08-06 12:53:33 +00:00
OWNERS Move network emulation framework under test/network 2019-07-05 11:08:42 +00:00
traffic_route.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
traffic_route.h Move network emulation framework under test/network 2019-07-05 11:08:42 +00:00