Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp719 InputPara tmpInputPara; in GetTeecOptMem() local
720 tmpInputPara.paraType = paramType[paramCnt]; in GetTeecOptMem()
721 tmpInputPara.offset = shmInfoOffset; in GetTeecOptMem()
722 tmpInputPara.memSize = sizeLeft; in GetTeecOptMem()
723 tmpInputPara.totalSize = optMemSize; in GetTeecOptMem()
724 teeRet = TeecOptDecodePartialMem(paraDecode, ptr, &tmpInputPara, operation, paramCnt); in GetTeecOptMem()
728 shmInfoOffset = tmpInputPara.offset; in GetTeecOptMem()
729 sizeLeft = tmpInputPara.memSize; in GetTeecOptMem()