Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500.py190 def connection_type(self): member in Cmx500
194 @connection_type.setter
195 def connection_type(self, ctype): member in Cmx500
Dcmw500.py418 def connection_type(self): member in Cmw500
422 @connection_type.setter
423 def connection_type(self, ctype): member in Cmw500
Dcmw500_cellular_simulator.py207 self.cmw.connection_type = cmw500.ConnectionType.DAU
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_lookup_tables.py77 def is_user_plane_data_type(connection_type): argument
78 if connection_type in _ConnectionTables.user_plane_data_type:
79 return _ConnectionTables.user_plane_data_type[connection_type]