Home
last modified time | relevance | path

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

/base/security/device_security_level/services/sa/standard/
H A Ddslm_callback_proxy.cpp51 if (response.extraBuff != nullptr && response.extraLen != 0) { in ResponseDeviceSecurityLevel()
52 data.WriteUint32(response.extraLen); in ResponseDeviceSecurityLevel()
53 data.WriteBuffer(response.extraBuff, response.extraLen); in ResponseDeviceSecurityLevel()
H A Ddslm_callback_proxy.h43 uint32_t extraLen {0};
H A Ddslm_ipc_process.cpp59 DslmCallbackProxy::ResponseInfo resInfo = {result, info->level, info->extraBuff, info->extraLen}; in ProcessCallback()
/base/security/device_security_level/services/include/
H A Ddslm_callback_info.h28 uint32_t extraLen; member
/base/security/device_security_level/services/sa/lite/small/
H A Ddslm_ipc_process.c149 if (info->extraBuff != NULL && info->extraLen != 0) { in ProcessCallback()
150 WriteUint32(reply, info->extraLen); in ProcessCallback()
151 WriteBuffer(reply, info->extraBuff, info->extraLen); in ProcessCallback()
/base/request/request/frameworks/native/src/
H A Dparcel_helper.cpp217 uint32_t extraLen = data.ReadUint32(); in UnMarshalConfigExtras() local
218 if (extraLen > data.GetReadableBytes()) { in UnMarshalConfigExtras()
219 REQUEST_HILOGE("Size exceeds the upper limit, size = %{public}u", extraLen); in UnMarshalConfigExtras()
222 for (uint32_t i = 0; i < extraLen; i++) { in UnMarshalConfigExtras()
/base/security/device_security_level/services/dslm/
H A Ddslm_fsm_process.c343 cbInfo->extraLen = 0; in SdkTimeoutChecker()
353 cbInfo->extraLen = 0; in RequestDoneChecker()

Completed in 3 milliseconds