Lines Matching defs:self
66 def __init__(self, ip, port, username, password): argument
75 def __connect(self): argument
93 def close(self): argument
98 def bash(self, cmd, timeout): argument
117 def log(self, fmt, *args): argument
127 def __init__(self, port, baudrate): argument
170 def log(self, fmt, *args): argument
177 def close(self): argument
180 def bash(self, cmd, timeout=10): argument
206 def __bashExpect(self, expected, timeout=20, endswith=False): argument
232 def __bashRead(self, timeout=1): argument
249 def __bashReadLine(self, timeout=1): argument
268 def __bashGetNextLine(self): argument
281 def __bashWrite(self, data): argument
285 def __bashClearLines(self): argument
291 def __bashWriteLine(self, line): argument
301 def _getHandle(self): argument
307 def _connect(self): argument
317 def _disconnect(self): argument
322 def _deviceBeforeReset(self): argument
333 def _deviceAfterReset(self): argument
341 def __enableAcceptRa(self): argument
344 def _beforeRegisterMulticast(self, sAddr='ff04::1234:777a:1', timeout=300): argument
360 def setupHost(self, setDp=False, setDua=False): argument
370 def _deviceEscapeEscapable(self, string): argument
382 def bash(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT, sudo=True): argument
385 def bash_unwatched(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT, sudo=True): argument
393 def send_udp(self, interface, dst, port, payload): argument
407 def mldv2_query(self): argument
415 def ip_neighbors_flush(self): argument
425 def ip_neighbors_add(self, addr, lladdr, nud='noarp'): argument
432 def get_eth_ll(self): argument
438 def ping(self, strDestination, ilength=0, hop_limit=5, timeout=5): argument
467 def multicast_Ping(self, destination, length=20): argument
487 def getGUA(self, filterByPrefix=None, eth=False): argument
505 def __getEthGUA(self, filterByPrefix=None): argument
535 def _cliReadLine(self): argument
546 def _deviceGetEtherMac(self): argument
552 def _onCommissionStart(self): argument
558 def _onCommissionStop(self): argument
563 def __startRadvdService(self, setDp=False): argument
598 def __stopRadvdService(self): argument
602 def __readSyslogToCli(self): argument
623 def _cliWriteLine(self, line): argument
631 def _restartAgentService(self): argument
635 def __truncateSyslog(self): argument
638 def __dumpSyslog(self): argument
645 def get_eth_addrs(self): argument
651 def mdns_query(self, service='_meshcop._udp.local', addrs_allowlist=(), addrs_denylist=()): argument
668 def _mdns_query_impl(self, service, find_active): argument
688 def powerDown(self): argument
696 def powerUp(self): argument
704 def forceSetSlaac(self, slaacAddress): argument
709 def stopListeningToAddr(self, sAddr): argument
720 def stopListeningToAddrAll(self): argument
724 def deregisterMulticast(self, sAddr): argument
736 def _waitBorderRoutingStabilize(self): argument