Home
last modified time | relevance | path

Searched refs: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 Dexpand_sub_session.c318 int32_t res = StartCmd(cmd, sendCmdList); in StartNewCmds()
429 CJson *sendCmdList = CreateJsonArray(); in StartExpandSubSession() local
430 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() local
463 if (sendCmdList == NULL) { in ProcessExpandSubSession()
473 res = StartNewCmds(impl, sendCmdList); in ProcessExpandSubSession()
475 if (GetItemNum(sendCmdList) > 0) { in ProcessExpandSubSession()
[all …]