Home
last modified time | relevance | path

Searched defs:dstLen (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_mgt_msg_log.c101 static int32_t GetAnonymizedIp(char *dstIp, size_t dstLen, char *srcIp) in GetAnonymizedIp()
124 static int32_t GetAnonymizedDeviceId(char *srcStr, char *dstStr, size_t dstLen) in GetAnonymizedDeviceId()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_session.c160 uint32_t dstLen = bufLen - connHeadLen - sizeof(ProxyMessageHead); in TransProxyPackAppNormalMsg() local
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd_ext.c122 int32_t FillData(uint8_t **dst, uint32_t *dstLen, uint8_t *src, uint32_t srcLen) in FillData()
H A Dwpa_common_cmd.c481 static void GetWpaCmdStatus(uint8_t** dst, uint32_t* dstLen, char* src) in GetWpaCmdStatus()
/ohos5.0/drivers/liteos/hievent/src/
H A Dhievent_driver.c120 static int HieventBufferCopy(unsigned char *dst, unsigned dstLen, in HieventBufferCopy()
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c565 static int32_t FillData(uint8_t **dst, uint32_t *dstLen, uint8_t *src, uint32_t srcLen) in FillData()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1036 static int32_t ModifyId(char *dstId, uint32_t dstLen, const char *sourceId) in ModifyId()