Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dthread.h74 } otDeviceRole; typedef
712 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance);
722 const char *otThreadDeviceRoleToString(otDeviceRole aRole);
Dhistory_tracker.h87 otDeviceRole mRole; ///< Device Role.
/openthread-2.7.6/src/core/api/
Dthread_api.cpp332 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance) in otThreadGetDeviceRole()
336 return static_cast<otDeviceRole>(instance.Get<Mle::MleRouter>().GetRole()); in otThreadGetDeviceRole()
339 const char *otThreadDeviceRoleToString(otDeviceRole aRole) in otThreadDeviceRoleToString()
Dlink_raw_api.cpp249 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance) in otThreadGetDeviceRole()
/openthread-2.7.6/src/core/utils/
Dhistory_tracker.cpp65 entry->mRole = static_cast<otDeviceRole>(Get<Mle::Mle>().GetRole()); in RecordNetworkInfo()