Home
last modified time | relevance | path

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

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