Home
last modified time | relevance | path

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

/openthread-latest/tests/toranj/ncp/
Dtest-029-data-poll-interval.py67 child_timeout = int(child.get(wpan.WPAN_THREAD_CHILD_TIMEOUT), 0) * 1000 variable
/openthread-latest/tools/harness-automation/autothreadharness/
Dopen_thread_controller.py348 def child_timeout(self): member in OpenThreadController
353 def child_timeout(self, value): member in OpenThreadController
Dharness_case.py146 child_timeout = settings.THREAD_CHILD_TIMEOUT variable in HarnessCase