Searched refs:otThreadGetDeviceRole (Results 1 – 19 of 19) sorted by relevance
359 …settings.mLinkSecurityEnabled = (otThreadGetDeviceRole(GetOtInstance()) != OT_DEVICE_ROLE_DISABLED… in TransmitCallback()997 if (otThreadGetDeviceRole(GetOtInstance()) != OT_DEVICE_ROLE_DISABLED) in LeaveGracefully()1002 assert(otThreadGetDeviceRole(GetOtInstance()) == OT_DEVICE_ROLE_DISABLED); in LeaveGracefully()1085 otDeviceRole role = otThreadGetDeviceRole(GetOtInstance()); in isAttached()
289 otDeviceRole role = otThreadGetDeviceRole(otInstance); in RetrieveTelemetryAtom()
79 return otThreadGetDeviceRole(mInstance); in GetDeviceRole()624 otThreadGetDeviceRole(mInstance) == OT_DEVICE_ROLE_DISABLED) in SetThreadEnabled()
221 VerifyOrQuit(otThreadGetDeviceRole(sInstance) == OT_DEVICE_ROLE_LEADER); in InitTest()1313 while (otThreadGetDeviceRole(sInstance) == OT_DEVICE_ROLE_DETACHED) in TestSrpServerFastStartMode()1318 VerifyOrQuit(otThreadGetDeviceRole(sInstance) == OT_DEVICE_ROLE_LEADER); in TestSrpServerFastStartMode()
223 VerifyOrQuit(otThreadGetDeviceRole(sInstance) == OT_DEVICE_ROLE_LEADER); in InitTest()
555 VerifyOrQuit(otThreadGetDeviceRole(sInstance) == OT_DEVICE_ROLE_LEADER); in InitTest()
228 VerifyOrQuit(otThreadGetDeviceRole(sInstance) == OT_DEVICE_ROLE_LEADER); in InitTest()
1209 VerifyOrQuit(otThreadGetDeviceRole(sInstance) == OT_DEVICE_ROLE_LEADER); in InitTest()
752 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance);
231 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance) in otThreadGetDeviceRole() function
312 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance) in otThreadGetDeviceRole() function
250 node.mRole = GetDeviceRoleName(otThreadGetDeviceRole(mInstance)); in GetNodeInfo()384 role = otThreadGetDeviceRole(mInstance); in GetDataState()713 …VerifyOrExit(otThreadGetDeviceRole(mInstance) == OT_DEVICE_ROLE_DISABLED, error = OTBR_ERROR_INVAL… in SetDataset()
441 switch (otThreadGetDeviceRole(&aInstance)) in GetStateBitmap()
505 return mEncoder.WriteBool(otThreadGetDeviceRole(mInstance) != OT_DEVICE_ROLE_DISABLED); in HandlePropertyGet()516 if (enabled != (otThreadGetDeviceRole(mInstance) != OT_DEVICE_ROLE_DISABLED)) in HandlePropertySet()536 switch (otThreadGetDeviceRole(mInstance)) in HandlePropertyGet()4722 switch (otThreadGetDeviceRole(mInstance)) in ProcessThreadChangedFlags()4734 … if ((otThreadGetDeviceRole(mInstance) == OT_DEVICE_ROLE_LEADER) && otThreadIsSingleton(mInstance)) in ProcessThreadChangedFlags()
2247 if (otThreadGetDeviceRole(mInstance) != OT_DEVICE_ROLE_DISABLED) in HandlePropertySet()
1623 switch (otThreadGetDeviceRole(aInstance)) in GetState()
1236 … settings.mLinkSecurityEnabled = (otThreadGetDeviceRole(aInstance) != OT_DEVICE_ROLE_DISABLED); in processTransmit()
701 otDeviceRole role = otThreadGetDeviceRole(threadHelper->GetInstance()); in GetDeviceRoleHandler()
6448 OutputLine("%s", otThreadDeviceRoleToString(otThreadGetDeviceRole(GetInstancePtr()))); in Process()