Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_dump.c254 … int32_t devIdLen = sprintf_s(&line[devIdAlign], sizeof(line) - devIdAlign - 1, ":0x%x", devId); in DevMgrFillDeviceInfo() local
255 if (devIdLen == -1) { in DevMgrFillDeviceInfo()
259 line[devIdAlign + devIdLen] = ' '; // Clear the string terminator added by sprintf_s in DevMgrFillDeviceInfo()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c82 uint32_t devIdLen = HcStrlen(devIdSelf); in FillPayload() local
83 if (memcpy_s(params->devIdSelf.val, params->devIdSelf.length, devIdSelf, devIdLen + 1) != EOK) { in FillPayload()
87 params->devIdSelf.length = devIdLen; in FillPayload()