Searched defs:child_timeout (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/tests/toranj/ncp/ | ||
D | test-029-data-poll-interval.py | 67 child_timeout = int(child.get(wpan.WPAN_THREAD_CHILD_TIMEOUT), 0) * 1000 variable |
/openthread-latest/tools/harness-automation/autothreadharness/ | ||
D | open_thread_controller.py | 348 def child_timeout(self): member in OpenThreadController |
D | harness_case.py | 146 child_timeout = settings.THREAD_CHILD_TIMEOUT variable in HarnessCase |