Searched refs:connection_type (Results 1 – 5 of 5) sorted by relevance
2309 def _connection_state_change(_event, target_state, connection_type): argument2310 if connection_type:2316 if cur_type != connection_type:2319 connection_type, connection_type_string_in_event, cur_type)2331 connection_type=None, argument2360 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 …]
77 def is_user_plane_data_type(connection_type): argument78 if connection_type in _ConnectionTables.user_plane_data_type:79 return _ConnectionTables.user_plane_data_type[connection_type]
418 def connection_type(self): member in Cmw500422 @connection_type.setter423 def connection_type(self, ctype): member in Cmw500
191 self.cmw.connection_type = cmw500.ConnectionType.DAU
226 def connection_type(self): member in Cmx500