Home
last modified time | relevance | path

Searched refs:otDatasetGetPending (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/src/core/api/
Ddataset_api.cpp74 otError otDatasetGetPending(otInstance *aInstance, otOperationalDataset *aDataset) in otDatasetGetPending() function
/openthread-3.6.0/include/openthread/
Ddataset.h429 otError otDatasetGetPending(otInstance *aInstance, otOperationalDataset *aDataset);
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp1369 IgnoreError(otDatasetGetPending(mInstance, &dataset)); in HandlePropertyGet()