Searched refs:chameleond_proxy (Results 1 – 1 of 1) sorted by relevance
163 chameleond_proxy = six.moves.xmlrpc_client.ServerProxy(remote, allow_none=True)167 getattr(chameleond_proxy, self._ready_test_name)()172 return chameleond_proxy572 def __init__(self, chameleond_proxy, port_id): argument578 self.chameleond_proxy = chameleond_proxy595 return self.chameleond_proxy.GetConnectorType(self.port_id)603 return self.chameleond_proxy.HasAudioSupport(self.port_id)611 return self.chameleond_proxy.HasVideoSupport(self.port_id)617 self.chameleond_proxy.Plug(self.port_id)623 self.chameleond_proxy.Unplug(self.port_id)[all …]