Searched defs:DisconnectMachine (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
H A Ddisconnect_machine.py12 class DisconnectMachine(state_machine.StateMachine): class in inherits:state_machine.StateMachine
14 DisconnectMachine handles the state transitions involved in bringing the
20 super(DisconnectMachine, self).__init__(modem)
28 logging.info('DisconnectMachine: Modem state is CONNECTED.')
29 logging.info('DisconnectMachine: Setting state to DISCONNECTING.')
37 logging.info('DisconnectMachine: Modem state is DISCONNECTING.')
50 logging.error('DisconnectMachine: Failed to disconnect: ' + str(e))
56 logging.info('DisconnectMachine: Setting state to REGISTERED.')
60 logging.info('DisconnectMachine: Calling return callback.')
68 DisconnectMachine
[all...]

Completed in 133 milliseconds