Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Ddataset_api.cpp92 otError otDatasetSetPending(otInstance *aInstance, const otOperationalDataset *aDataset) in otDatasetSetPending() function
/external/openthread/include/openthread/
Ddataset.h452 otError otDatasetSetPending(otInstance *aInstance, const otOperationalDataset *aDataset);
/external/openthread/src/cli/
Dcli_dataset.cpp283 error = otDatasetSetPending(GetInstancePtr(), &sDataset); in Process()
866 SuccessOrExit(error = otDatasetSetPending(GetInstancePtr(), &datasetInfo)); in Process()
/external/openthread/src/ncp/
Dncp_base_mtd.cpp1644 error = otDatasetSetPending(mInstance, &dataset); in HandlePropertySet()