Home
last modified time | relevance | path

Searched refs:anonyPeerUdid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_topo_manager.c205 char *anonyPeerUdid = NULL; in ClearTopoTable() local
207 Anonymize(info->peerUdid, &anonyPeerUdid); in ClearTopoTable()
209 anonyUdid, anonyPeerUdid); in ClearTopoTable()
211 AnonymizeFree(anonyPeerUdid); in ClearTopoTable()
364 char *anonyPeerUdid = NULL; in UpdateLocalTopo() local
366 Anonymize(peerUdid, &anonyPeerUdid); in UpdateLocalTopo()
367 …LNN_LOGI(LNN_BUILDER, "add topo info: local=%{public}s peer=%{public}s", anonyUdid, anonyPeerUdid); in UpdateLocalTopo()
369 AnonymizeFree(anonyPeerUdid); in UpdateLocalTopo()
381 char *anonyPeerUdid = NULL; in UpdateLocalTopo() local
383 Anonymize(topoInfo->peerUdid, &anonyPeerUdid); in UpdateLocalTopo()
[all …]
H A Dlnn_net_builder_init.c423 char *anonyPeerUdid = NULL; in TryElectAsMasterState() local
425 Anonymize(peerUdid, &anonyPeerUdid); in TryElectAsMasterState()
428 anonyPeerUdid, anonyMasterUdid); in TryElectAsMasterState()
429 AnonymizeFree(anonyPeerUdid); in TryElectAsMasterState()
H A Dlnn_net_builder.c606 char *anonyPeerUdid = NULL; in SelectUseUdid() local
607 Anonymize(peerUdid, &anonyPeerUdid); in SelectUseUdid()
609 LNN_LOGD(LNN_BUILDER, "not trusted device online! peerUdid=%{public}s", anonyPeerUdid); in SelectUseUdid()
610 AnonymizeFree(anonyPeerUdid); in SelectUseUdid()
617 AnonymizeFree(anonyPeerUdid); in SelectUseUdid()
620 LNN_LOGW(LNN_BUILDER, "not trusted device not online! peerUdid=%{public}s", anonyPeerUdid); in SelectUseUdid()
621 AnonymizeFree(anonyPeerUdid); in SelectUseUdid()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c522 char *anonyPeerUdid = NULL; in DumpWifiDirectInfo() local
523 Anonymize(resource->peerUdid, &anonyPeerUdid); in DumpWifiDirectInfo()
526 AnonymizeFree(anonyPeerUdid); in DumpWifiDirectInfo()
657 char *anonyPeerUdid = NULL; in FindLaneResourceByLinkType() local
658 Anonymize(peerUdid, &anonyPeerUdid); in FindLaneResourceByLinkType()
660 type, AnonymizeWrapper(anonyPeerUdid)); in FindLaneResourceByLinkType()
661 AnonymizeFree(anonyPeerUdid); in FindLaneResourceByLinkType()
768 char *anonyPeerUdid = NULL; in CheckLaneResourceNumByLinkType() local
769 Anonymize(peerUdid, &anonyPeerUdid); in CheckLaneResourceNumByLinkType()
771 type, AnonymizeWrapper(anonyPeerUdid)); in CheckLaneResourceNumByLinkType()
[all …]