Searched defs:Module (Results 1 – 14 of 14) sorted by relevance
300 struct Module { struct301 bool deliveryWithInstall = false;302 bool installationFree = false;303 bool isLibIsolated = false;304 bool compressNativeLibs = true;305 bool extractNativeLibs = true;306 bool hasInsightIntent = false;307 bool deduplicateHar = false;308 uint32_t descriptionId = 0;309 int32_t targetPriority = 0;[all …]
338 struct Module { struct339 std::string package;340 std::string name;341 std::string description;342 bool isLibIsolated = false;343 uint32_t descriptionId = 0;344 std::string colorMode = "auto";345 std::vector<std::string> supportedModes;346 std::vector<std::string> reqCapabilities;347 std::vector<std::string> deviceType;[all …]
256 struct Module { struct257 std::string name;258 std::string type;259 std::string srcEntrance;260 std::string description;261 int32_t descriptionId = 0;262 std::string process;263 std::string mainElement;264 std::vector<std::string> deviceTypes;265 bool deliveryWithInstall = false;[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
89 Module['onRuntimeInitialized'] = _ => { function
33 } Module; typedef
143 enum class Module : int32_t { enum
444 struct Module { struct446 BASE_NS::unique_ptr<ShaderModule> shaderModule;
118 enum class Module : int32_t { enum
5886 interface Module { interface5889 var Module: { variable
2625 Module = 1536, enumerator