Searched refs:resultcmd (Results 1 – 1 of 1) sorted by relevance
231 std::string resultcmd = pclinereturn->alignmentCmd; in DoCmdServer() local232 … nresult = OnProcessMsg(pcline->alignmentCmd, pcline->len, resultcmd, pclinereturn->len); in DoCmdServer()233 if (resultcmd == "") { in DoCmdServer()234 resultcmd = "agent return message"; in DoCmdServer()236 … if (strcpy_s(pclinereturn->alignmentCmd, pclinereturn->len, resultcmd.c_str()) != EOK) { in DoCmdServer()