Home
last modified time | relevance | path

Searched defs:OTCI (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/tools/otci/tests/
H A Dtest_otci.py340 def _test_otci_dns(self, client: OTCI, server: OTCI):
370 def _test_otci_srp(self, client: OTCI, server: OTCI):
502 def _test_otci_srp_remove(self, client: OTCI, server: OTCI):
/aosp_15_r20/external/openthread/tools/cp-caps/
H A Drcp_caps_test.py169 def __run_link_metrics_test_commands(self, initiator: OTCI, subject_address: Ip6Addr) -> bool:
/aosp_15_r20/external/openthread/tools/otci/otci/
H A Dotci.py44 class OTCI(object): class