Searched refs:recvCmdList (Results 1 – 1 of 1) sorted by relevance
274 CJson *recvCmdList; in ProcAllRecvCmds() local275 int32_t res = GetRecvCmdList(impl, receviedMsg, &recvCmdList); in ProcAllRecvCmds()279 int32_t cmdNum = GetItemNum(recvCmdList); in ProcAllRecvCmds()281 res = ProcRecvCmd(impl, GetItemFromArray(recvCmdList, i), sendCmdList); in ProcAllRecvCmds()283 FreeJson(recvCmdList); in ProcAllRecvCmds()288 FreeJson(recvCmdList); in ProcAllRecvCmds()