Searched refs:dstLen (Results 1 - 5 of 5) sorted by relevance
/drivers/liteos/hievent/src/ |
H A D | hievent_driver.c | 120 static int HieventBufferCopy(unsigned char *dst, unsigned dstLen, in HieventBufferCopy() argument 125 size_t minLen = dstLen > srcLen ? srcLen : dstLen; in HieventBufferCopy() 137 retval = memcpy_s(dst, dstLen, src, srcLen); in HieventBufferCopy()
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_common_cmd_ext.c | 122 int32_t FillData(uint8_t **dst, uint32_t *dstLen, uint8_t *src, uint32_t srcLen) in FillData() argument 124 if (src == NULL || dst == NULL || dstLen == NULL) { in FillData() 142 *dstLen = srcLen; in FillData()
|
H A D | wpa_common_cmd.h | 109 int32_t FillData(uint8_t **dst, uint32_t *dstLen, uint8_t *src, uint32_t srcLen);
|
H A D | wpa_common_cmd.c | 481 static bool GetWpaCmdStatus(uint8_t** dst, uint32_t* dstLen, char* src)
in GetWpaCmdStatus() argument 487 *dstLen = 0;
in GetWpaCmdStatus() 490 *dstLen = strlen(src);
in GetWpaCmdStatus()
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 564 static int32_t FillData(uint8_t **dst, uint32_t *dstLen, uint8_t *src, uint32_t srcLen)
in FillData() argument 566 if (src == NULL || dst == NULL || dstLen == NULL) {
in FillData() 581 *dstLen = srcLen;
in FillData()
|
Completed in 7 milliseconds