Searched refs:CMD_LENGTH (Results 1 – 3 of 3) sorted by relevance
263 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 …]
43 static const int CMD_LENGTH = 50; variable
42 const int CMD_LENGTH = 50; variable497 if (notifyType.size() < CMD_LENGTH) { in Notify()