Searched defs:PropertyInfo (Results 1 – 3 of 3) sorted by relevance
32 struct PropertyInfo struct in Inventory34 std::shared_ptr<sdbusplus::asio::dbus_interface> interface;35 std::string propertyName;36 int retryCount{0};37 bool isPending{false};
32 struct PropertyInfo { struct33 const char *type;34 const char *description;35 const QEnumLookup *enum_table;59 extern const PropertyInfo qdev_prop_bit; argument
90 typedef struct PropertyInfo PropertyInfo; typedef