Home
last modified time | relevance | path

Searched refs:dstMax (Results 1 - 1 of 1) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_major.cpp313 int dstMax = MAX_BUFF_LEN - DST_COMMAND_HEAD_LEN; in Notify() local
314 if (msgLen < 0 || msgLen >= dstMax) { in Notify()
323 errno_t ret = memcpy_s(pCmdTest->alignmentCmd, dstMax, strMsg.c_str(), msgLen); in Notify()

Completed in 2 milliseconds