Home
last modified time | relevance | path

Searched refs:subscribe_static (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/framework/tests/event/
Ddecorators_test.py23 from acts.event.decorators import subscribe_static
36 @subscribe_static(type)
46 @subscribe_static(type)
90 @subscribe_static(DummyEvent)
Dsubscription_bundle_test.py22 from acts.event.decorators import subscribe_static
138 @subscribe_static(Event)
143 @subscribe_static(Event)
175 @subscribe_static(Event)
Devent_bus_integration_test.py24 from acts.event.decorators import subscribe, subscribe_static
44 @subscribe_static(Event)
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py35 from acts.event.decorators import subscribe_static
50 @subscribe_static(TestCaseBeginEvent)
75 @subscribe_static(TestCaseEndEvent)
97 @subscribe_static(TestCaseBeginEvent)
114 @subscribe_static(TestCaseEndEvent)
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py32 from acts.event.decorators import subscribe_static
597 @subscribe_static(TestClassBeginEvent)
602 @subscribe_static(TestClassEndEvent)
Diperf_client.py34 from acts.event.decorators import subscribe_static
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py27 from acts.event.decorators import subscribe_static
95 @subscribe_static(context.NewContextEvent)
/tools/test/connectivity/acts/framework/acts/event/
Ddecorators.py21 def subscribe_static(event_type, event_filter=None, order=0): function