webrtc/test/time_controller
Bjorn A Mellem c4f865413a Add TimeController to api/test/ and add a CreateTimeController API.
Creates an abstraction for an "alarm clock" which can schedule
time-controller callbacks and exposes a time controller driven by
an external alarm.

Bug: webrtc:9719
Change-Id: I08c2aa9dba25603043bfba48f55c925716a55bae
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158969
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Commit-Queue: Bjorn Mellem <mellem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29879}
2019-11-22 17:07:23 +00:00
..
BUILD.gn Add TimeController to api/test/ and add a CreateTimeController API. 2019-11-22 17:07:23 +00:00
external_time_controller.cc Add TimeController to api/test/ and add a CreateTimeController API. 2019-11-22 17:07:23 +00:00
external_time_controller.h Add TimeController to api/test/ and add a CreateTimeController API. 2019-11-22 17:07:23 +00:00
external_time_controller_unittest.cc Add TimeController to api/test/ and add a CreateTimeController API. 2019-11-22 17:07:23 +00:00
real_time_controller.cc Add TimeController to api/test/ and add a CreateTimeController API. 2019-11-22 17:07:23 +00:00
real_time_controller.h Add TimeController to api/test/ and add a CreateTimeController API. 2019-11-22 17:07:23 +00:00
simulated_time_controller.cc Add TimeController to api/test/ and add a CreateTimeController API. 2019-11-22 17:07:23 +00:00
simulated_time_controller.h Add TimeController to api/test/ and add a CreateTimeController API. 2019-11-22 17:07:23 +00:00
simulated_time_controller_unittest.cc Cleaning up C++14 move into lambda TODOs. 2019-09-17 19:18:26 +00:00