HomeSort by relevance Sort by last modified time
    Searched refs:_command_list (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/cros/ap_configurators/
static_ap_configurator.py 39 self._command_list = list()
104 self._command_list.append(CartridgeCmd(
112 self._command_list.append(CartridgeCmd(
132 """Allow cartridge to run commands in _command_list"""
134 for command in self._command_list:
140 self._command_list = list()
dynamic_ap_configurator.py 78 self._command_list = []
129 self._command_list.append({'method': method,
137 logging.error('Dumping command list %s', self._command_list)
138 self._command_list = []
760 if len(self._command_list) == 0:
764 if (len(self._command_list) == 1 and
765 self._command_list[0]['method'] == self._power_down_router):
766 self._command_list[0]['method'](*self._command_list[0]['args'])
767 self._command_list.pop(
    [all...]

Completed in 493 milliseconds