Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dpower_monitor.py28 _REGISTRY = {} variable
42 if k in _REGISTRY:
43 if v == _REGISTRY[k]:
48 'with %s.' % (k, _REGISTRY[k], v))
49 _REGISTRY[k] = v
53 return _REGISTRY
/tools/test/connectivity/acts/framework/tests/controllers/
Dpower_monitor_test.py38 power_monitor._REGISTRY = {}