Searched refs:cmdTestType (Results 1 – 3 of 3) sorted by relevance
187 pCmdMsg->cmdTestType = htons(cmdType); in SendToAgent()203 pCmdTest->cmdTestType = ntohs(pCmdTest->cmdTestType); in SendToAgent()211 pCmdTest->no, pCmdTest->cmdTestType, pCmdTest->len); in SendToAgent()212 if ((globalCommandNo == pCmdTest->no) && (cmdType == pCmdTest->cmdTestType)) { in SendToAgent()222 pCmdTest->cmdTestType); in SendToAgent()261 pCmdTest->cmdTestType = DST_COMMAND_CALL; in RunTestCmd()298 pCmdTest->cmdTestType = DST_COMMAND_MSG; in SendMessage()322 pCmdTest->cmdTestType = DST_COMMAND_NOTIFY; in Notify()
170 pcline->cmdTestType = ntohs(pcline->cmdTestType); in DoCmdServer()172 … HiLog::Info(DistributedAgent::LABEL, "test agent get message type:%d .\n", pcline->cmdTestType); in DoCmdServer()176 switch (pcline->cmdTestType) { in DoCmdServer()209 pclinereturn->cmdTestType = htons(DST_COMMAND_CALL); in DoCmdServer()229 pclinereturn->cmdTestType = htons(DST_COMMAND_MSG); in DoCmdServer()
33 int cmdTestType; member