Searched defs:DeviceInfo (Results 1 – 3 of 3) sorted by relevance
27 struct DeviceInfo { struct30 std::string deviceId;32 nlohmann::ordered_json ToJson(bool isPrint) in ToJson()
37 struct DeviceInfo { struct38 DeviceId deviceId;39 std::string deviceName;40 std::string deviceType;
36 using DeviceInfo = DistributedHardware::DmDeviceInfo; variable