add new api

Signed-off-by: hwzhangchuang <zhangchuang.zhang@huawei.com>
This commit is contained in:
hwzhangchuang
2024-04-24 16:18:29 +08:00
parent 04ec643f12
commit c6303fb001
4 changed files with 28 additions and 0 deletions
@@ -110,6 +110,11 @@ void DistributedInputHandler::FindDevicesInfoByDhId(
}
}
std::vector<DHItem> DistributedInputHandler::QueryMeta()
{
return {};
}
std::vector<DHItem> DistributedInputHandler::Query()
{
std::vector<DHItem> retInfos;