Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.hpp65 , mDiagOutputLength(0) in RcpCapsDiag()
147 uint16_t mDiagOutputLength; member in ot::Posix::RcpCapsDiag
Drcp_caps_diag.cpp698 VerifyOrExit(mDiagOutput != nullptr && mDiagOutputLength != 0); in HandleDiagOutput()
699 rval = vsnprintf(mDiagOutput, mDiagOutputLength, aFormat, aArguments); in HandleDiagOutput()
702 rval = (rval > mDiagOutputLength) ? mDiagOutputLength : rval; in HandleDiagOutput()
704 mDiagOutputLength -= rval; in HandleDiagOutput()
744 mDiagOutputLength = sizeof(output); in ProcessSpinelSpeed()