Searched refs:productIdLen (Results 1 - 4 of 4) sorted by relevance
/vendor/hisilicon/hispark_pegasus/hals/utils/token/ |
H A D | hal_token.c | 416 uint32_t productIdLen = strlen(productIdBuf);
in HalGetProdId() local 417 if (len < productIdLen) {
in HalGetProdId() 421 int ret = memcpy_s(productId, len, productIdBuf, productIdLen);
in HalGetProdId()
|
/vendor/hisilicon/hispark_taurus/hals/utils/token/ |
H A D | hal_token.c | 486 uint32_t productIdLen = strlen(productIdBuf);
in HalGetProdId() local 487 if (len < productIdLen) {
in HalGetProdId() 491 int ret = memcpy_s(productId, len, productIdBuf, productIdLen);
in HalGetProdId()
|
/vendor/hisilicon/hispark_taurus_linux/hals/utils/token/ |
H A D | hal_token.c | 486 uint32_t productIdLen = strlen(productIdBuf);
in HalGetProdId() local 487 if (len < productIdLen) {
in HalGetProdId() 491 int ret = memcpy_s(productId, len, productIdBuf, productIdLen);
in HalGetProdId()
|
/vendor/hisilicon/hispark_taurus_mini_system/hals/utils/token/ |
H A D | hal_token.c | 486 uint32_t productIdLen = strlen(productIdBuf);
in HalGetProdId() local 487 if (len < productIdLen) {
in HalGetProdId() 491 int ret = memcpy_s(productId, len, productIdBuf, productIdLen);
in HalGetProdId()
|
Completed in 4 milliseconds