Searched refs:mFullThreadDevice (Results 1 – 17 of 17) sorted by relevance
/external/ot-br-posix/tests/gtest/ |
D | test_dbus_message.cpp | 79 … aLhs.mRxOnWhenIdle == aRhs.mRxOnWhenIdle && aLhs.mFullThreadDevice == aRhs.mFullThreadDevice && in operator ==() 90 …aLhs.mFullThreadDevice == aRhs.mFullThreadDevice && aLhs.mFullNetworkData == aRhs.mFullNetworkData… in operator ==()
|
/external/openthread/src/core/utils/ |
D | history_tracker.cpp | 196 entry->mFullThreadDevice = aInfo.mInfo.mChild.mFullThreadDevice; in RecordNeighborEvent() 207 entry->mFullThreadDevice = aInfo.mInfo.mRouter.mFullThreadDevice; in RecordNeighborEvent()
|
/external/ot-br-posix/src/dbus/common/ |
D | types.hpp | 453 bool mFullThreadDevice; ///< Full Thread Device member 472 bool mFullThreadDevice; ///< Full Thread Device member
|
D | dbus_message_helper_openthread.cpp | 375 … aChildInfo.mMessageErrorRate, aChildInfo.mRxOnWhenIdle, aChildInfo.mFullThreadDevice, in DBusMessageEncode() 392 … aChildInfo.mMessageErrorRate, aChildInfo.mRxOnWhenIdle, aChildInfo.mFullThreadDevice, in DBusMessageExtract() 410 … aNeighborInfo.mFullThreadDevice, aNeighborInfo.mFullNetworkData, aNeighborInfo.mIsChild); in DBusMessageEncode() 427 … aNeighborInfo.mFullThreadDevice, aNeighborInfo.mFullNetworkData, aNeighborInfo.mIsChild); in DBusMessageExtract()
|
/external/openthread/include/openthread/ |
D | history_tracker.h | 179 bool mFullThreadDevice : 1; ///< Full Thread Device. member
|
D | thread_ftd.h | 73 bool mFullThreadDevice : 1; ///< Full Thread Device member
|
D | thread.h | 110 bool mFullThreadDevice : 1; ///< Full Thread Device member
|
/external/openthread/src/core/thread/ |
D | neighbor.cpp | 101 mFullThreadDevice = aNeighbor.IsFullThreadDevice(); in SetFrom()
|
D | child.cpp | 62 mFullThreadDevice = aChild.IsFullThreadDevice(); in SetFrom()
|
/external/openthread/src/cli/ |
D | cli_history.cpp | 404 mode.mDeviceType = info->mFullThreadDevice; in Process()
|
D | cli.cpp | 1832 OutputFormat("|%1d", childInfo.mFullThreadDevice); in Process() 1891 linkMode.mDeviceType = childInfo.mFullThreadDevice; in Process() 1892 linkMode.mNetworkData = childInfo.mFullThreadDevice; in Process() 4511 OutputFormat("|%1d", neighborInfo.mFullThreadDevice); in Process()
|
/external/ot-br-posix/src/dbus/server/ |
D | dbus_thread_object_rcp.cpp | 1050 info.mFullThreadDevice = childInfo.mFullThreadDevice; in GetChildTableHandler() 1087 info.mFullThreadDevice = neighborInfo.mFullThreadDevice; in GetNeighborTableHandler()
|
/external/ot-br-posix/src/android/ |
D | otdaemon_telemetry.cpp | 492 topoEntryFlags |= ((neighborInfo.mFullThreadDevice ? 1 : 0) << 1); in RetrieveTelemetryAtom()
|
/external/openthread/src/ncp/ |
D | ncp_base_ftd.cpp | 68 …LinkFlagsToFlagByte(aChildInfo.mRxOnWhenIdle, aChildInfo.mFullThreadDevice, aChildInfo.mFullNetwor… in EncodeChildInfo()
|
D | ncp_base_mtd.cpp | 193 modeFlags = LinkFlagsToFlagByte(aNeighborInfo.mRxOnWhenIdle, aNeighborInfo.mFullThreadDevice, in EncodeNeighborInfo()
|
/external/ot-br-posix/src/utils/ |
D | thread_helper.cpp | 1307 topoEntry->set_full_function(neighborInfo.mFullThreadDevice); in RetrieveTelemetryData()
|
/external/ot-br-posix/src/openwrt/ubus/ |
D | otubus.cpp | 826 if (neighborInfo.mFullThreadDevice) in UbusNeighborHandlerDetail()
|