Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dsession.cpp901 int tobeReadLen = static_cast<int>(payloadHeadSize); in OnRead() local
902 if (bufLen - packetHeadSize < tobeReadLen) { in OnRead()
909 ret = packetHeadSize + tobeReadLen; in OnRead()