Home
last modified time | relevance | path

Searched refs:GetAnonymizedIp (Results 1 – 1 of 1) 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() function
159 int ret = GetAnonymizedIp(ipStr, sizeof(ipStr), item->valuestring); in AnonymizeIpJsonData()
289 if (GetAnonymizedIp(ipStr, sizeof(ipStr), ip) < 0) { in UnpackLogToStr()