Searched defs:sendCmdList (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 D | expand_sub_session.c | 191 static int32_t AddSendCmdDataToList(int32_t cmdType, const CJson *sendCmdData, CJson *sendCmdList) in AddSendCmdDataToList() 216 static int32_t ProcCmd(BaseCmd *cmd, const CJson *recvCmdData, CJson *sendCmdList, bool *isFinish) in ProcCmd() 236 static int32_t ProcRecvCmd(ExpandSubSessionImpl *impl, const CJson *recvCmd, CJson *sendCmdList) in ProcRecvCmd() 272 …c int32_t ProcAllRecvCmds(ExpandSubSessionImpl *impl, const CJson *receviedMsg, CJson *sendCmdList) in ProcAllRecvCmds() 292 static int32_t StartCmd(BaseCmd *cmd, CJson *sendCmdList) in StartCmd() 309 static int32_t StartNewCmds(ExpandSubSessionImpl *impl, CJson *sendCmdList) in StartNewCmds() 326 static int32_t BuildEncData(ExpandSubSessionImpl *impl, CJson *sendCmdList, CJson *sendMsg) in BuildEncData() 366 static int32_t PackSendMsg(ExpandSubSessionImpl *impl, CJson *sendCmdList, CJson **returnSendMsg) in PackSendMsg() 429 CJson *sendCmdList = CreateJsonArray(); in StartExpandSubSession() local 462 CJson *sendCmdList = CreateJsonArray(); in ProcessExpandSubSession() local
|