Searched refs:start_command (Results 1 – 3 of 3) sorted by relevance
65 def pass_on_init(start_command): argument66 if not start_command == rpc_connection.Sl4aConnectionCommand.INIT:68 'Must call "init". Called "%s" instead.' % start_command)80 def pass_on_continue(start_command): argument81 if start_command != rpc_connection.Sl4aConnectionCommand.CONTINUE:83 start_command)
72 start_command = Sl4aConnectionCommand.CONTINUE74 start_command = Sl4aConnectionCommand.INIT76 self._initiate_handshake(start_command)78 def _initiate_handshake(self, start_command): argument85 resp = self._cmd(start_command)
1167 start_command = {1193 start_command[reboot_or_apm][str(slot)][rat],1208 start_command['reboot'] = {1216 'start': start_command[reboot_or_apm][str(slot)][rat],