Home
last modified time | relevance | path

Searched refs:mCoapQueue (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/instance/
Dinstance.cpp494 Get<Tmf::Agent>().GetRequestMessages().GetInfo(aInfo.mCoapQueue); in GetBufferInfo()
495 Get<Tmf::Agent>().GetCachedResponses().GetInfo(aInfo.mCoapQueue); in GetBufferInfo()
/openthread-latest/include/openthread/
Dmessage.h385 otMessageQueueInfo mCoapQueue; ///< Info about CoAP/TMF send queue. member
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2812 SuccessOrExit(error = mEncoder.WriteUint16(bufferInfo.mCoapQueue.mNumMessages)); in HandlePropertyGet()
2813 SuccessOrExit(error = mEncoder.WriteUint16(bufferInfo.mCoapQueue.mNumBuffers)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp1162 {&otBufferInfo::mCoapQueue, "coap"}, in Process()