Searched defs:Module (Results 1 – 5 of 5) sorted by relevance
213 struct Module { struct214 std::string name;215 std::string type;216 std::string srcEntrance;217 std::string description;218 int32_t descriptionId = 0;219 std::string process;220 std::string mainElement;221 std::vector<std::string> deviceTypes;222 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