Home
last modified time | relevance | path

Searched refs:get_active_dataset (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/tools/otci/otci/
H A Dotci.py1725 def dataset_init_buffer(self, get_active_dataset=False, get_pending_dataset=False): argument
1727 if get_active_dataset and get_pending_dataset:
1730 if get_active_dataset:
/aosp_15_r20/external/openthread/tools/otci/tests/
H A Dtest_otci.py322 leader.dataset_init_buffer(get_active_dataset=True)