Searched defs:Module (Results 1 – 5 of 5) sorted by relevance
225 struct Module { struct226 std::string name;227 std::string type;228 std::string srcEntrance;229 std::string description;230 int32_t descriptionId = 0;231 std::string process;232 std::string mainElement;233 std::vector<std::string> deviceTypes;234 bool deliveryWithInstall = false;[all …]
309 struct Module { struct310 std::string package;311 std::string name;312 std::string description;313 int32_t descriptionId = 0;314 std::string colorMode = "auto";315 std::vector<std::string> supportedModes;316 std::vector<std::string> reqCapabilities;317 std::vector<std::string> deviceType;318 std::vector<Dependency> dependencies;[all …]
53 struct Module { struct54 std::string name;55 std::string type;56 std::vector<std::string> deviceTypes;57 std::string originalModuleHash;
39 struct Module { struct47 Module module; argument
33 } Module; typedef