Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddataset_api.cpp76 otError otDatasetGetPendingTlvs(otInstance *aInstance, otOperationalDatasetTlvs *aDataset) in otDatasetGetPendingTlvs() function
/openthread-latest/include/openthread/
Ddataset.h421 otError otDatasetGetPendingTlvs(otInstance *aInstance, otOperationalDatasetTlvs *aDataset);
/openthread-latest/src/cli/
Dcli_dataset.cpp650 error = otDatasetGetPendingTlvs(GetInstancePtr(), &sDatasetTlvs); in Process()
727 SuccessOrExit(error = otDatasetGetPendingTlvs(GetInstancePtr(), &datasetTlvs)); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1388 if (otDatasetGetPendingTlvs(mInstance, &dataset) != OT_ERROR_NONE) in HandlePropertyGet()