mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-19 17:43:35 -04:00
@@ -119,6 +119,7 @@ std::vector<DHItem> DistributedInputHandler::Query()
|
||||
for (auto iter : vecInput) {
|
||||
DHItem item;
|
||||
item.dhId = iter.descriptor;
|
||||
item.subtype = "input";
|
||||
StructTransJson(iter, item.attrs);
|
||||
retInfos.push_back(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user