Home | History | Annotate | Download | only in cros

Lines Matching refs:Backchannel

15 # Flag file used to tell backchannel script it's okay to run.
17 # Backchannel interface name.
19 # Script that handles backchannel heavy lifting.
20 BACKCHANNEL_SCRIPT = '/usr/local/lib/flimflam/test/backchannel'
23 class Backchannel(object):
24 """Wrap backchannel in a context manager so it can be used with with.
27 with backchannel.Backchannel():
29 The backchannel will be torn down whether or not 'block' throws.
53 Enables the backchannel interface.
58 @returns True if the backchannel is already set up, or was set up by
63 # If the backchannel interface is already up there's nothing
97 # Add route using the pre-backchannel gateway.
113 # Remove backchannel file flag so system reverts to normal
121 """Tears down the backchannel."""
145 Checks to see if the backchannel is using an ethernet device.
147 @returns True if the backchannel is using an ethernet device.