Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
Ddo_nothing_forwarder.py32 return DoNothingForwarder(port_pairs)
35 class DoNothingForwarder(forwarders.Forwarder): class
45 super(DoNothingForwarder, self).__init__(port_pairs)
Ddo_nothing_forwarder_unittest.py12 class TestDoNothingForwarder(do_nothing_forwarder.DoNothingForwarder):
23 class TestErrorDoNothingForwarder(do_nothing_forwarder.DoNothingForwarder):
Dcros_forwarder.py22 return do_nothing_forwarder.DoNothingForwarder(port_pairs)