Lines Matching refs:connect
117 """Force PD disconnect/connect via drp settings
126 """Force PD disconnect/connect using Plankton fw command
202 A PD console device doesn't have an explicit connect/disconnect
217 # Force state will be the opposite of current connect state
234 # the role swap verifies that a disconnect/connect sequence occurred.
242 connect = self.pr_swap()
243 if connect == False:
245 return connect
252 connect = self.is_connected()
253 logging.info('Disconnect = %r, Connect = %r', disconnect, connect)
254 return bool(disconnect and connect)
303 was acknowledged by its port pair. The connect state should
324 console ouput is scanned for HARD RST TX. In addition, the connect
458 Utilize Plankton disconnect/connect utility and verify
470 connect = self.is_connected()
471 return disconnect and connect