Searched defs:IsFullThreadDevice (Results 1 – 3 of 3) sorted by relevance
389 bool IsFullThreadDevice(void) const { return (mMode & kModeFullThreadDevice) != 0; } in IsFullThreadDevice() function in ot::Mle::DeviceMode
355 bool IsFullThreadDevice(void) const { return GetDeviceMode().IsFullThreadDevice(); } in IsFullThreadDevice() function in ot::Neighbor
320 bool IsFullThreadDevice(void) const { return mDeviceMode.IsFullThreadDevice(); } in IsFullThreadDevice() function in ot::Mle::Mle