Home
last modified time | relevance | path

Searched refs:mIsInUse (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base.cpp827 if (entry->mIsInUse && (entry->mIid == iid) && (entry->mTid == tid)) in EnqueueResponse()
832 entry->mIsInUse = false; in EnqueueResponse()
844 entry->mIsInUse = true; in EnqueueResponse()
862 if (entry.mIsInUse) in SendQueuedResponses()
885 entry.mIsInUse = false; in SendQueuedResponses()
Dncp_base.hpp252 bool mIsInUse : 1; ///< `true` if this entry is in use, `false` otherwise. member