Home
last modified time | relevance | path

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

/external/openthread/tests/unit/
Dtest_mle.cpp50 props = otThreadGetDeviceProperties(instance); in TestDefaultDeviceProperties()
166 … CompareDevicePropertiess(testCase.mDeviceProperties, *otThreadGetDeviceProperties(instance)); in TestLeaderWeightCalculation()
/external/openthread/include/openthread/
Dthread_ftd.h232 const otDeviceProperties *otThreadGetDeviceProperties(otInstance *aInstance);
/external/openthread/src/core/api/
Dthread_ftd_api.cpp80 const otDeviceProperties *otThreadGetDeviceProperties(otInstance *aInstance) in otThreadGetDeviceProperties() function
/external/openthread/src/cli/
Dcli.cpp3772 const otDeviceProperties *props = otThreadGetDeviceProperties(GetInstancePtr()); in Process()