OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disconnectmachine
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/cellular/pseudomodem/
disconnect_machine.py
12
class
DisconnectMachine
(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
._HandleConnectedState
[
all
...]
pm_constants.py
25
STATE_MACHINE_DISCONNECT = '
DisconnectMachine
'
state_machine_factory.py
93
machine = disconnect_machine.
DisconnectMachine
(*args, **kwargs)
Completed in 74 milliseconds