Searched defs:Module (Results 1 – 6 of 6) 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 …]
330 struct Module { struct331 std::string package;332 std::string name;333 std::string description;334 int32_t descriptionId = 0;335 std::string colorMode = "auto";336 std::vector<std::string> supportedModes;337 std::vector<std::string> reqCapabilities;338 std::vector<std::string> deviceType;339 std::vector<Dependency> dependencies;[all …]
55 struct Module { struct56 std::string name;57 std::string type;58 std::vector<std::string> deviceTypes;59 std::string originalModuleHash;
39 struct Module { struct47 Module module; argument
33 } Module; typedef
46 #define SoftBusLog(Module, Level, Fmt, Args...) SoftBusLogImpl(Module, Level, __func__, __LINE__, F… argument