webrtc/api/task_queue
Florent Castelli e87ec28b80 Add checks for api/test mocks to make sure they're complete
Also unifies the mock inheritance if they inherited from a ref counted
interface:
 - it should only inherit from the interface
 - it should use make_ref_counted

Bug: webrtc:14594
Change-Id: I7b0514b632ccd0798028b50f19812ac0a196e13c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262423
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38602}
2022-11-10 12:47:31 +00:00
..
test Add checks for api/test mocks to make sure they're complete 2022-11-10 12:47:31 +00:00
BUILD.gn Enable Chromium's rtc::ThreadWrapper to use TaskQueueTest. 2022-09-19 15:40:19 +00:00
default_task_queue_factory.h Reland "Add TaskQueueStdlib experiment." 2022-08-29 10:48:42 +00:00
default_task_queue_factory_gcd.cc Reland "Add TaskQueueStdlib experiment." 2022-08-29 10:48:42 +00:00
default_task_queue_factory_libevent.cc Reland "Add TaskQueueStdlib experiment." 2022-08-29 10:48:42 +00:00
default_task_queue_factory_stdlib.cc Reland "Add TaskQueueStdlib experiment." 2022-08-29 10:48:42 +00:00
default_task_queue_factory_stdlib_or_libevent_experiment.cc Reland "Add TaskQueueStdlib experiment." 2022-08-29 10:48:42 +00:00
default_task_queue_factory_unittest.cc Test default TaskQueue implementation via TaskQueueBase interface 2019-02-26 14:01:45 +00:00
default_task_queue_factory_win.cc Reland "Add TaskQueueStdlib experiment." 2022-08-29 10:48:42 +00:00
DEPS Move to_queued_task.h and pending_task_safety_flag.h into public API 2022-06-17 09:20:39 +00:00
pending_task_safety_flag.cc Move to_queued_task.h and pending_task_safety_flag.h into public API 2022-06-17 09:20:39 +00:00
pending_task_safety_flag.h Introduce helper to guard an invocable with a safety flag 2022-07-05 15:45:23 +00:00
pending_task_safety_flag_unittest.cc Remove rtc::Location from SendTask test helper 2022-08-11 12:55:32 +00:00
task_queue_base.cc Delete QueuedTask and ToQueuedTask as no longer needed 2022-08-09 11:11:26 +00:00
task_queue_base.h Delete QueuedTask and ToQueuedTask as no longer needed 2022-08-09 11:11:26 +00:00
task_queue_factory.h Drop support for link-time injection of the rtc::TaskQueue::Impl 2019-02-27 10:07:34 +00:00
task_queue_test.cc Reland "Add TaskQueueStdlib experiment." 2022-08-29 10:48:42 +00:00
task_queue_test.h Reland "Add TaskQueueStdlib experiment." 2022-08-29 10:48:42 +00:00