Home
last modified time | relevance | path

Searched refs:register_static_subscriptions (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/tests/event/
Ddecorators_test.py21 from acts.event.decorators import register_static_subscriptions
79 returned_value = register_static_subscriptions(obj)
85 @register_static_subscriptions
/tools/test/connectivity/acts/framework/acts/event/
Ddecorators.py46 def register_static_subscriptions(decorated): function