Index: mojo/dart/packages/mojo/lib/mojo/interface_control_messages.mojom.dart |
diff --git a/mojo/dart/packages/mojo/lib/mojo/interface_control_messages.mojom.dart b/mojo/dart/packages/mojo/lib/mojo/interface_control_messages.mojom.dart |
index df8e69a03abe4a072cbd213a7588606dcc535921..11e24fe93cbb97060b4181cc8f8c1557cefdb8e4 100644 |
--- a/mojo/dart/packages/mojo/lib/mojo/interface_control_messages.mojom.dart |
+++ b/mojo/dart/packages/mojo/lib/mojo/interface_control_messages.mojom.dart |
@@ -8,6 +8,8 @@ import 'dart:async'; |
import 'package:mojo/bindings.dart' as bindings; |
import 'package:mojo/core.dart' as core; |
+import 'package:mojo/mojo/mojom_types.mojom.dart' as mojom_types; |
+ |
const kRunMessageId = 0xFFFFFFFF; |
const kRunOrClosePipeMessageId = 0xFFFFFFFE; |
@@ -98,6 +100,29 @@ class RunMessageParams extends bindings.Struct { |
} |
} |
+mojom_types.MojomStruct _interface_control_messages_RunMessageParams__() { |
+ return new mojom_types.MojomStruct() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'RunMessageParams') |
+ ..fields = <mojom_types.StructField>[ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'Reserved0') |
+ ..type = (new mojom_types.Type()..simpleType = mojom_types.SimpleType.UINT32), |
+ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'Reserved1') |
+ ..type = (new mojom_types.Type()..simpleType = mojom_types.SimpleType.UINT32), |
+ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'QueryVersion') |
+ ..type = (new mojom_types.Type() |
+ ..typeReference = (new mojom_types.TypeReference() |
+ |
+ ..identifier = '_interface_control_messages_QueryVersion__' |
+ ..typeKey = '_interface_control_messages_QueryVersion__' |
+ )), |
+ ]; |
+} |
+ |
class RunResponseMessageParams extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
@@ -184,6 +209,29 @@ class RunResponseMessageParams extends bindings.Struct { |
} |
} |
+mojom_types.MojomStruct _interface_control_messages_RunResponseMessageParams__() { |
+ return new mojom_types.MojomStruct() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'RunResponseMessageParams') |
+ ..fields = <mojom_types.StructField>[ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'Reserved0') |
+ ..type = (new mojom_types.Type()..simpleType = mojom_types.SimpleType.UINT32), |
+ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'Reserved1') |
+ ..type = (new mojom_types.Type()..simpleType = mojom_types.SimpleType.UINT32), |
+ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'QueryVersionResult') |
+ ..type = (new mojom_types.Type() |
+ ..typeReference = (new mojom_types.TypeReference() |
+ |
+ ..identifier = '_interface_control_messages_QueryVersionResult__' |
+ ..typeKey = '_interface_control_messages_QueryVersionResult__' |
+ )), |
+ ]; |
+} |
+ |
class QueryVersion extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
@@ -242,6 +290,12 @@ class QueryVersion extends bindings.Struct { |
} |
} |
+mojom_types.MojomStruct _interface_control_messages_QueryVersion__() { |
+ return new mojom_types.MojomStruct() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'QueryVersion') |
+ ..fields = <mojom_types.StructField>[]; |
+} |
+ |
class QueryVersionResult extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
@@ -309,6 +363,16 @@ class QueryVersionResult extends bindings.Struct { |
} |
} |
+mojom_types.MojomStruct _interface_control_messages_QueryVersionResult__() { |
+ return new mojom_types.MojomStruct() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'QueryVersionResult') |
+ ..fields = <mojom_types.StructField>[ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'Version') |
+ ..type = (new mojom_types.Type()..simpleType = mojom_types.SimpleType.UINT32), |
+ ]; |
+} |
+ |
class RunOrClosePipeMessageParams extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
@@ -395,6 +459,29 @@ class RunOrClosePipeMessageParams extends bindings.Struct { |
} |
} |
+mojom_types.MojomStruct _interface_control_messages_RunOrClosePipeMessageParams__() { |
+ return new mojom_types.MojomStruct() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'RunOrClosePipeMessageParams') |
+ ..fields = <mojom_types.StructField>[ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'Reserved0') |
+ ..type = (new mojom_types.Type()..simpleType = mojom_types.SimpleType.UINT32), |
+ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'Reserved1') |
+ ..type = (new mojom_types.Type()..simpleType = mojom_types.SimpleType.UINT32), |
+ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'RequireVersion') |
+ ..type = (new mojom_types.Type() |
+ ..typeReference = (new mojom_types.TypeReference() |
+ |
+ ..identifier = '_interface_control_messages_RequireVersion__' |
+ ..typeKey = '_interface_control_messages_RequireVersion__' |
+ )), |
+ ]; |
+} |
+ |
class RequireVersion extends bindings.Struct { |
static const List<bindings.StructDataHeader> kVersions = const [ |
@@ -462,4 +549,91 @@ class RequireVersion extends bindings.Struct { |
} |
} |
+mojom_types.MojomStruct _interface_control_messages_RequireVersion__() { |
+ return new mojom_types.MojomStruct() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'RequireVersion') |
+ ..fields = <mojom_types.StructField>[ |
+ new mojom_types.StructField() |
+ ..declData = (new mojom_types.DeclarationData()..shortName = 'Version') |
+ ..type = (new mojom_types.Type()..simpleType = mojom_types.SimpleType.UINT32), |
+ ]; |
+} |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+var _MojomDesc__ = _initDescriptions(); |
+ |
+Map<String, mojom_types.UserDefinedType> _initDescriptions() { |
+ var map = new Map<String, mojom_types.UserDefinedType>(); |
+ |
+ map["_interface_control_messages_RunMessageParams__"] = |
+ new mojom_types.UserDefinedType() |
+ ..structType = _interface_control_messages_RunMessageParams__(); |
+ |
+ |
+ |
+ |
+ |
+ |
+ map["_interface_control_messages_QueryVersion__"] = |
+ new mojom_types.UserDefinedType() |
+ ..structType = _interface_control_messages_QueryVersion__(); |
+ |
+ |
+ |
+ |
+ |
+ map["_interface_control_messages_RunResponseMessageParams__"] = |
+ new mojom_types.UserDefinedType() |
+ ..structType = _interface_control_messages_RunResponseMessageParams__(); |
+ |
+ |
+ |
+ |
+ |
+ |
+ map["_interface_control_messages_QueryVersionResult__"] = |
+ new mojom_types.UserDefinedType() |
+ ..structType = _interface_control_messages_QueryVersionResult__(); |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ map["_interface_control_messages_RunOrClosePipeMessageParams__"] = |
+ new mojom_types.UserDefinedType() |
+ ..structType = _interface_control_messages_RunOrClosePipeMessageParams__(); |
+ |
+ |
+ |
+ |
+ |
+ |
+ map["_interface_control_messages_RequireVersion__"] = |
+ new mojom_types.UserDefinedType() |
+ ..structType = _interface_control_messages_RequireVersion__(); |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ return map; |
+} |
+ |
+Map<String, mojom_types.UserDefinedType> getAllMojomTypeDefinitions() { |
+ return _MojomDesc__; |
+} |
+ |