Home
last modified time | relevance | path

Searched refs:otDeviceProperties (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/unit/
Dtest_mle.cpp44 const otDeviceProperties *props; in TestDefaultDeviceProperties()
86 void CompareDevicePropertiess(const otDeviceProperties &aFirst, const otDeviceProperties &aSecond) in CompareDevicePropertiess()
103 otDeviceProperties mDeviceProperties; in TestLeaderWeightCalculation()
/openthread-latest/include/openthread/
Dthread_ftd.h216 typedef struct otDeviceProperties struct
223 } otDeviceProperties; typedef
232 const otDeviceProperties *otThreadGetDeviceProperties(otInstance *aInstance);
242 void otThreadSetDeviceProperties(otInstance *aInstance, const otDeviceProperties *aDeviceProperties…
/openthread-latest/src/core/thread/
Dmle_types.hpp314 class DeviceProperties : public otDeviceProperties, public Clearable<DeviceProperties>
711 DefineCoreType(otDeviceProperties, Mle::DeviceProperties);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp80 const otDeviceProperties *otThreadGetDeviceProperties(otInstance *aInstance) in otThreadGetDeviceProperties()
85 void otThreadSetDeviceProperties(otInstance *aInstance, const otDeviceProperties *aDeviceProperties) in otThreadSetDeviceProperties()
/openthread-latest/src/cli/
Dcli.cpp3723 const otDeviceProperties *props = otThreadGetDeviceProperties(GetInstancePtr()); in Process()
3756 otDeviceProperties props; in Process()