Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_major.cpp185 auto pCmdMsg = reinterpret_cast<DistributedMsg *>(pstrMsg); in SendToAgent() local
186 pCmdMsg->no = globalCommandNo; in SendToAgent()
187 pCmdMsg->cmdTestType = htons(cmdType); in SendToAgent()
188 pCmdMsg->len = htons(len); in SendToAgent()
189 int rlen = send(clientList_[devNo].fd, pCmdMsg, static_cast<size_t>(len + DST_COMMAND_HEAD_LEN), 0); in SendToAgent()

Completed in 2 milliseconds