Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddataset_api.cpp118 otError otDatasetSendMgmtPendingGet(otInstance *aInstance, in otDatasetSendMgmtPendingGet() function
/openthread-latest/include/openthread/
Ddataset.h500 otError otDatasetSendMgmtPendingGet(otInstance *aInstance,
/openthread-latest/src/cli/
Dcli_dataset.cpp973 …error = otDatasetSendMgmtPendingGet(GetInstancePtr(), &datasetComponents, tlvs.mTlvs, tlvs.mLength, in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1800 …error = otDatasetSendMgmtPendingGet(mInstance, &dataset.mComponents, extraTlvs, extraTlvsLength, d… in HandlePropertySet()