Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/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]
Dtel_test_utils.py3974 def _connection_state_change(_event, target_state, connection_type): argument
3975 if connection_type:
3981 if cur_type != connection_type:
3984 connection_type, connection_type_string_in_event, cur_type)
4161 connection_type=None, argument
4190 if not connection_type:
4193 if not is_connected and current_type != connection_type:
4194 ad.log.info("data connection not on %s!", connection_type)
4196 elif is_connected and current_type == connection_type:
4198 connection_type)
[all …]
/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.py207 self.cmw.connection_type = cmw500.ConnectionType.DAU