Searched refs:udiddHash (Results 1 – 1 of 1) sorted by relevance
322 std::string udiddHash = GetUdidHashByNetworkId(devInfo.networkId); in HandleDeviceStatusChange() local323 …if (memcpy_s(devInfo.deviceId, DM_MAX_DEVICE_ID_LEN, udiddHash.c_str(), udiddHash.length()) != 0) { in HandleDeviceStatusChange()324 LOGE("get deviceId: %{public}s failed", GetAnonyString(udiddHash).c_str()); in HandleDeviceStatusChange()