Searched defs:Module (Results 1 – 4 of 4) sorted by relevance
199 struct Module { struct200 std::string name;201 std::string type;202 std::string srcEntrance;203 std::string description;204 int32_t descriptionId = 0;205 std::string process;206 std::string mainElement;207 std::vector<std::string> deviceTypes;208 bool deliveryWithInstall = false;[all …]
299 struct Module { struct300 std::string package;301 std::string name;302 std::string description;303 int32_t descriptionId = 0;304 std::string colorMode = "auto";305 std::vector<std::string> supportedModes;306 std::vector<std::string> reqCapabilities;307 std::vector<std::string> deviceType;308 Distro distro;[all …]
39 struct Module { struct47 Module module; argument
33 } Module; typedef