Home
last modified time | relevance | path

Searched refs:anonyDeviceName (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_settingdata_event_monitor.cpp115 char *anonyDeviceName = NULL; in GetDeviceNameFromDataShareHelper() local
116 Anonymize(deviceName, &anonyDeviceName); in GetDeviceNameFromDataShareHelper()
117 LNN_LOGI(LNN_STATE, "deviceName=%{public}s.", anonyDeviceName); in GetDeviceNameFromDataShareHelper()
118 AnonymizeFree(anonyDeviceName); in GetDeviceNameFromDataShareHelper()
189 char *anonyDeviceName = NULL; in LnnGetSettingDeviceName() local
190 Anonymize(deviceName, &anonyDeviceName); in LnnGetSettingDeviceName()
191 … LNN_LOGI(LNN_STATE, "get user defined deviceName=%{public}s", AnonymizeWrapper(anonyDeviceName)); in LnnGetSettingDeviceName()
192 AnonymizeFree(anonyDeviceName); in LnnGetSettingDeviceName()
197 char *anonyDeviceName = NULL; in LnnGetSettingDeviceName() local
198 Anonymize(deviceName, &anonyDeviceName); in LnnGetSettingDeviceName()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info.c124 char *anonyDeviceName = NULL; in OnReceiveDeviceName() local
125 Anonymize(deviceName, &anonyDeviceName); in OnReceiveDeviceName()
127 anonyDeviceName, anonyNetworkId); in OnReceiveDeviceName()
129 AnonymizeFree(anonyDeviceName); in OnReceiveDeviceName()
186 char *anonyDeviceName = NULL; in SetDisplayName() local
187 Anonymize(displayName, &anonyDeviceName); in SetDisplayName()
189 AnonymizeFree(anonyDeviceName); in SetDisplayName()
221 char *anonyDeviceName = NULL; in NickNameMsgProc() local
229 AnonymizeFree(anonyDeviceName); in NickNameMsgProc()
446 char *anonyDeviceName = NULL; in PrintLocalExtendDeviceName() local
[all …]
H A Dlnn_p2p_info.c219 char *anonyDeviceName = NULL; in ProcessSyncP2pInfo() local
220 Anonymize(info[i].deviceName, &anonyDeviceName); in ProcessSyncP2pInfo()
221 LNN_LOGE(LNN_BUILDER, "sync p2p info fail. deviceName=%{public}s", anonyDeviceName); in ProcessSyncP2pInfo()
222 AnonymizeFree(anonyDeviceName); in ProcessSyncP2pInfo()
H A Dlnn_data_cloud_sync.c92 char *anonyDeviceName = NULL; in DBDeviceNameInfoSyncToCache() local
93 Anonymize(cacheInfo->deviceInfo.deviceName, &anonyDeviceName); in DBDeviceNameInfoSyncToCache()
94 LNN_LOGI(LNN_BUILDER, "success. deviceName=%{public}s", anonyDeviceName); in DBDeviceNameInfoSyncToCache()
95 AnonymizeFree(anonyDeviceName); in DBDeviceNameInfoSyncToCache()
761 char *anonyDeviceName = NULL; in PrintSyncNodeInfo() local
762 Anonymize(cacheInfo->deviceInfo.deviceName, &anonyDeviceName); in PrintSyncNodeInfo()
775anonyDeviceName, cacheInfo->authCapacity, cacheInfo->heartbeatCapacity, cacheInfo->deviceInfo.osTy… in PrintSyncNodeInfo()
787 AnonymizeFree(anonyDeviceName); in PrintSyncNodeInfo()
H A Dlnn_connection_fsm.c1493 char *anonyDeviceName = NULL; in OnlineStateEnter() local
1498 Anonymize(connFsm->connInfo.nodeInfo->deviceInfo.deviceName, &anonyDeviceName); in OnlineStateEnter()
1503 connFsm->id, anonyNetworkId, anonyUdid, anonyUuid, anonyDeviceName, in OnlineStateEnter()
1507 AnonymizeFree(anonyDeviceName); in OnlineStateEnter()
1612 char *anonyDeviceName = NULL; in LeavingStateEnter() local
1616 Anonymize(connFsm->connInfo.nodeInfo->deviceInfo.deviceName, &anonyDeviceName); in LeavingStateEnter()
1621 connFsm->id, anonyNetworkId, anonyUdid, anonyDeviceName, in LeavingStateEnter()
1624 AnonymizeFree(anonyDeviceName); in LeavingStateEnter()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c373 char *anonyDeviceName = NULL; in LnnDumpLocalBasicInfo() local
405 Anonymize(localInfo.deviceName, &anonyDeviceName); in LnnDumpLocalBasicInfo()
409 …devTypeStr, localInfo.deviceTypeId, anonyDeviceName, anonyIp, anonyBtMac, anonyP2pMac, onlineNodeN… in LnnDumpLocalBasicInfo()
410 AnonymizeFree(anonyDeviceName); in LnnDumpLocalBasicInfo()
500 char *anonyDeviceName = NULL; in LnnDumpOnlinePrintInfo() local
501 Anonymize(nodeInfo->deviceName, &anonyDeviceName); in LnnDumpOnlinePrintInfo()
502 LNN_LOGI(LNN_HEART_BEAT, "DeviceName=%{public}s", anonyDeviceName); in LnnDumpOnlinePrintInfo()
503 AnonymizeFree(anonyDeviceName); in LnnDumpOnlinePrintInfo()
H A Dlnn_heartbeat_medium_mgr.c1162 char *anonyDeviceName = NULL; in LnnDumpHbOnlineNodeList() local
1163 Anonymize(nodeInfo.deviceInfo.deviceName, &anonyDeviceName); in LnnDumpHbOnlineNodeList()
1168 infoNum, i + 1, anonyDeviceName, nodeInfo.deviceInfo.deviceTypeId, in LnnDumpHbOnlineNodeList()
1170 AnonymizeFree(anonyDeviceName); in LnnDumpHbOnlineNodeList()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c378 char *anonyDeviceName = NULL; in LnnNotifyOnlineState() local
379 Anonymize(info->deviceName, &anonyDeviceName); in LnnNotifyOnlineState()
381 anonyDeviceName, (isOnline == true) ? "online" : "offline", anonyNetworkId); in LnnNotifyOnlineState()
383 AnonymizeFree(anonyDeviceName); in LnnNotifyOnlineState()
429 char *anonyDeviceName = NULL; in LnnNotifyBasicInfoChanged() local
430 Anonymize(info->deviceName, &anonyDeviceName); in LnnNotifyBasicInfoChanged()
431 … LNN_LOGI(LNN_EVENT, "notify peer device name changed. deviceName=%{public}s", anonyDeviceName); in LnnNotifyBasicInfoChanged()
432 AnonymizeFree(anonyDeviceName); in LnnNotifyBasicInfoChanged()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c614 char *anonyDeviceName = NULL; in LnnDumpNodeInfo() local
618 Anonymize(deviceInfo->deviceInfo.deviceName, &anonyDeviceName); in LnnDumpNodeInfo()
622 anonyNetworkId, anonyUdid, anonyDeviceName, anonyBtMac, deviceInfo->networkIdTimestamp); in LnnDumpNodeInfo()
625 AnonymizeFree(anonyDeviceName); in LnnDumpNodeInfo()
H A Dlnn_net_ledger.c815 char *anonyDeviceName = NULL; in SoftBusDumpBusCenterPrintInfo() local
816 Anonymize(nodeInfo->deviceName, &anonyDeviceName); in SoftBusDumpBusCenterPrintInfo()
817 SOFTBUS_DPRINTF(fd, "DeviceName->%s\n", anonyDeviceName); in SoftBusDumpBusCenterPrintInfo()
818 AnonymizeFree(anonyDeviceName); in SoftBusDumpBusCenterPrintInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c84 char *anonyDeviceName = NULL; in UpdateDeviceNameInfo() local
85 Anonymize(basic.deviceName, &anonyDeviceName); in UpdateDeviceNameInfo()
87 anonyOldDeviceName, anonyDeviceName); in UpdateDeviceNameInfo()
89 AnonymizeFree(anonyDeviceName); in UpdateDeviceNameInfo()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c2030 char *anonyDeviceName = NULL; in UpdatePeerDeviceName() local
2031 Anonymize(deviceName, &anonyDeviceName); in UpdatePeerDeviceName()
2043anonyDeviceName, anonyPeerDeviceName, anonyUnifiedName, anonyUnifiedDefaultName, anonyNickName); in UpdatePeerDeviceName()
2044 AnonymizeFree(anonyDeviceName); in UpdatePeerDeviceName()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1081 char *anonyDeviceName = NULL; in UpdateLocalDeviceName() local
1082 Anonymize(localNodeInfo.deviceInfo.deviceName, &anonyDeviceName); in UpdateLocalDeviceName()
1084 anonyDeviceName); in UpdateLocalDeviceName()
1087 AnonymizeFree(anonyDeviceName); in UpdateLocalDeviceName()