Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_data_utils.py2309 def _connection_state_change(_event, target_state, connection_type): argument
2310 if connection_type:
2316 if cur_type != connection_type:
2319 connection_type, connection_type_string_in_event, cur_type)
2331 connection_type=None, argument
2360 if not connection_type:
2363 if not is_connected and current_type != connection_type:
2364 ad.log.info("data connection not on %s!", connection_type)
2366 elif is_connected and current_type == connection_type:
2368 connection_type)
[all …]
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]
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
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.py191 self.cmw.connection_type = cmw500.ConnectionType.DAU
Dcmx500.py226 def connection_type(self): member in Cmx500