Searched refs:sendCmdList (Results 1 – 1 of 1) sorted by relevance
318 int32_t res = StartCmd(cmd, sendCmdList); in StartNewCmds()429 CJson *sendCmdList = CreateJsonArray(); in StartExpandSubSession() local430 if (sendCmdList == NULL) { in StartExpandSubSession()436 if (GetItemNum(sendCmdList) > 0) { in StartExpandSubSession()439 FreeJson(sendCmdList); in StartExpandSubSession()443 FreeJson(sendCmdList); in StartExpandSubSession()462 CJson *sendCmdList = CreateJsonArray(); in ProcessExpandSubSession() local463 if (sendCmdList == NULL) { in ProcessExpandSubSession()473 res = StartNewCmds(impl, sendCmdList); in ProcessExpandSubSession()475 if (GetItemNum(sendCmdList) > 0) { in ProcessExpandSubSession()[all …]