Home
last modified time | relevance | path

Searched refs:discover (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py176 def discover( function
241 discovered = unittest.defaultTestLoader.discover('cases', pattern)
243 discovered = unittest.defaultTestLoader.discover('cases_R140', pattern)
410 result = discover(**args)
419 result = discover(
/openthread-latest/tests/toranj/
Dstart.sh160 run cli/test-702-multi-radio-discover-by-rx.py
163 run cli/test-705-multi-radio-discover-scan.py
224 run ncp/test-705-multi-radio-discover-scan.py
233 run ncp/test-005-discover-scan.py
/openthread-latest/tools/tcat_ble_client/ble/
Dble_scanner.py48 … devices_dict = await scanner.discover(return_adv=True, service_uuids=[BBTC_SERVICE_UUID.lower()])
/openthread-latest/src/cli/
DREADME_SRP.md86 …e auto-start mode on the client which then monitors the network data to discover available SRP ser…
DREADME.md48 - [discover](#discover-channel)
1268 ### discover \[channel\]
1272 - channel: The channel to discover on. If no channel is provided, the discovery will cover all vali…
1275 > discover
2202 Parameters are optional and indicate additional items to discover. Can be added in any order.
2204 - `ip6-addrs` to discover the list of IPv6 addresses of every router.
2205 - `children` to discover the child table of every router.
/openthread-latest/tools/otci/tests/
Dtest_otci.py273 logging.info('discover: %r', leader.discover())
611 logging.info("child1 discover: %r", child1.discover())
/openthread-latest/tools/otci/otci/
Dotci.py284 def discover(self, channel: Optional[int] = None) -> List[Dict[str, Any]]: member in OTCI