Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetdata.h146 otError otNetDataGet(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength);
/openthread-latest/src/core/api/
Dnetdata_api.cpp40 otError otNetDataGet(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDataLength) in otNetDataGet() function
/openthread-latest/src/cli/
Dcli_network_data.cpp723 error = otNetDataGet(GetInstancePtr(), false, data, &len); in OutputBinary()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp740 IgnoreError(otNetDataGet(mInstance, in HandlePropertyGet()
752 IgnoreError(otNetDataGet(mInstance, in HandlePropertyGet()