Searched refs:otThreadIsSingleton (Results 1 – 4 of 4) sorted by relevance
263 bool otThreadIsSingleton(otInstance *aInstance);
398 bool otThreadIsSingleton(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mle::MleRouter>(… in otThreadIsSingleton() function
4605 … if ((otThreadGetDeviceRole(mInstance) == OT_DEVICE_ROLE_LEADER) && otThreadIsSingleton(mInstance)) in ProcessThreadChangedFlags()
7367 OutputLine(otThreadIsSingleton(GetInstancePtr()) ? "true" : "false"); in Process()