Home
last modified time | relevance | path

Searched refs:syscapBufLen (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rpcid_decode/
H A Dsyscap_tool.c40 uint32_t syscapBufLen; in RPCIDStreamDecodeToBuffer() local
94 syscapBufLen = sysCapLength / SINGLE_FEAT_LENGTH * SINGLE_SYSCAP_LENGTH; in RPCIDStreamDecodeToBuffer()
95 syscapBuf = (char *)malloc(syscapBufLen); in RPCIDStreamDecodeToBuffer()
97 HILOG_ERROR(LOG_CORE, "malloc syscapBuf failed, size = %u, errno = %{public}d\n", syscapBufLen, errno); in RPCIDStreamDecodeToBuffer()
101 (void)memset_s(syscapBuf, syscapBufLen, 0, syscapBufLen); in RPCIDStreamDecodeToBuffer()
129 *syscapSetLength = syscapBufLen; in RPCIDStreamDecodeToBuffer()

Completed in 1 milliseconds