Home
last modified time | relevance | path

Searched refs:mTotalBytes (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dmessage.h363 uint32_t mTotalBytes; ///< Total number of bytes used by all messages in the queue. member
/openthread-latest/src/core/common/
Dmessage.cpp951 aInfo.mTotalBytes += message.GetLength(); in GetInfo()
1100 aInfo.mTotalBytes += message.GetLength(); in GetInfo()
/openthread-latest/src/cli/
Dcli.cpp1182 … (bufferInfo.*info.mQueuePtr).mNumBuffers, ToUlong((bufferInfo.*info.mQueuePtr).mTotalBytes)); in Process()