OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
76
self.
_command_list
= []
127
self.
_command_list
.append({'method': method,
135
logging.error('Dumping command list %s', self.
_command_list
)
136
self.
_command_list
= []
697
if len(self.
_command_list
) == 0:
702
if (len(self.
_command_list
) == 1 and
703
self.
_command_list
[0]['method'] == self._power_down_router):
704
self.
_command_list
[0]['method'](*self.
_command_list
[0]['args'])
705
self.
_command_list
.pop(
[
all
...]
Completed in 68 milliseconds