Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddataset_api.cpp90 otError otDatasetSetPendingTlvs(otInstance *aInstance, const otOperationalDatasetTlvs *aDataset) in otDatasetSetPendingTlvs() function
/openthread-latest/include/openthread/
Ddataset.h447 otError otDatasetSetPendingTlvs(otInstance *aInstance, const otOperationalDatasetTlvs *aDataset);
/openthread-latest/src/cli/
Dcli_dataset.cpp795 error = otDatasetSetPendingTlvs(GetInstancePtr(), &sDatasetTlvs); in Process()
1134 error = otDatasetSetPendingTlvs(GetInstancePtr(), &datasetTlvs); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1704 SuccessOrExit(error = otDatasetSetPendingTlvs(mInstance, &dataset)); in HandlePropertySet()