mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 21:41:02 -04:00
Description: modify device id print
Match-id-0d1987414a3cb7fe0526e23d5de2eb7b03a72898
This commit is contained in:
@@ -90,9 +90,6 @@ std::string SetAnonyId(const std::string &message)
|
||||
if (IsString(jsonObj, DINPUT_SOFTBUS_KEY_DEVICE_ID)) {
|
||||
jsonObj[DINPUT_SOFTBUS_KEY_DEVICE_ID] = GetAnonyString(jsonObj[DINPUT_SOFTBUS_KEY_DEVICE_ID]);
|
||||
}
|
||||
if (IsInt32(jsonObj, DINPUT_SOFTBUS_KEY_SESSION_ID)) {
|
||||
jsonObj[DINPUT_SOFTBUS_KEY_SESSION_ID] = GetAnonyInt32(jsonObj[DINPUT_SOFTBUS_KEY_SESSION_ID]);
|
||||
}
|
||||
if (IsString(jsonObj, DESCRIPTOR)) {
|
||||
jsonObj[DESCRIPTOR] = GetAnonyString(jsonObj[DESCRIPTOR]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user