Home
last modified time | relevance | path

Searched refs:atcom (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/cellular/wardmodem/
Dat_transceiver.py405 for atcom in raw_map:
407 at, args = self._parse_at_command(atcom)
410 action = self._sanitize_wardmodem_action(raw_map[atcom])
499 def _parse_at_command(self, atcom): argument
518 parts = atcom.split('=')
520 self._runtime_error('Parsing error: |%s|' % atcom)
522 return (atcom, ())
534 def _find_wardmodem_action_for_at(self, atcom): argument
554 at, args = self._parse_at_command(atcom)
562 (atcom,))
[all …]
/external/autotest/client/cros/cellular/wardmodem/state_machines/
Drequest_response.py61 def act_on(self, atcom): argument
72 response = self._responses.get(atcom, None)