Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_lookup_tables.py73 def is_user_plane_data_type(connection_type): argument
74 if connection_type in _ConnectionTables.user_plane_data_type:
75 return _ConnectionTables.user_plane_data_type[connection_type]
Dtel_test_utils.py2441 def _connection_state_change(_event, target_state, connection_type): argument
2442 if connection_type:
2448 if cur_type != connection_type:
2451 connection_type, connection_type_string_in_event, cur_type)
2624 connection_type=None, argument
2653 if not connection_type:
2656 if not is_connected and current_type != connection_type:
2657 ad.log.info("data connection not on %s!", connection_type)
2659 elif is_connected and current_type == connection_type:
2661 connection_type)
[all …]