Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver_for_client.cpp267 string target = std::string(hChannel->bufStd + 2); in OrderConnecTargetResult()
289 uint16_t *bRetryCount = reinterpret_cast<uint16_t *>(hChannel->bufStd); in OrderConnecTargetResult()
331 Base::ZeroBuf(hChannel->bufStd, bufOffsetTwo); in NewConnectTry()
332 … childRet = snprintf_s(hChannel->bufStd + bufOffsetTwo, sizeof(hChannel->bufStd) - bufOffsetTwo, in NewConnectTry()
333 sizeof(hChannel->bufStd) - bufOffsetThree, "%s", in NewConnectTry()
Dclient.cpp435 int availSize = strlen(context->bufStd); in AllocStdbuf()
436 buf->base = (char *)context->bufStd + availSize; in AllocStdbuf()
437 buf->len = sizeof(context->bufStd) - availSize - 2; // reserve 2bytes in AllocStdbuf()
444 char *cmd = hChannel->bufStd; in ReadStd()
450 Base::ZeroArray(hChannel->bufStd); in ReadStd()
/developtools/hdc/src/common/
Ddefine_plus.h517 char bufStd[128]; member