Home
last modified time | relevance | path

Searched refs:create_from_static (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/tests/event/
Dsubscription_bundle_test.py158 bundle = subscription_bundle.create_from_static(cls)
183 bundle = subscription_bundle.create_from_static(
Devent_bus_integration_test.py75 bundle = subscription_bundle.create_from_static(TestClass)
/tools/test/connectivity/acts/framework/acts/event/
Ddecorators.py55 subscription_bundle.create_from_static(decorated).register()
Dsubscription_bundle.py103 def create_from_static(obj): function