Home
last modified time | relevance | path

Searched refs:otDatasetGetActiveTlvs (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/api/
Ddataset_api.cpp50 otError otDatasetGetActiveTlvs(otInstance *aInstance, otOperationalDatasetTlvs *aDataset) in otDatasetGetActiveTlvs() function
/openthread-latest/include/openthread/
Ddataset.h347 otError otDatasetGetActiveTlvs(otInstance *aInstance, otOperationalDatasetTlvs *aDataset);
/openthread-latest/src/cli/
Dcli_dataset.cpp646 error = otDatasetGetActiveTlvs(GetInstancePtr(), &sDatasetTlvs); in Process()
703 SuccessOrExit(error = otDatasetGetActiveTlvs(GetInstancePtr(), &dataset)); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1377 if (otDatasetGetActiveTlvs(mInstance, &dataset) != OT_ERROR_NONE) in HandlePropertyGet()