Searched refs:strDestinationAddr (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/tools/harness-thci/ |
D | OpenThread.py | 2092 def diagnosticGet(self, strDestinationAddr, listTLV_ids=()): argument 2100 strDestinationAddr, 2107 def diagnosticReset(self, strDestinationAddr, listTLV_ids=()): argument 2115 strDestinationAddr, 2122 def diagnosticQuery(self, strDestinationAddr, listTLV_ids=()): argument 2123 self.diagnosticGet(strDestinationAddr, listTLV_ids)
|
D | OpenThread_WpanCtl.py | 1989 def diagnosticGet(self, strDestinationAddr, listTLV_ids=[]): argument 1992 def diagnosticQuery(self, strDestinationAddr, listTLV_ids=[]): argument 1994 self.diagnosticGet(strDestinationAddr, listTLV_ids) 1996 def diagnosticReset(self, strDestinationAddr, listTLV_ids=[]): argument
|