Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_agent.cpp263 char alignmentCmd[DistributedAgent::CMD_LENGTH]; in OnNotifyImf()
264 char szMsg[MAX_BUFF_LEN / DistributedAgent::HALF_NUM - DistributedAgent::CMD_LENGTH]; in OnNotifyImf()
267 ret = memset_s(alignmentCmd, sizeof(alignmentCmd), 0, DistributedAgent::CMD_LENGTH); in OnNotifyImf()
272 MAX_BUFF_LEN / DistributedAgent::HALF_NUM - DistributedAgent::CMD_LENGTH, 0, in OnNotifyImf()
273 MAX_BUFF_LEN / DistributedAgent::HALF_NUM - DistributedAgent::CMD_LENGTH); in OnNotifyImf()
274 for (cmdNo = 0; cmdNo < DistributedAgent::CMD_LENGTH; cmdNo++) { in OnNotifyImf()
279 if (cmdNo >= DistributedAgent::CMD_LENGTH) { in OnNotifyImf()
287 … ret = memcpy_s(szMsg, MAX_BUFF_LEN / DistributedAgent::HALF_NUM - DistributedAgent::CMD_LENGTH, in OnNotifyImf()
331 char alignmentCmd[DistributedAgent::CMD_LENGTH]; in OnProcessCmd()
332 char szArgs[MAX_BUFF_LEN / DistributedAgent::HALF_NUM - DistributedAgent::CMD_LENGTH]; in OnProcessCmd()
[all …]
Ddistributed_agent.h43 static const int CMD_LENGTH = 50; variable
Ddistributed_major.cpp42 const int CMD_LENGTH = 50; variable
497 if (notifyType.size() < CMD_LENGTH) { in Notify()