Searched refs:GetMaxBufSize (Results 1 – 9 of 9) sorted by relevance
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | base.cpp | 20 std::vector<char> args(GetMaxBufSize()); in StringFormat() 21 …const int retSize = vsnprintf_s(args.data(), GetMaxBufSize(), GetMaxBufSize() - 1, formater, vaArg… in StringFormat()
|
| D | base.h | 31 inline int GetMaxBufSize() in GetMaxBufSize() function
|
| /developtools/hdc/src/common/ |
| D | base.h | 49 int GetMaxBufSize(); 156 inline int GetMaxBufSize() in GetMaxBufSize() function
|
| D | file_descriptor.cpp | 194 int readMax = Base::GetMaxBufSize() * 1.2; in LoopReadOnThread()
|
| D | transfer.cpp | 236 Base::GetMaxBufSize() * thisClass->maxTransferBufFactor); in OnFileIO() 667 …int ioRet = SimpleFileIO(context, context->indexIO, nullptr, Base::GetMaxBufSize() * maxTransferBu… in CommandDispatch()
|
| D | base.cpp | 322 const int size = GetMaxBufSize(); in AllocBufferCallback() 1357 std::vector<char> args(GetMaxBufSize()); in StringFormat() 1358 … const int retSize = vsnprintf_s(args.data(), GetMaxBufSize(), args.size() - 1, formater, vaArgs); in StringFormat()
|
| D | channel.cpp | 361 Base::ReallocBuf(&context->ioBuf, &context->bufSize, Base::GetMaxBufSize() * 4); in AllocCallback()
|
| D | session.cpp | 1022 const int size = Base::GetMaxBufSize(); in ReadCtrlFromSession() 1187 const int size = Base::GetMaxBufSize(); in ReadCtrlFromMain()
|
| D | forward.cpp | 221 if (bufSize > Base::GetMaxBufSize() * 2) { in SendToTask()
|