mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-20 10:03:36 -04:00
Description: modify just stop one dhid, all dhid stoped
Match-id-6a64fb681bf999b88ac9af4daaf9142e5cd7ac24
This commit is contained in:
@@ -137,7 +137,7 @@ std::string GetNodeDesc(std::string parameters)
|
||||
nodeName = parObj.at("name").get<std::string>();
|
||||
classes = parObj.at("classes").get<int32_t>();
|
||||
}
|
||||
return "{ NodeName: " + nodeName + ", classes: " + std::to_string(classes) + " }";
|
||||
return "{ nodeName: " + nodeName + ", classes: " + std::to_string(classes) + " }";
|
||||
}
|
||||
} // namespace DistributedInput
|
||||
} // namespace DistributedHardware
|
||||
|
||||
Reference in New Issue
Block a user