Home
last modified time | relevance | path

Searched refs:recvCmdList (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c274 CJson *recvCmdList; in ProcAllRecvCmds() local
275 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()