dreams

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DreamServiceService_NewDreamService_FullMethodName                    = "/dreams.DreamServiceService/NewDreamService"
	DreamServiceService_AddContentView_FullMethodName                     = "/dreams.DreamServiceService/AddContentView"
	DreamServiceService_DispatchGenericMotionEvent_FullMethodName         = "/dreams.DreamServiceService/DispatchGenericMotionEvent"
	DreamServiceService_DispatchKeyEvent_FullMethodName                   = "/dreams.DreamServiceService/DispatchKeyEvent"
	DreamServiceService_DispatchKeyShortcutEvent_FullMethodName           = "/dreams.DreamServiceService/DispatchKeyShortcutEvent"
	DreamServiceService_DispatchPopulateAccessibilityEvent_FullMethodName = "/dreams.DreamServiceService/DispatchPopulateAccessibilityEvent"
	DreamServiceService_DispatchTouchEvent_FullMethodName                 = "/dreams.DreamServiceService/DispatchTouchEvent"
	DreamServiceService_DispatchTrackballEvent_FullMethodName             = "/dreams.DreamServiceService/DispatchTrackballEvent"
	DreamServiceService_Finish_FullMethodName                             = "/dreams.DreamServiceService/Finish"
	DreamServiceService_GetWindow_FullMethodName                          = "/dreams.DreamServiceService/GetWindow"
	DreamServiceService_GetWindowManager_FullMethodName                   = "/dreams.DreamServiceService/GetWindowManager"
	DreamServiceService_IsFullscreen_FullMethodName                       = "/dreams.DreamServiceService/IsFullscreen"
	DreamServiceService_IsInteractive_FullMethodName                      = "/dreams.DreamServiceService/IsInteractive"
	DreamServiceService_IsScreenBright_FullMethodName                     = "/dreams.DreamServiceService/IsScreenBright"
	DreamServiceService_OnActionModeFinished_FullMethodName               = "/dreams.DreamServiceService/OnActionModeFinished"
	DreamServiceService_OnActionModeStarted_FullMethodName                = "/dreams.DreamServiceService/OnActionModeStarted"
	DreamServiceService_OnAttachedToWindow_FullMethodName                 = "/dreams.DreamServiceService/OnAttachedToWindow"
	DreamServiceService_OnBind_FullMethodName                             = "/dreams.DreamServiceService/OnBind"
	DreamServiceService_OnContentChanged_FullMethodName                   = "/dreams.DreamServiceService/OnContentChanged"
	DreamServiceService_OnCreate_FullMethodName                           = "/dreams.DreamServiceService/OnCreate"
	DreamServiceService_OnCreatePanelMenu_FullMethodName                  = "/dreams.DreamServiceService/OnCreatePanelMenu"
	DreamServiceService_OnCreatePanelView_FullMethodName                  = "/dreams.DreamServiceService/OnCreatePanelView"
	DreamServiceService_OnDestroy_FullMethodName                          = "/dreams.DreamServiceService/OnDestroy"
	DreamServiceService_OnDetachedFromWindow_FullMethodName               = "/dreams.DreamServiceService/OnDetachedFromWindow"
	DreamServiceService_OnDreamingStarted_FullMethodName                  = "/dreams.DreamServiceService/OnDreamingStarted"
	DreamServiceService_OnDreamingStopped_FullMethodName                  = "/dreams.DreamServiceService/OnDreamingStopped"
	DreamServiceService_OnMenuItemSelected_FullMethodName                 = "/dreams.DreamServiceService/OnMenuItemSelected"
	DreamServiceService_OnMenuOpened_FullMethodName                       = "/dreams.DreamServiceService/OnMenuOpened"
	DreamServiceService_OnPanelClosed_FullMethodName                      = "/dreams.DreamServiceService/OnPanelClosed"
	DreamServiceService_OnPreparePanel_FullMethodName                     = "/dreams.DreamServiceService/OnPreparePanel"
	DreamServiceService_OnSearchRequested0_FullMethodName                 = "/dreams.DreamServiceService/OnSearchRequested0"
	DreamServiceService_OnSearchRequested1_1_FullMethodName               = "/dreams.DreamServiceService/OnSearchRequested1_1"
	DreamServiceService_OnUnbind_FullMethodName                           = "/dreams.DreamServiceService/OnUnbind"
	DreamServiceService_OnWakeUp_FullMethodName                           = "/dreams.DreamServiceService/OnWakeUp"
	DreamServiceService_OnWindowAttributesChanged_FullMethodName          = "/dreams.DreamServiceService/OnWindowAttributesChanged"
	DreamServiceService_OnWindowFocusChanged_FullMethodName               = "/dreams.DreamServiceService/OnWindowFocusChanged"
	DreamServiceService_OnWindowStartingActionMode1_FullMethodName        = "/dreams.DreamServiceService/OnWindowStartingActionMode1"
	DreamServiceService_OnWindowStartingActionMode2_1_FullMethodName      = "/dreams.DreamServiceService/OnWindowStartingActionMode2_1"
	DreamServiceService_SetContentView1_FullMethodName                    = "/dreams.DreamServiceService/SetContentView1"
	DreamServiceService_SetContentView2_1_FullMethodName                  = "/dreams.DreamServiceService/SetContentView2_1"
	DreamServiceService_SetContentView1_2_FullMethodName                  = "/dreams.DreamServiceService/SetContentView1_2"
	DreamServiceService_SetFullscreen_FullMethodName                      = "/dreams.DreamServiceService/SetFullscreen"
	DreamServiceService_SetInteractive_FullMethodName                     = "/dreams.DreamServiceService/SetInteractive"
	DreamServiceService_SetScreenBright_FullMethodName                    = "/dreams.DreamServiceService/SetScreenBright"
	DreamServiceService_WakeUp_FullMethodName                             = "/dreams.DreamServiceService/WakeUp"
)

Variables

View Source
var DreamServiceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "dreams.DreamServiceService",
	HandlerType: (*DreamServiceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewDreamService",
			Handler:    _DreamServiceService_NewDreamService_Handler,
		},
		{
			MethodName: "AddContentView",
			Handler:    _DreamServiceService_AddContentView_Handler,
		},
		{
			MethodName: "DispatchGenericMotionEvent",
			Handler:    _DreamServiceService_DispatchGenericMotionEvent_Handler,
		},
		{
			MethodName: "DispatchKeyEvent",
			Handler:    _DreamServiceService_DispatchKeyEvent_Handler,
		},
		{
			MethodName: "DispatchKeyShortcutEvent",
			Handler:    _DreamServiceService_DispatchKeyShortcutEvent_Handler,
		},
		{
			MethodName: "DispatchPopulateAccessibilityEvent",
			Handler:    _DreamServiceService_DispatchPopulateAccessibilityEvent_Handler,
		},
		{
			MethodName: "DispatchTouchEvent",
			Handler:    _DreamServiceService_DispatchTouchEvent_Handler,
		},
		{
			MethodName: "DispatchTrackballEvent",
			Handler:    _DreamServiceService_DispatchTrackballEvent_Handler,
		},
		{
			MethodName: "Finish",
			Handler:    _DreamServiceService_Finish_Handler,
		},
		{
			MethodName: "GetWindow",
			Handler:    _DreamServiceService_GetWindow_Handler,
		},
		{
			MethodName: "GetWindowManager",
			Handler:    _DreamServiceService_GetWindowManager_Handler,
		},
		{
			MethodName: "IsFullscreen",
			Handler:    _DreamServiceService_IsFullscreen_Handler,
		},
		{
			MethodName: "IsInteractive",
			Handler:    _DreamServiceService_IsInteractive_Handler,
		},
		{
			MethodName: "IsScreenBright",
			Handler:    _DreamServiceService_IsScreenBright_Handler,
		},
		{
			MethodName: "OnActionModeFinished",
			Handler:    _DreamServiceService_OnActionModeFinished_Handler,
		},
		{
			MethodName: "OnActionModeStarted",
			Handler:    _DreamServiceService_OnActionModeStarted_Handler,
		},
		{
			MethodName: "OnAttachedToWindow",
			Handler:    _DreamServiceService_OnAttachedToWindow_Handler,
		},
		{
			MethodName: "OnBind",
			Handler:    _DreamServiceService_OnBind_Handler,
		},
		{
			MethodName: "OnContentChanged",
			Handler:    _DreamServiceService_OnContentChanged_Handler,
		},
		{
			MethodName: "OnCreate",
			Handler:    _DreamServiceService_OnCreate_Handler,
		},
		{
			MethodName: "OnCreatePanelMenu",
			Handler:    _DreamServiceService_OnCreatePanelMenu_Handler,
		},
		{
			MethodName: "OnCreatePanelView",
			Handler:    _DreamServiceService_OnCreatePanelView_Handler,
		},
		{
			MethodName: "OnDestroy",
			Handler:    _DreamServiceService_OnDestroy_Handler,
		},
		{
			MethodName: "OnDetachedFromWindow",
			Handler:    _DreamServiceService_OnDetachedFromWindow_Handler,
		},
		{
			MethodName: "OnDreamingStarted",
			Handler:    _DreamServiceService_OnDreamingStarted_Handler,
		},
		{
			MethodName: "OnDreamingStopped",
			Handler:    _DreamServiceService_OnDreamingStopped_Handler,
		},
		{
			MethodName: "OnMenuItemSelected",
			Handler:    _DreamServiceService_OnMenuItemSelected_Handler,
		},
		{
			MethodName: "OnMenuOpened",
			Handler:    _DreamServiceService_OnMenuOpened_Handler,
		},
		{
			MethodName: "OnPanelClosed",
			Handler:    _DreamServiceService_OnPanelClosed_Handler,
		},
		{
			MethodName: "OnPreparePanel",
			Handler:    _DreamServiceService_OnPreparePanel_Handler,
		},
		{
			MethodName: "OnSearchRequested0",
			Handler:    _DreamServiceService_OnSearchRequested0_Handler,
		},
		{
			MethodName: "OnSearchRequested1_1",
			Handler:    _DreamServiceService_OnSearchRequested1_1_Handler,
		},
		{
			MethodName: "OnUnbind",
			Handler:    _DreamServiceService_OnUnbind_Handler,
		},
		{
			MethodName: "OnWakeUp",
			Handler:    _DreamServiceService_OnWakeUp_Handler,
		},
		{
			MethodName: "OnWindowAttributesChanged",
			Handler:    _DreamServiceService_OnWindowAttributesChanged_Handler,
		},
		{
			MethodName: "OnWindowFocusChanged",
			Handler:    _DreamServiceService_OnWindowFocusChanged_Handler,
		},
		{
			MethodName: "OnWindowStartingActionMode1",
			Handler:    _DreamServiceService_OnWindowStartingActionMode1_Handler,
		},
		{
			MethodName: "OnWindowStartingActionMode2_1",
			Handler:    _DreamServiceService_OnWindowStartingActionMode2_1_Handler,
		},
		{
			MethodName: "SetContentView1",
			Handler:    _DreamServiceService_SetContentView1_Handler,
		},
		{
			MethodName: "SetContentView2_1",
			Handler:    _DreamServiceService_SetContentView2_1_Handler,
		},
		{
			MethodName: "SetContentView1_2",
			Handler:    _DreamServiceService_SetContentView1_2_Handler,
		},
		{
			MethodName: "SetFullscreen",
			Handler:    _DreamServiceService_SetFullscreen_Handler,
		},
		{
			MethodName: "SetInteractive",
			Handler:    _DreamServiceService_SetInteractive_Handler,
		},
		{
			MethodName: "SetScreenBright",
			Handler:    _DreamServiceService_SetScreenBright_Handler,
		},
		{
			MethodName: "WakeUp",
			Handler:    _DreamServiceService_WakeUp_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/dreams/dreams.proto",
}

DreamServiceService_ServiceDesc is the grpc.ServiceDesc for DreamServiceService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_proto_dreams_dreams_proto protoreflect.FileDescriptor

Functions

func RegisterDreamServiceServiceServer

func RegisterDreamServiceServiceServer(s grpc.ServiceRegistrar, srv DreamServiceServiceServer)

Types

type AddContentViewRequest

type AddContentViewRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*AddContentViewRequest) Descriptor deprecated

func (*AddContentViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddContentViewRequest.ProtoReflect.Descriptor instead.

func (*AddContentViewRequest) GetArg0

func (x *AddContentViewRequest) GetArg0() int64

func (*AddContentViewRequest) GetArg1

func (x *AddContentViewRequest) GetArg1() int64

func (*AddContentViewRequest) GetHandle

func (x *AddContentViewRequest) GetHandle() int64

func (*AddContentViewRequest) ProtoMessage

func (*AddContentViewRequest) ProtoMessage()

func (*AddContentViewRequest) ProtoReflect

func (x *AddContentViewRequest) ProtoReflect() protoreflect.Message

func (*AddContentViewRequest) Reset

func (x *AddContentViewRequest) Reset()

func (*AddContentViewRequest) String

func (x *AddContentViewRequest) String() string

type AddContentViewResponse

type AddContentViewResponse struct {
	// contains filtered or unexported fields
}

func (*AddContentViewResponse) Descriptor deprecated

func (*AddContentViewResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddContentViewResponse.ProtoReflect.Descriptor instead.

func (*AddContentViewResponse) ProtoMessage

func (*AddContentViewResponse) ProtoMessage()

func (*AddContentViewResponse) ProtoReflect

func (x *AddContentViewResponse) ProtoReflect() protoreflect.Message

func (*AddContentViewResponse) Reset

func (x *AddContentViewResponse) Reset()

func (*AddContentViewResponse) String

func (x *AddContentViewResponse) String() string

type DispatchGenericMotionEventRequest

type DispatchGenericMotionEventRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchGenericMotionEventRequest) Descriptor deprecated

func (*DispatchGenericMotionEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use DispatchGenericMotionEventRequest.ProtoReflect.Descriptor instead.

func (*DispatchGenericMotionEventRequest) GetArg0

func (*DispatchGenericMotionEventRequest) GetHandle

func (*DispatchGenericMotionEventRequest) ProtoMessage

func (*DispatchGenericMotionEventRequest) ProtoMessage()

func (*DispatchGenericMotionEventRequest) ProtoReflect

func (*DispatchGenericMotionEventRequest) Reset

func (*DispatchGenericMotionEventRequest) String

type DispatchGenericMotionEventResponse

type DispatchGenericMotionEventResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchGenericMotionEventResponse) Descriptor deprecated

func (*DispatchGenericMotionEventResponse) Descriptor() ([]byte, []int)

Deprecated: Use DispatchGenericMotionEventResponse.ProtoReflect.Descriptor instead.

func (*DispatchGenericMotionEventResponse) GetResult

func (*DispatchGenericMotionEventResponse) ProtoMessage

func (*DispatchGenericMotionEventResponse) ProtoMessage()

func (*DispatchGenericMotionEventResponse) ProtoReflect

func (*DispatchGenericMotionEventResponse) Reset

func (*DispatchGenericMotionEventResponse) String

type DispatchKeyEventRequest

type DispatchKeyEventRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchKeyEventRequest) Descriptor deprecated

func (*DispatchKeyEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use DispatchKeyEventRequest.ProtoReflect.Descriptor instead.

func (*DispatchKeyEventRequest) GetArg0

func (x *DispatchKeyEventRequest) GetArg0() int64

func (*DispatchKeyEventRequest) GetHandle

func (x *DispatchKeyEventRequest) GetHandle() int64

func (*DispatchKeyEventRequest) ProtoMessage

func (*DispatchKeyEventRequest) ProtoMessage()

func (*DispatchKeyEventRequest) ProtoReflect

func (x *DispatchKeyEventRequest) ProtoReflect() protoreflect.Message

func (*DispatchKeyEventRequest) Reset

func (x *DispatchKeyEventRequest) Reset()

func (*DispatchKeyEventRequest) String

func (x *DispatchKeyEventRequest) String() string

type DispatchKeyEventResponse

type DispatchKeyEventResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchKeyEventResponse) Descriptor deprecated

func (*DispatchKeyEventResponse) Descriptor() ([]byte, []int)

Deprecated: Use DispatchKeyEventResponse.ProtoReflect.Descriptor instead.

func (*DispatchKeyEventResponse) GetResult

func (x *DispatchKeyEventResponse) GetResult() bool

func (*DispatchKeyEventResponse) ProtoMessage

func (*DispatchKeyEventResponse) ProtoMessage()

func (*DispatchKeyEventResponse) ProtoReflect

func (x *DispatchKeyEventResponse) ProtoReflect() protoreflect.Message

func (*DispatchKeyEventResponse) Reset

func (x *DispatchKeyEventResponse) Reset()

func (*DispatchKeyEventResponse) String

func (x *DispatchKeyEventResponse) String() string

type DispatchKeyShortcutEventRequest

type DispatchKeyShortcutEventRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchKeyShortcutEventRequest) Descriptor deprecated

func (*DispatchKeyShortcutEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use DispatchKeyShortcutEventRequest.ProtoReflect.Descriptor instead.

func (*DispatchKeyShortcutEventRequest) GetArg0

func (*DispatchKeyShortcutEventRequest) GetHandle

func (x *DispatchKeyShortcutEventRequest) GetHandle() int64

func (*DispatchKeyShortcutEventRequest) ProtoMessage

func (*DispatchKeyShortcutEventRequest) ProtoMessage()

func (*DispatchKeyShortcutEventRequest) ProtoReflect

func (*DispatchKeyShortcutEventRequest) Reset

func (*DispatchKeyShortcutEventRequest) String

type DispatchKeyShortcutEventResponse

type DispatchKeyShortcutEventResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchKeyShortcutEventResponse) Descriptor deprecated

func (*DispatchKeyShortcutEventResponse) Descriptor() ([]byte, []int)

Deprecated: Use DispatchKeyShortcutEventResponse.ProtoReflect.Descriptor instead.

func (*DispatchKeyShortcutEventResponse) GetResult

func (x *DispatchKeyShortcutEventResponse) GetResult() bool

func (*DispatchKeyShortcutEventResponse) ProtoMessage

func (*DispatchKeyShortcutEventResponse) ProtoMessage()

func (*DispatchKeyShortcutEventResponse) ProtoReflect

func (*DispatchKeyShortcutEventResponse) Reset

func (*DispatchKeyShortcutEventResponse) String

type DispatchPopulateAccessibilityEventRequest

type DispatchPopulateAccessibilityEventRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchPopulateAccessibilityEventRequest) Descriptor deprecated

func (*DispatchPopulateAccessibilityEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use DispatchPopulateAccessibilityEventRequest.ProtoReflect.Descriptor instead.

func (*DispatchPopulateAccessibilityEventRequest) GetArg0

func (*DispatchPopulateAccessibilityEventRequest) GetHandle

func (*DispatchPopulateAccessibilityEventRequest) ProtoMessage

func (*DispatchPopulateAccessibilityEventRequest) ProtoReflect

func (*DispatchPopulateAccessibilityEventRequest) Reset

func (*DispatchPopulateAccessibilityEventRequest) String

type DispatchPopulateAccessibilityEventResponse

type DispatchPopulateAccessibilityEventResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchPopulateAccessibilityEventResponse) Descriptor deprecated

Deprecated: Use DispatchPopulateAccessibilityEventResponse.ProtoReflect.Descriptor instead.

func (*DispatchPopulateAccessibilityEventResponse) GetResult

func (*DispatchPopulateAccessibilityEventResponse) ProtoMessage

func (*DispatchPopulateAccessibilityEventResponse) ProtoReflect

func (*DispatchPopulateAccessibilityEventResponse) Reset

func (*DispatchPopulateAccessibilityEventResponse) String

type DispatchTouchEventRequest

type DispatchTouchEventRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchTouchEventRequest) Descriptor deprecated

func (*DispatchTouchEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use DispatchTouchEventRequest.ProtoReflect.Descriptor instead.

func (*DispatchTouchEventRequest) GetArg0

func (x *DispatchTouchEventRequest) GetArg0() int64

func (*DispatchTouchEventRequest) GetHandle

func (x *DispatchTouchEventRequest) GetHandle() int64

func (*DispatchTouchEventRequest) ProtoMessage

func (*DispatchTouchEventRequest) ProtoMessage()

func (*DispatchTouchEventRequest) ProtoReflect

func (*DispatchTouchEventRequest) Reset

func (x *DispatchTouchEventRequest) Reset()

func (*DispatchTouchEventRequest) String

func (x *DispatchTouchEventRequest) String() string

type DispatchTouchEventResponse

type DispatchTouchEventResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchTouchEventResponse) Descriptor deprecated

func (*DispatchTouchEventResponse) Descriptor() ([]byte, []int)

Deprecated: Use DispatchTouchEventResponse.ProtoReflect.Descriptor instead.

func (*DispatchTouchEventResponse) GetResult

func (x *DispatchTouchEventResponse) GetResult() bool

func (*DispatchTouchEventResponse) ProtoMessage

func (*DispatchTouchEventResponse) ProtoMessage()

func (*DispatchTouchEventResponse) ProtoReflect

func (*DispatchTouchEventResponse) Reset

func (x *DispatchTouchEventResponse) Reset()

func (*DispatchTouchEventResponse) String

func (x *DispatchTouchEventResponse) String() string

type DispatchTrackballEventRequest

type DispatchTrackballEventRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchTrackballEventRequest) Descriptor deprecated

func (*DispatchTrackballEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use DispatchTrackballEventRequest.ProtoReflect.Descriptor instead.

func (*DispatchTrackballEventRequest) GetArg0

func (x *DispatchTrackballEventRequest) GetArg0() int64

func (*DispatchTrackballEventRequest) GetHandle

func (x *DispatchTrackballEventRequest) GetHandle() int64

func (*DispatchTrackballEventRequest) ProtoMessage

func (*DispatchTrackballEventRequest) ProtoMessage()

func (*DispatchTrackballEventRequest) ProtoReflect

func (*DispatchTrackballEventRequest) Reset

func (x *DispatchTrackballEventRequest) Reset()

func (*DispatchTrackballEventRequest) String

type DispatchTrackballEventResponse

type DispatchTrackballEventResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchTrackballEventResponse) Descriptor deprecated

func (*DispatchTrackballEventResponse) Descriptor() ([]byte, []int)

Deprecated: Use DispatchTrackballEventResponse.ProtoReflect.Descriptor instead.

func (*DispatchTrackballEventResponse) GetResult

func (x *DispatchTrackballEventResponse) GetResult() bool

func (*DispatchTrackballEventResponse) ProtoMessage

func (*DispatchTrackballEventResponse) ProtoMessage()

func (*DispatchTrackballEventResponse) ProtoReflect

func (*DispatchTrackballEventResponse) Reset

func (x *DispatchTrackballEventResponse) Reset()

func (*DispatchTrackballEventResponse) String

type DreamServiceServiceClient

type DreamServiceServiceClient interface {
	NewDreamService(ctx context.Context, in *NewDreamServiceRequest, opts ...grpc.CallOption) (*NewDreamServiceResponse, error)
	AddContentView(ctx context.Context, in *AddContentViewRequest, opts ...grpc.CallOption) (*AddContentViewResponse, error)
	DispatchGenericMotionEvent(ctx context.Context, in *DispatchGenericMotionEventRequest, opts ...grpc.CallOption) (*DispatchGenericMotionEventResponse, error)
	DispatchKeyEvent(ctx context.Context, in *DispatchKeyEventRequest, opts ...grpc.CallOption) (*DispatchKeyEventResponse, error)
	DispatchKeyShortcutEvent(ctx context.Context, in *DispatchKeyShortcutEventRequest, opts ...grpc.CallOption) (*DispatchKeyShortcutEventResponse, error)
	DispatchPopulateAccessibilityEvent(ctx context.Context, in *DispatchPopulateAccessibilityEventRequest, opts ...grpc.CallOption) (*DispatchPopulateAccessibilityEventResponse, error)
	DispatchTouchEvent(ctx context.Context, in *DispatchTouchEventRequest, opts ...grpc.CallOption) (*DispatchTouchEventResponse, error)
	DispatchTrackballEvent(ctx context.Context, in *DispatchTrackballEventRequest, opts ...grpc.CallOption) (*DispatchTrackballEventResponse, error)
	Finish(ctx context.Context, in *FinishRequest, opts ...grpc.CallOption) (*FinishResponse, error)
	GetWindow(ctx context.Context, in *GetWindowRequest, opts ...grpc.CallOption) (*GetWindowResponse, error)
	GetWindowManager(ctx context.Context, in *GetWindowManagerRequest, opts ...grpc.CallOption) (*GetWindowManagerResponse, error)
	IsFullscreen(ctx context.Context, in *IsFullscreenRequest, opts ...grpc.CallOption) (*IsFullscreenResponse, error)
	IsInteractive(ctx context.Context, in *IsInteractiveRequest, opts ...grpc.CallOption) (*IsInteractiveResponse, error)
	IsScreenBright(ctx context.Context, in *IsScreenBrightRequest, opts ...grpc.CallOption) (*IsScreenBrightResponse, error)
	OnActionModeFinished(ctx context.Context, in *OnActionModeFinishedRequest, opts ...grpc.CallOption) (*OnActionModeFinishedResponse, error)
	OnActionModeStarted(ctx context.Context, in *OnActionModeStartedRequest, opts ...grpc.CallOption) (*OnActionModeStartedResponse, error)
	OnAttachedToWindow(ctx context.Context, in *OnAttachedToWindowRequest, opts ...grpc.CallOption) (*OnAttachedToWindowResponse, error)
	OnBind(ctx context.Context, in *OnBindRequest, opts ...grpc.CallOption) (*OnBindResponse, error)
	OnContentChanged(ctx context.Context, in *OnContentChangedRequest, opts ...grpc.CallOption) (*OnContentChangedResponse, error)
	OnCreate(ctx context.Context, in *OnCreateRequest, opts ...grpc.CallOption) (*OnCreateResponse, error)
	OnCreatePanelMenu(ctx context.Context, in *OnCreatePanelMenuRequest, opts ...grpc.CallOption) (*OnCreatePanelMenuResponse, error)
	OnCreatePanelView(ctx context.Context, in *OnCreatePanelViewRequest, opts ...grpc.CallOption) (*OnCreatePanelViewResponse, error)
	OnDestroy(ctx context.Context, in *OnDestroyRequest, opts ...grpc.CallOption) (*OnDestroyResponse, error)
	OnDetachedFromWindow(ctx context.Context, in *OnDetachedFromWindowRequest, opts ...grpc.CallOption) (*OnDetachedFromWindowResponse, error)
	OnDreamingStarted(ctx context.Context, in *OnDreamingStartedRequest, opts ...grpc.CallOption) (*OnDreamingStartedResponse, error)
	OnDreamingStopped(ctx context.Context, in *OnDreamingStoppedRequest, opts ...grpc.CallOption) (*OnDreamingStoppedResponse, error)
	OnMenuItemSelected(ctx context.Context, in *OnMenuItemSelectedRequest, opts ...grpc.CallOption) (*OnMenuItemSelectedResponse, error)
	OnMenuOpened(ctx context.Context, in *OnMenuOpenedRequest, opts ...grpc.CallOption) (*OnMenuOpenedResponse, error)
	OnPanelClosed(ctx context.Context, in *OnPanelClosedRequest, opts ...grpc.CallOption) (*OnPanelClosedResponse, error)
	OnPreparePanel(ctx context.Context, in *OnPreparePanelRequest, opts ...grpc.CallOption) (*OnPreparePanelResponse, error)
	OnSearchRequested0(ctx context.Context, in *OnSearchRequested0Request, opts ...grpc.CallOption) (*OnSearchRequested0Response, error)
	OnSearchRequested1_1(ctx context.Context, in *OnSearchRequested1_1Request, opts ...grpc.CallOption) (*OnSearchRequested1_1Response, error)
	OnUnbind(ctx context.Context, in *OnUnbindRequest, opts ...grpc.CallOption) (*OnUnbindResponse, error)
	OnWakeUp(ctx context.Context, in *OnWakeUpRequest, opts ...grpc.CallOption) (*OnWakeUpResponse, error)
	OnWindowAttributesChanged(ctx context.Context, in *OnWindowAttributesChangedRequest, opts ...grpc.CallOption) (*OnWindowAttributesChangedResponse, error)
	OnWindowFocusChanged(ctx context.Context, in *OnWindowFocusChangedRequest, opts ...grpc.CallOption) (*OnWindowFocusChangedResponse, error)
	OnWindowStartingActionMode1(ctx context.Context, in *OnWindowStartingActionMode1Request, opts ...grpc.CallOption) (*OnWindowStartingActionMode1Response, error)
	OnWindowStartingActionMode2_1(ctx context.Context, in *OnWindowStartingActionMode2_1Request, opts ...grpc.CallOption) (*OnWindowStartingActionMode2_1Response, error)
	SetContentView1(ctx context.Context, in *SetContentView1Request, opts ...grpc.CallOption) (*SetContentView1Response, error)
	SetContentView2_1(ctx context.Context, in *SetContentView2_1Request, opts ...grpc.CallOption) (*SetContentView2_1Response, error)
	SetContentView1_2(ctx context.Context, in *SetContentView1_2Request, opts ...grpc.CallOption) (*SetContentView1_2Response, error)
	SetFullscreen(ctx context.Context, in *SetFullscreenRequest, opts ...grpc.CallOption) (*SetFullscreenResponse, error)
	SetInteractive(ctx context.Context, in *SetInteractiveRequest, opts ...grpc.CallOption) (*SetInteractiveResponse, error)
	SetScreenBright(ctx context.Context, in *SetScreenBrightRequest, opts ...grpc.CallOption) (*SetScreenBrightResponse, error)
	WakeUp(ctx context.Context, in *WakeUpRequest, opts ...grpc.CallOption) (*WakeUpResponse, error)
}

DreamServiceServiceClient is the client API for DreamServiceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DreamServiceServiceServer

type DreamServiceServiceServer interface {
	NewDreamService(context.Context, *NewDreamServiceRequest) (*NewDreamServiceResponse, error)
	AddContentView(context.Context, *AddContentViewRequest) (*AddContentViewResponse, error)
	DispatchGenericMotionEvent(context.Context, *DispatchGenericMotionEventRequest) (*DispatchGenericMotionEventResponse, error)
	DispatchKeyEvent(context.Context, *DispatchKeyEventRequest) (*DispatchKeyEventResponse, error)
	DispatchKeyShortcutEvent(context.Context, *DispatchKeyShortcutEventRequest) (*DispatchKeyShortcutEventResponse, error)
	DispatchPopulateAccessibilityEvent(context.Context, *DispatchPopulateAccessibilityEventRequest) (*DispatchPopulateAccessibilityEventResponse, error)
	DispatchTouchEvent(context.Context, *DispatchTouchEventRequest) (*DispatchTouchEventResponse, error)
	DispatchTrackballEvent(context.Context, *DispatchTrackballEventRequest) (*DispatchTrackballEventResponse, error)
	Finish(context.Context, *FinishRequest) (*FinishResponse, error)
	GetWindow(context.Context, *GetWindowRequest) (*GetWindowResponse, error)
	GetWindowManager(context.Context, *GetWindowManagerRequest) (*GetWindowManagerResponse, error)
	IsFullscreen(context.Context, *IsFullscreenRequest) (*IsFullscreenResponse, error)
	IsInteractive(context.Context, *IsInteractiveRequest) (*IsInteractiveResponse, error)
	IsScreenBright(context.Context, *IsScreenBrightRequest) (*IsScreenBrightResponse, error)
	OnActionModeFinished(context.Context, *OnActionModeFinishedRequest) (*OnActionModeFinishedResponse, error)
	OnActionModeStarted(context.Context, *OnActionModeStartedRequest) (*OnActionModeStartedResponse, error)
	OnAttachedToWindow(context.Context, *OnAttachedToWindowRequest) (*OnAttachedToWindowResponse, error)
	OnBind(context.Context, *OnBindRequest) (*OnBindResponse, error)
	OnContentChanged(context.Context, *OnContentChangedRequest) (*OnContentChangedResponse, error)
	OnCreate(context.Context, *OnCreateRequest) (*OnCreateResponse, error)
	OnCreatePanelMenu(context.Context, *OnCreatePanelMenuRequest) (*OnCreatePanelMenuResponse, error)
	OnCreatePanelView(context.Context, *OnCreatePanelViewRequest) (*OnCreatePanelViewResponse, error)
	OnDestroy(context.Context, *OnDestroyRequest) (*OnDestroyResponse, error)
	OnDetachedFromWindow(context.Context, *OnDetachedFromWindowRequest) (*OnDetachedFromWindowResponse, error)
	OnDreamingStarted(context.Context, *OnDreamingStartedRequest) (*OnDreamingStartedResponse, error)
	OnDreamingStopped(context.Context, *OnDreamingStoppedRequest) (*OnDreamingStoppedResponse, error)
	OnMenuItemSelected(context.Context, *OnMenuItemSelectedRequest) (*OnMenuItemSelectedResponse, error)
	OnMenuOpened(context.Context, *OnMenuOpenedRequest) (*OnMenuOpenedResponse, error)
	OnPanelClosed(context.Context, *OnPanelClosedRequest) (*OnPanelClosedResponse, error)
	OnPreparePanel(context.Context, *OnPreparePanelRequest) (*OnPreparePanelResponse, error)
	OnSearchRequested0(context.Context, *OnSearchRequested0Request) (*OnSearchRequested0Response, error)
	OnSearchRequested1_1(context.Context, *OnSearchRequested1_1Request) (*OnSearchRequested1_1Response, error)
	OnUnbind(context.Context, *OnUnbindRequest) (*OnUnbindResponse, error)
	OnWakeUp(context.Context, *OnWakeUpRequest) (*OnWakeUpResponse, error)
	OnWindowAttributesChanged(context.Context, *OnWindowAttributesChangedRequest) (*OnWindowAttributesChangedResponse, error)
	OnWindowFocusChanged(context.Context, *OnWindowFocusChangedRequest) (*OnWindowFocusChangedResponse, error)
	OnWindowStartingActionMode1(context.Context, *OnWindowStartingActionMode1Request) (*OnWindowStartingActionMode1Response, error)
	OnWindowStartingActionMode2_1(context.Context, *OnWindowStartingActionMode2_1Request) (*OnWindowStartingActionMode2_1Response, error)
	SetContentView1(context.Context, *SetContentView1Request) (*SetContentView1Response, error)
	SetContentView2_1(context.Context, *SetContentView2_1Request) (*SetContentView2_1Response, error)
	SetContentView1_2(context.Context, *SetContentView1_2Request) (*SetContentView1_2Response, error)
	SetFullscreen(context.Context, *SetFullscreenRequest) (*SetFullscreenResponse, error)
	SetInteractive(context.Context, *SetInteractiveRequest) (*SetInteractiveResponse, error)
	SetScreenBright(context.Context, *SetScreenBrightRequest) (*SetScreenBrightResponse, error)
	WakeUp(context.Context, *WakeUpRequest) (*WakeUpResponse, error)
	// contains filtered or unexported methods
}

DreamServiceServiceServer is the server API for DreamServiceService service. All implementations must embed UnimplementedDreamServiceServiceServer for forward compatibility.

type FinishRequest

type FinishRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*FinishRequest) Descriptor deprecated

func (*FinishRequest) Descriptor() ([]byte, []int)

Deprecated: Use FinishRequest.ProtoReflect.Descriptor instead.

func (*FinishRequest) GetHandle

func (x *FinishRequest) GetHandle() int64

func (*FinishRequest) ProtoMessage

func (*FinishRequest) ProtoMessage()

func (*FinishRequest) ProtoReflect

func (x *FinishRequest) ProtoReflect() protoreflect.Message

func (*FinishRequest) Reset

func (x *FinishRequest) Reset()

func (*FinishRequest) String

func (x *FinishRequest) String() string

type FinishResponse

type FinishResponse struct {
	// contains filtered or unexported fields
}

func (*FinishResponse) Descriptor deprecated

func (*FinishResponse) Descriptor() ([]byte, []int)

Deprecated: Use FinishResponse.ProtoReflect.Descriptor instead.

func (*FinishResponse) ProtoMessage

func (*FinishResponse) ProtoMessage()

func (*FinishResponse) ProtoReflect

func (x *FinishResponse) ProtoReflect() protoreflect.Message

func (*FinishResponse) Reset

func (x *FinishResponse) Reset()

func (*FinishResponse) String

func (x *FinishResponse) String() string

type GetWindowManagerRequest

type GetWindowManagerRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWindowManagerRequest) Descriptor deprecated

func (*GetWindowManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWindowManagerRequest.ProtoReflect.Descriptor instead.

func (*GetWindowManagerRequest) GetHandle

func (x *GetWindowManagerRequest) GetHandle() int64

func (*GetWindowManagerRequest) ProtoMessage

func (*GetWindowManagerRequest) ProtoMessage()

func (*GetWindowManagerRequest) ProtoReflect

func (x *GetWindowManagerRequest) ProtoReflect() protoreflect.Message

func (*GetWindowManagerRequest) Reset

func (x *GetWindowManagerRequest) Reset()

func (*GetWindowManagerRequest) String

func (x *GetWindowManagerRequest) String() string

type GetWindowManagerResponse

type GetWindowManagerResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWindowManagerResponse) Descriptor deprecated

func (*GetWindowManagerResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWindowManagerResponse.ProtoReflect.Descriptor instead.

func (*GetWindowManagerResponse) GetResult

func (x *GetWindowManagerResponse) GetResult() int64

func (*GetWindowManagerResponse) ProtoMessage

func (*GetWindowManagerResponse) ProtoMessage()

func (*GetWindowManagerResponse) ProtoReflect

func (x *GetWindowManagerResponse) ProtoReflect() protoreflect.Message

func (*GetWindowManagerResponse) Reset

func (x *GetWindowManagerResponse) Reset()

func (*GetWindowManagerResponse) String

func (x *GetWindowManagerResponse) String() string

type GetWindowRequest

type GetWindowRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWindowRequest) Descriptor deprecated

func (*GetWindowRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWindowRequest.ProtoReflect.Descriptor instead.

func (*GetWindowRequest) GetHandle

func (x *GetWindowRequest) GetHandle() int64

func (*GetWindowRequest) ProtoMessage

func (*GetWindowRequest) ProtoMessage()

func (*GetWindowRequest) ProtoReflect

func (x *GetWindowRequest) ProtoReflect() protoreflect.Message

func (*GetWindowRequest) Reset

func (x *GetWindowRequest) Reset()

func (*GetWindowRequest) String

func (x *GetWindowRequest) String() string

type GetWindowResponse

type GetWindowResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWindowResponse) Descriptor deprecated

func (*GetWindowResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWindowResponse.ProtoReflect.Descriptor instead.

func (*GetWindowResponse) GetResult

func (x *GetWindowResponse) GetResult() int64

func (*GetWindowResponse) ProtoMessage

func (*GetWindowResponse) ProtoMessage()

func (*GetWindowResponse) ProtoReflect

func (x *GetWindowResponse) ProtoReflect() protoreflect.Message

func (*GetWindowResponse) Reset

func (x *GetWindowResponse) Reset()

func (*GetWindowResponse) String

func (x *GetWindowResponse) String() string

type IsFullscreenRequest

type IsFullscreenRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*IsFullscreenRequest) Descriptor deprecated

func (*IsFullscreenRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsFullscreenRequest.ProtoReflect.Descriptor instead.

func (*IsFullscreenRequest) GetHandle

func (x *IsFullscreenRequest) GetHandle() int64

func (*IsFullscreenRequest) ProtoMessage

func (*IsFullscreenRequest) ProtoMessage()

func (*IsFullscreenRequest) ProtoReflect

func (x *IsFullscreenRequest) ProtoReflect() protoreflect.Message

func (*IsFullscreenRequest) Reset

func (x *IsFullscreenRequest) Reset()

func (*IsFullscreenRequest) String

func (x *IsFullscreenRequest) String() string

type IsFullscreenResponse

type IsFullscreenResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsFullscreenResponse) Descriptor deprecated

func (*IsFullscreenResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsFullscreenResponse.ProtoReflect.Descriptor instead.

func (*IsFullscreenResponse) GetResult

func (x *IsFullscreenResponse) GetResult() bool

func (*IsFullscreenResponse) ProtoMessage

func (*IsFullscreenResponse) ProtoMessage()

func (*IsFullscreenResponse) ProtoReflect

func (x *IsFullscreenResponse) ProtoReflect() protoreflect.Message

func (*IsFullscreenResponse) Reset

func (x *IsFullscreenResponse) Reset()

func (*IsFullscreenResponse) String

func (x *IsFullscreenResponse) String() string

type IsInteractiveRequest

type IsInteractiveRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*IsInteractiveRequest) Descriptor deprecated

func (*IsInteractiveRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsInteractiveRequest.ProtoReflect.Descriptor instead.

func (*IsInteractiveRequest) GetHandle

func (x *IsInteractiveRequest) GetHandle() int64

func (*IsInteractiveRequest) ProtoMessage

func (*IsInteractiveRequest) ProtoMessage()

func (*IsInteractiveRequest) ProtoReflect

func (x *IsInteractiveRequest) ProtoReflect() protoreflect.Message

func (*IsInteractiveRequest) Reset

func (x *IsInteractiveRequest) Reset()

func (*IsInteractiveRequest) String

func (x *IsInteractiveRequest) String() string

type IsInteractiveResponse

type IsInteractiveResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsInteractiveResponse) Descriptor deprecated

func (*IsInteractiveResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsInteractiveResponse.ProtoReflect.Descriptor instead.

func (*IsInteractiveResponse) GetResult

func (x *IsInteractiveResponse) GetResult() bool

func (*IsInteractiveResponse) ProtoMessage

func (*IsInteractiveResponse) ProtoMessage()

func (*IsInteractiveResponse) ProtoReflect

func (x *IsInteractiveResponse) ProtoReflect() protoreflect.Message

func (*IsInteractiveResponse) Reset

func (x *IsInteractiveResponse) Reset()

func (*IsInteractiveResponse) String

func (x *IsInteractiveResponse) String() string

type IsScreenBrightRequest

type IsScreenBrightRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*IsScreenBrightRequest) Descriptor deprecated

func (*IsScreenBrightRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsScreenBrightRequest.ProtoReflect.Descriptor instead.

func (*IsScreenBrightRequest) GetHandle

func (x *IsScreenBrightRequest) GetHandle() int64

func (*IsScreenBrightRequest) ProtoMessage

func (*IsScreenBrightRequest) ProtoMessage()

func (*IsScreenBrightRequest) ProtoReflect

func (x *IsScreenBrightRequest) ProtoReflect() protoreflect.Message

func (*IsScreenBrightRequest) Reset

func (x *IsScreenBrightRequest) Reset()

func (*IsScreenBrightRequest) String

func (x *IsScreenBrightRequest) String() string

type IsScreenBrightResponse

type IsScreenBrightResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsScreenBrightResponse) Descriptor deprecated

func (*IsScreenBrightResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsScreenBrightResponse.ProtoReflect.Descriptor instead.

func (*IsScreenBrightResponse) GetResult

func (x *IsScreenBrightResponse) GetResult() bool

func (*IsScreenBrightResponse) ProtoMessage

func (*IsScreenBrightResponse) ProtoMessage()

func (*IsScreenBrightResponse) ProtoReflect

func (x *IsScreenBrightResponse) ProtoReflect() protoreflect.Message

func (*IsScreenBrightResponse) Reset

func (x *IsScreenBrightResponse) Reset()

func (*IsScreenBrightResponse) String

func (x *IsScreenBrightResponse) String() string

type NewDreamServiceRequest

type NewDreamServiceRequest struct {
	// contains filtered or unexported fields
}

func (*NewDreamServiceRequest) Descriptor deprecated

func (*NewDreamServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewDreamServiceRequest.ProtoReflect.Descriptor instead.

func (*NewDreamServiceRequest) ProtoMessage

func (*NewDreamServiceRequest) ProtoMessage()

func (*NewDreamServiceRequest) ProtoReflect

func (x *NewDreamServiceRequest) ProtoReflect() protoreflect.Message

func (*NewDreamServiceRequest) Reset

func (x *NewDreamServiceRequest) Reset()

func (*NewDreamServiceRequest) String

func (x *NewDreamServiceRequest) String() string

type NewDreamServiceResponse

type NewDreamServiceResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewDreamServiceResponse) Descriptor deprecated

func (*NewDreamServiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewDreamServiceResponse.ProtoReflect.Descriptor instead.

func (*NewDreamServiceResponse) GetResult

func (x *NewDreamServiceResponse) GetResult() int64

func (*NewDreamServiceResponse) ProtoMessage

func (*NewDreamServiceResponse) ProtoMessage()

func (*NewDreamServiceResponse) ProtoReflect

func (x *NewDreamServiceResponse) ProtoReflect() protoreflect.Message

func (*NewDreamServiceResponse) Reset

func (x *NewDreamServiceResponse) Reset()

func (*NewDreamServiceResponse) String

func (x *NewDreamServiceResponse) String() string

type OnActionModeFinishedRequest

type OnActionModeFinishedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnActionModeFinishedRequest) Descriptor deprecated

func (*OnActionModeFinishedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnActionModeFinishedRequest.ProtoReflect.Descriptor instead.

func (*OnActionModeFinishedRequest) GetArg0

func (x *OnActionModeFinishedRequest) GetArg0() int64

func (*OnActionModeFinishedRequest) GetHandle

func (x *OnActionModeFinishedRequest) GetHandle() int64

func (*OnActionModeFinishedRequest) ProtoMessage

func (*OnActionModeFinishedRequest) ProtoMessage()

func (*OnActionModeFinishedRequest) ProtoReflect

func (*OnActionModeFinishedRequest) Reset

func (x *OnActionModeFinishedRequest) Reset()

func (*OnActionModeFinishedRequest) String

func (x *OnActionModeFinishedRequest) String() string

type OnActionModeFinishedResponse

type OnActionModeFinishedResponse struct {
	// contains filtered or unexported fields
}

func (*OnActionModeFinishedResponse) Descriptor deprecated

func (*OnActionModeFinishedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnActionModeFinishedResponse.ProtoReflect.Descriptor instead.

func (*OnActionModeFinishedResponse) ProtoMessage

func (*OnActionModeFinishedResponse) ProtoMessage()

func (*OnActionModeFinishedResponse) ProtoReflect

func (*OnActionModeFinishedResponse) Reset

func (x *OnActionModeFinishedResponse) Reset()

func (*OnActionModeFinishedResponse) String

type OnActionModeStartedRequest

type OnActionModeStartedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnActionModeStartedRequest) Descriptor deprecated

func (*OnActionModeStartedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnActionModeStartedRequest.ProtoReflect.Descriptor instead.

func (*OnActionModeStartedRequest) GetArg0

func (x *OnActionModeStartedRequest) GetArg0() int64

func (*OnActionModeStartedRequest) GetHandle

func (x *OnActionModeStartedRequest) GetHandle() int64

func (*OnActionModeStartedRequest) ProtoMessage

func (*OnActionModeStartedRequest) ProtoMessage()

func (*OnActionModeStartedRequest) ProtoReflect

func (*OnActionModeStartedRequest) Reset

func (x *OnActionModeStartedRequest) Reset()

func (*OnActionModeStartedRequest) String

func (x *OnActionModeStartedRequest) String() string

type OnActionModeStartedResponse

type OnActionModeStartedResponse struct {
	// contains filtered or unexported fields
}

func (*OnActionModeStartedResponse) Descriptor deprecated

func (*OnActionModeStartedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnActionModeStartedResponse.ProtoReflect.Descriptor instead.

func (*OnActionModeStartedResponse) ProtoMessage

func (*OnActionModeStartedResponse) ProtoMessage()

func (*OnActionModeStartedResponse) ProtoReflect

func (*OnActionModeStartedResponse) Reset

func (x *OnActionModeStartedResponse) Reset()

func (*OnActionModeStartedResponse) String

func (x *OnActionModeStartedResponse) String() string

type OnAttachedToWindowRequest

type OnAttachedToWindowRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAttachedToWindowRequest) Descriptor deprecated

func (*OnAttachedToWindowRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnAttachedToWindowRequest.ProtoReflect.Descriptor instead.

func (*OnAttachedToWindowRequest) GetHandle

func (x *OnAttachedToWindowRequest) GetHandle() int64

func (*OnAttachedToWindowRequest) ProtoMessage

func (*OnAttachedToWindowRequest) ProtoMessage()

func (*OnAttachedToWindowRequest) ProtoReflect

func (*OnAttachedToWindowRequest) Reset

func (x *OnAttachedToWindowRequest) Reset()

func (*OnAttachedToWindowRequest) String

func (x *OnAttachedToWindowRequest) String() string

type OnAttachedToWindowResponse

type OnAttachedToWindowResponse struct {
	// contains filtered or unexported fields
}

func (*OnAttachedToWindowResponse) Descriptor deprecated

func (*OnAttachedToWindowResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnAttachedToWindowResponse.ProtoReflect.Descriptor instead.

func (*OnAttachedToWindowResponse) ProtoMessage

func (*OnAttachedToWindowResponse) ProtoMessage()

func (*OnAttachedToWindowResponse) ProtoReflect

func (*OnAttachedToWindowResponse) Reset

func (x *OnAttachedToWindowResponse) Reset()

func (*OnAttachedToWindowResponse) String

func (x *OnAttachedToWindowResponse) String() string

type OnBindRequest

type OnBindRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnBindRequest) Descriptor deprecated

func (*OnBindRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnBindRequest.ProtoReflect.Descriptor instead.

func (*OnBindRequest) GetArg0

func (x *OnBindRequest) GetArg0() int64

func (*OnBindRequest) GetHandle

func (x *OnBindRequest) GetHandle() int64

func (*OnBindRequest) ProtoMessage

func (*OnBindRequest) ProtoMessage()

func (*OnBindRequest) ProtoReflect

func (x *OnBindRequest) ProtoReflect() protoreflect.Message

func (*OnBindRequest) Reset

func (x *OnBindRequest) Reset()

func (*OnBindRequest) String

func (x *OnBindRequest) String() string

type OnBindResponse

type OnBindResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnBindResponse) Descriptor deprecated

func (*OnBindResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnBindResponse.ProtoReflect.Descriptor instead.

func (*OnBindResponse) GetResult

func (x *OnBindResponse) GetResult() int64

func (*OnBindResponse) ProtoMessage

func (*OnBindResponse) ProtoMessage()

func (*OnBindResponse) ProtoReflect

func (x *OnBindResponse) ProtoReflect() protoreflect.Message

func (*OnBindResponse) Reset

func (x *OnBindResponse) Reset()

func (*OnBindResponse) String

func (x *OnBindResponse) String() string

type OnContentChangedRequest

type OnContentChangedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OnContentChangedRequest) Descriptor deprecated

func (*OnContentChangedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnContentChangedRequest.ProtoReflect.Descriptor instead.

func (*OnContentChangedRequest) GetHandle

func (x *OnContentChangedRequest) GetHandle() int64

func (*OnContentChangedRequest) ProtoMessage

func (*OnContentChangedRequest) ProtoMessage()

func (*OnContentChangedRequest) ProtoReflect

func (x *OnContentChangedRequest) ProtoReflect() protoreflect.Message

func (*OnContentChangedRequest) Reset

func (x *OnContentChangedRequest) Reset()

func (*OnContentChangedRequest) String

func (x *OnContentChangedRequest) String() string

type OnContentChangedResponse

type OnContentChangedResponse struct {
	// contains filtered or unexported fields
}

func (*OnContentChangedResponse) Descriptor deprecated

func (*OnContentChangedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnContentChangedResponse.ProtoReflect.Descriptor instead.

func (*OnContentChangedResponse) ProtoMessage

func (*OnContentChangedResponse) ProtoMessage()

func (*OnContentChangedResponse) ProtoReflect

func (x *OnContentChangedResponse) ProtoReflect() protoreflect.Message

func (*OnContentChangedResponse) Reset

func (x *OnContentChangedResponse) Reset()

func (*OnContentChangedResponse) String

func (x *OnContentChangedResponse) String() string

type OnCreatePanelMenuRequest

type OnCreatePanelMenuRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnCreatePanelMenuRequest) Descriptor deprecated

func (*OnCreatePanelMenuRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnCreatePanelMenuRequest.ProtoReflect.Descriptor instead.

func (*OnCreatePanelMenuRequest) GetArg0

func (x *OnCreatePanelMenuRequest) GetArg0() int32

func (*OnCreatePanelMenuRequest) GetArg1

func (x *OnCreatePanelMenuRequest) GetArg1() int64

func (*OnCreatePanelMenuRequest) GetHandle

func (x *OnCreatePanelMenuRequest) GetHandle() int64

func (*OnCreatePanelMenuRequest) ProtoMessage

func (*OnCreatePanelMenuRequest) ProtoMessage()

func (*OnCreatePanelMenuRequest) ProtoReflect

func (x *OnCreatePanelMenuRequest) ProtoReflect() protoreflect.Message

func (*OnCreatePanelMenuRequest) Reset

func (x *OnCreatePanelMenuRequest) Reset()

func (*OnCreatePanelMenuRequest) String

func (x *OnCreatePanelMenuRequest) String() string

type OnCreatePanelMenuResponse

type OnCreatePanelMenuResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnCreatePanelMenuResponse) Descriptor deprecated

func (*OnCreatePanelMenuResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnCreatePanelMenuResponse.ProtoReflect.Descriptor instead.

func (*OnCreatePanelMenuResponse) GetResult

func (x *OnCreatePanelMenuResponse) GetResult() bool

func (*OnCreatePanelMenuResponse) ProtoMessage

func (*OnCreatePanelMenuResponse) ProtoMessage()

func (*OnCreatePanelMenuResponse) ProtoReflect

func (*OnCreatePanelMenuResponse) Reset

func (x *OnCreatePanelMenuResponse) Reset()

func (*OnCreatePanelMenuResponse) String

func (x *OnCreatePanelMenuResponse) String() string

type OnCreatePanelViewRequest

type OnCreatePanelViewRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnCreatePanelViewRequest) Descriptor deprecated

func (*OnCreatePanelViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnCreatePanelViewRequest.ProtoReflect.Descriptor instead.

func (*OnCreatePanelViewRequest) GetArg0

func (x *OnCreatePanelViewRequest) GetArg0() int32

func (*OnCreatePanelViewRequest) GetHandle

func (x *OnCreatePanelViewRequest) GetHandle() int64

func (*OnCreatePanelViewRequest) ProtoMessage

func (*OnCreatePanelViewRequest) ProtoMessage()

func (*OnCreatePanelViewRequest) ProtoReflect

func (x *OnCreatePanelViewRequest) ProtoReflect() protoreflect.Message

func (*OnCreatePanelViewRequest) Reset

func (x *OnCreatePanelViewRequest) Reset()

func (*OnCreatePanelViewRequest) String

func (x *OnCreatePanelViewRequest) String() string

type OnCreatePanelViewResponse

type OnCreatePanelViewResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnCreatePanelViewResponse) Descriptor deprecated

func (*OnCreatePanelViewResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnCreatePanelViewResponse.ProtoReflect.Descriptor instead.

func (*OnCreatePanelViewResponse) GetResult

func (x *OnCreatePanelViewResponse) GetResult() int64

func (*OnCreatePanelViewResponse) ProtoMessage

func (*OnCreatePanelViewResponse) ProtoMessage()

func (*OnCreatePanelViewResponse) ProtoReflect

func (*OnCreatePanelViewResponse) Reset

func (x *OnCreatePanelViewResponse) Reset()

func (*OnCreatePanelViewResponse) String

func (x *OnCreatePanelViewResponse) String() string

type OnCreateRequest

type OnCreateRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OnCreateRequest) Descriptor deprecated

func (*OnCreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnCreateRequest.ProtoReflect.Descriptor instead.

func (*OnCreateRequest) GetHandle

func (x *OnCreateRequest) GetHandle() int64

func (*OnCreateRequest) ProtoMessage

func (*OnCreateRequest) ProtoMessage()

func (*OnCreateRequest) ProtoReflect

func (x *OnCreateRequest) ProtoReflect() protoreflect.Message

func (*OnCreateRequest) Reset

func (x *OnCreateRequest) Reset()

func (*OnCreateRequest) String

func (x *OnCreateRequest) String() string

type OnCreateResponse

type OnCreateResponse struct {
	// contains filtered or unexported fields
}

func (*OnCreateResponse) Descriptor deprecated

func (*OnCreateResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnCreateResponse.ProtoReflect.Descriptor instead.

func (*OnCreateResponse) ProtoMessage

func (*OnCreateResponse) ProtoMessage()

func (*OnCreateResponse) ProtoReflect

func (x *OnCreateResponse) ProtoReflect() protoreflect.Message

func (*OnCreateResponse) Reset

func (x *OnCreateResponse) Reset()

func (*OnCreateResponse) String

func (x *OnCreateResponse) String() string

type OnDestroyRequest

type OnDestroyRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OnDestroyRequest) Descriptor deprecated

func (*OnDestroyRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnDestroyRequest.ProtoReflect.Descriptor instead.

func (*OnDestroyRequest) GetHandle

func (x *OnDestroyRequest) GetHandle() int64

func (*OnDestroyRequest) ProtoMessage

func (*OnDestroyRequest) ProtoMessage()

func (*OnDestroyRequest) ProtoReflect

func (x *OnDestroyRequest) ProtoReflect() protoreflect.Message

func (*OnDestroyRequest) Reset

func (x *OnDestroyRequest) Reset()

func (*OnDestroyRequest) String

func (x *OnDestroyRequest) String() string

type OnDestroyResponse

type OnDestroyResponse struct {
	// contains filtered or unexported fields
}

func (*OnDestroyResponse) Descriptor deprecated

func (*OnDestroyResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnDestroyResponse.ProtoReflect.Descriptor instead.

func (*OnDestroyResponse) ProtoMessage

func (*OnDestroyResponse) ProtoMessage()

func (*OnDestroyResponse) ProtoReflect

func (x *OnDestroyResponse) ProtoReflect() protoreflect.Message

func (*OnDestroyResponse) Reset

func (x *OnDestroyResponse) Reset()

func (*OnDestroyResponse) String

func (x *OnDestroyResponse) String() string

type OnDetachedFromWindowRequest

type OnDetachedFromWindowRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OnDetachedFromWindowRequest) Descriptor deprecated

func (*OnDetachedFromWindowRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnDetachedFromWindowRequest.ProtoReflect.Descriptor instead.

func (*OnDetachedFromWindowRequest) GetHandle

func (x *OnDetachedFromWindowRequest) GetHandle() int64

func (*OnDetachedFromWindowRequest) ProtoMessage

func (*OnDetachedFromWindowRequest) ProtoMessage()

func (*OnDetachedFromWindowRequest) ProtoReflect

func (*OnDetachedFromWindowRequest) Reset

func (x *OnDetachedFromWindowRequest) Reset()

func (*OnDetachedFromWindowRequest) String

func (x *OnDetachedFromWindowRequest) String() string

type OnDetachedFromWindowResponse

type OnDetachedFromWindowResponse struct {
	// contains filtered or unexported fields
}

func (*OnDetachedFromWindowResponse) Descriptor deprecated

func (*OnDetachedFromWindowResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnDetachedFromWindowResponse.ProtoReflect.Descriptor instead.

func (*OnDetachedFromWindowResponse) ProtoMessage

func (*OnDetachedFromWindowResponse) ProtoMessage()

func (*OnDetachedFromWindowResponse) ProtoReflect

func (*OnDetachedFromWindowResponse) Reset

func (x *OnDetachedFromWindowResponse) Reset()

func (*OnDetachedFromWindowResponse) String

type OnDreamingStartedRequest

type OnDreamingStartedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OnDreamingStartedRequest) Descriptor deprecated

func (*OnDreamingStartedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnDreamingStartedRequest.ProtoReflect.Descriptor instead.

func (*OnDreamingStartedRequest) GetHandle

func (x *OnDreamingStartedRequest) GetHandle() int64

func (*OnDreamingStartedRequest) ProtoMessage

func (*OnDreamingStartedRequest) ProtoMessage()

func (*OnDreamingStartedRequest) ProtoReflect

func (x *OnDreamingStartedRequest) ProtoReflect() protoreflect.Message

func (*OnDreamingStartedRequest) Reset

func (x *OnDreamingStartedRequest) Reset()

func (*OnDreamingStartedRequest) String

func (x *OnDreamingStartedRequest) String() string

type OnDreamingStartedResponse

type OnDreamingStartedResponse struct {
	// contains filtered or unexported fields
}

func (*OnDreamingStartedResponse) Descriptor deprecated

func (*OnDreamingStartedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnDreamingStartedResponse.ProtoReflect.Descriptor instead.

func (*OnDreamingStartedResponse) ProtoMessage

func (*OnDreamingStartedResponse) ProtoMessage()

func (*OnDreamingStartedResponse) ProtoReflect

func (*OnDreamingStartedResponse) Reset

func (x *OnDreamingStartedResponse) Reset()

func (*OnDreamingStartedResponse) String

func (x *OnDreamingStartedResponse) String() string

type OnDreamingStoppedRequest

type OnDreamingStoppedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OnDreamingStoppedRequest) Descriptor deprecated

func (*OnDreamingStoppedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnDreamingStoppedRequest.ProtoReflect.Descriptor instead.

func (*OnDreamingStoppedRequest) GetHandle

func (x *OnDreamingStoppedRequest) GetHandle() int64

func (*OnDreamingStoppedRequest) ProtoMessage

func (*OnDreamingStoppedRequest) ProtoMessage()

func (*OnDreamingStoppedRequest) ProtoReflect

func (x *OnDreamingStoppedRequest) ProtoReflect() protoreflect.Message

func (*OnDreamingStoppedRequest) Reset

func (x *OnDreamingStoppedRequest) Reset()

func (*OnDreamingStoppedRequest) String

func (x *OnDreamingStoppedRequest) String() string

type OnDreamingStoppedResponse

type OnDreamingStoppedResponse struct {
	// contains filtered or unexported fields
}

func (*OnDreamingStoppedResponse) Descriptor deprecated

func (*OnDreamingStoppedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnDreamingStoppedResponse.ProtoReflect.Descriptor instead.

func (*OnDreamingStoppedResponse) ProtoMessage

func (*OnDreamingStoppedResponse) ProtoMessage()

func (*OnDreamingStoppedResponse) ProtoReflect

func (*OnDreamingStoppedResponse) Reset

func (x *OnDreamingStoppedResponse) Reset()

func (*OnDreamingStoppedResponse) String

func (x *OnDreamingStoppedResponse) String() string

type OnMenuItemSelectedRequest

type OnMenuItemSelectedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnMenuItemSelectedRequest) Descriptor deprecated

func (*OnMenuItemSelectedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnMenuItemSelectedRequest.ProtoReflect.Descriptor instead.

func (*OnMenuItemSelectedRequest) GetArg0

func (x *OnMenuItemSelectedRequest) GetArg0() int32

func (*OnMenuItemSelectedRequest) GetArg1

func (x *OnMenuItemSelectedRequest) GetArg1() int64

func (*OnMenuItemSelectedRequest) GetHandle

func (x *OnMenuItemSelectedRequest) GetHandle() int64

func (*OnMenuItemSelectedRequest) ProtoMessage

func (*OnMenuItemSelectedRequest) ProtoMessage()

func (*OnMenuItemSelectedRequest) ProtoReflect

func (*OnMenuItemSelectedRequest) Reset

func (x *OnMenuItemSelectedRequest) Reset()

func (*OnMenuItemSelectedRequest) String

func (x *OnMenuItemSelectedRequest) String() string

type OnMenuItemSelectedResponse

type OnMenuItemSelectedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnMenuItemSelectedResponse) Descriptor deprecated

func (*OnMenuItemSelectedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnMenuItemSelectedResponse.ProtoReflect.Descriptor instead.

func (*OnMenuItemSelectedResponse) GetResult

func (x *OnMenuItemSelectedResponse) GetResult() bool

func (*OnMenuItemSelectedResponse) ProtoMessage

func (*OnMenuItemSelectedResponse) ProtoMessage()

func (*OnMenuItemSelectedResponse) ProtoReflect

func (*OnMenuItemSelectedResponse) Reset

func (x *OnMenuItemSelectedResponse) Reset()

func (*OnMenuItemSelectedResponse) String

func (x *OnMenuItemSelectedResponse) String() string

type OnMenuOpenedRequest

type OnMenuOpenedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnMenuOpenedRequest) Descriptor deprecated

func (*OnMenuOpenedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnMenuOpenedRequest.ProtoReflect.Descriptor instead.

func (*OnMenuOpenedRequest) GetArg0

func (x *OnMenuOpenedRequest) GetArg0() int32

func (*OnMenuOpenedRequest) GetArg1

func (x *OnMenuOpenedRequest) GetArg1() int64

func (*OnMenuOpenedRequest) GetHandle

func (x *OnMenuOpenedRequest) GetHandle() int64

func (*OnMenuOpenedRequest) ProtoMessage

func (*OnMenuOpenedRequest) ProtoMessage()

func (*OnMenuOpenedRequest) ProtoReflect

func (x *OnMenuOpenedRequest) ProtoReflect() protoreflect.Message

func (*OnMenuOpenedRequest) Reset

func (x *OnMenuOpenedRequest) Reset()

func (*OnMenuOpenedRequest) String

func (x *OnMenuOpenedRequest) String() string

type OnMenuOpenedResponse

type OnMenuOpenedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnMenuOpenedResponse) Descriptor deprecated

func (*OnMenuOpenedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnMenuOpenedResponse.ProtoReflect.Descriptor instead.

func (*OnMenuOpenedResponse) GetResult

func (x *OnMenuOpenedResponse) GetResult() bool

func (*OnMenuOpenedResponse) ProtoMessage

func (*OnMenuOpenedResponse) ProtoMessage()

func (*OnMenuOpenedResponse) ProtoReflect

func (x *OnMenuOpenedResponse) ProtoReflect() protoreflect.Message

func (*OnMenuOpenedResponse) Reset

func (x *OnMenuOpenedResponse) Reset()

func (*OnMenuOpenedResponse) String

func (x *OnMenuOpenedResponse) String() string

type OnPanelClosedRequest

type OnPanelClosedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnPanelClosedRequest) Descriptor deprecated

func (*OnPanelClosedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnPanelClosedRequest.ProtoReflect.Descriptor instead.

func (*OnPanelClosedRequest) GetArg0

func (x *OnPanelClosedRequest) GetArg0() int32

func (*OnPanelClosedRequest) GetArg1

func (x *OnPanelClosedRequest) GetArg1() int64

func (*OnPanelClosedRequest) GetHandle

func (x *OnPanelClosedRequest) GetHandle() int64

func (*OnPanelClosedRequest) ProtoMessage

func (*OnPanelClosedRequest) ProtoMessage()

func (*OnPanelClosedRequest) ProtoReflect

func (x *OnPanelClosedRequest) ProtoReflect() protoreflect.Message

func (*OnPanelClosedRequest) Reset

func (x *OnPanelClosedRequest) Reset()

func (*OnPanelClosedRequest) String

func (x *OnPanelClosedRequest) String() string

type OnPanelClosedResponse

type OnPanelClosedResponse struct {
	// contains filtered or unexported fields
}

func (*OnPanelClosedResponse) Descriptor deprecated

func (*OnPanelClosedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnPanelClosedResponse.ProtoReflect.Descriptor instead.

func (*OnPanelClosedResponse) ProtoMessage

func (*OnPanelClosedResponse) ProtoMessage()

func (*OnPanelClosedResponse) ProtoReflect

func (x *OnPanelClosedResponse) ProtoReflect() protoreflect.Message

func (*OnPanelClosedResponse) Reset

func (x *OnPanelClosedResponse) Reset()

func (*OnPanelClosedResponse) String

func (x *OnPanelClosedResponse) String() string

type OnPreparePanelRequest

type OnPreparePanelRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2   int64 `protobuf:"varint,4,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*OnPreparePanelRequest) Descriptor deprecated

func (*OnPreparePanelRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnPreparePanelRequest.ProtoReflect.Descriptor instead.

func (*OnPreparePanelRequest) GetArg0

func (x *OnPreparePanelRequest) GetArg0() int32

func (*OnPreparePanelRequest) GetArg1

func (x *OnPreparePanelRequest) GetArg1() int64

func (*OnPreparePanelRequest) GetArg2

func (x *OnPreparePanelRequest) GetArg2() int64

func (*OnPreparePanelRequest) GetHandle

func (x *OnPreparePanelRequest) GetHandle() int64

func (*OnPreparePanelRequest) ProtoMessage

func (*OnPreparePanelRequest) ProtoMessage()

func (*OnPreparePanelRequest) ProtoReflect

func (x *OnPreparePanelRequest) ProtoReflect() protoreflect.Message

func (*OnPreparePanelRequest) Reset

func (x *OnPreparePanelRequest) Reset()

func (*OnPreparePanelRequest) String

func (x *OnPreparePanelRequest) String() string

type OnPreparePanelResponse

type OnPreparePanelResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnPreparePanelResponse) Descriptor deprecated

func (*OnPreparePanelResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnPreparePanelResponse.ProtoReflect.Descriptor instead.

func (*OnPreparePanelResponse) GetResult

func (x *OnPreparePanelResponse) GetResult() bool

func (*OnPreparePanelResponse) ProtoMessage

func (*OnPreparePanelResponse) ProtoMessage()

func (*OnPreparePanelResponse) ProtoReflect

func (x *OnPreparePanelResponse) ProtoReflect() protoreflect.Message

func (*OnPreparePanelResponse) Reset

func (x *OnPreparePanelResponse) Reset()

func (*OnPreparePanelResponse) String

func (x *OnPreparePanelResponse) String() string

type OnSearchRequested0Request

type OnSearchRequested0Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OnSearchRequested0Request) Descriptor deprecated

func (*OnSearchRequested0Request) Descriptor() ([]byte, []int)

Deprecated: Use OnSearchRequested0Request.ProtoReflect.Descriptor instead.

func (*OnSearchRequested0Request) GetHandle

func (x *OnSearchRequested0Request) GetHandle() int64

func (*OnSearchRequested0Request) ProtoMessage

func (*OnSearchRequested0Request) ProtoMessage()

func (*OnSearchRequested0Request) ProtoReflect

func (*OnSearchRequested0Request) Reset

func (x *OnSearchRequested0Request) Reset()

func (*OnSearchRequested0Request) String

func (x *OnSearchRequested0Request) String() string

type OnSearchRequested0Response

type OnSearchRequested0Response struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnSearchRequested0Response) Descriptor deprecated

func (*OnSearchRequested0Response) Descriptor() ([]byte, []int)

Deprecated: Use OnSearchRequested0Response.ProtoReflect.Descriptor instead.

func (*OnSearchRequested0Response) GetResult

func (x *OnSearchRequested0Response) GetResult() bool

func (*OnSearchRequested0Response) ProtoMessage

func (*OnSearchRequested0Response) ProtoMessage()

func (*OnSearchRequested0Response) ProtoReflect

func (*OnSearchRequested0Response) Reset

func (x *OnSearchRequested0Response) Reset()

func (*OnSearchRequested0Response) String

func (x *OnSearchRequested0Response) String() string

type OnSearchRequested1_1Request

type OnSearchRequested1_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnSearchRequested1_1Request) Descriptor deprecated

func (*OnSearchRequested1_1Request) Descriptor() ([]byte, []int)

Deprecated: Use OnSearchRequested1_1Request.ProtoReflect.Descriptor instead.

func (*OnSearchRequested1_1Request) GetArg0

func (x *OnSearchRequested1_1Request) GetArg0() int64

func (*OnSearchRequested1_1Request) GetHandle

func (x *OnSearchRequested1_1Request) GetHandle() int64

func (*OnSearchRequested1_1Request) ProtoMessage

func (*OnSearchRequested1_1Request) ProtoMessage()

func (*OnSearchRequested1_1Request) ProtoReflect

func (*OnSearchRequested1_1Request) Reset

func (x *OnSearchRequested1_1Request) Reset()

func (*OnSearchRequested1_1Request) String

func (x *OnSearchRequested1_1Request) String() string

type OnSearchRequested1_1Response

type OnSearchRequested1_1Response struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnSearchRequested1_1Response) Descriptor deprecated

func (*OnSearchRequested1_1Response) Descriptor() ([]byte, []int)

Deprecated: Use OnSearchRequested1_1Response.ProtoReflect.Descriptor instead.

func (*OnSearchRequested1_1Response) GetResult

func (x *OnSearchRequested1_1Response) GetResult() bool

func (*OnSearchRequested1_1Response) ProtoMessage

func (*OnSearchRequested1_1Response) ProtoMessage()

func (*OnSearchRequested1_1Response) ProtoReflect

func (*OnSearchRequested1_1Response) Reset

func (x *OnSearchRequested1_1Response) Reset()

func (*OnSearchRequested1_1Response) String

type OnUnbindRequest

type OnUnbindRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnUnbindRequest) Descriptor deprecated

func (*OnUnbindRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnUnbindRequest.ProtoReflect.Descriptor instead.

func (*OnUnbindRequest) GetArg0

func (x *OnUnbindRequest) GetArg0() int64

func (*OnUnbindRequest) GetHandle

func (x *OnUnbindRequest) GetHandle() int64

func (*OnUnbindRequest) ProtoMessage

func (*OnUnbindRequest) ProtoMessage()

func (*OnUnbindRequest) ProtoReflect

func (x *OnUnbindRequest) ProtoReflect() protoreflect.Message

func (*OnUnbindRequest) Reset

func (x *OnUnbindRequest) Reset()

func (*OnUnbindRequest) String

func (x *OnUnbindRequest) String() string

type OnUnbindResponse

type OnUnbindResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnUnbindResponse) Descriptor deprecated

func (*OnUnbindResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnUnbindResponse.ProtoReflect.Descriptor instead.

func (*OnUnbindResponse) GetResult

func (x *OnUnbindResponse) GetResult() bool

func (*OnUnbindResponse) ProtoMessage

func (*OnUnbindResponse) ProtoMessage()

func (*OnUnbindResponse) ProtoReflect

func (x *OnUnbindResponse) ProtoReflect() protoreflect.Message

func (*OnUnbindResponse) Reset

func (x *OnUnbindResponse) Reset()

func (*OnUnbindResponse) String

func (x *OnUnbindResponse) String() string

type OnWakeUpRequest

type OnWakeUpRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*OnWakeUpRequest) Descriptor deprecated

func (*OnWakeUpRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnWakeUpRequest.ProtoReflect.Descriptor instead.

func (*OnWakeUpRequest) GetHandle

func (x *OnWakeUpRequest) GetHandle() int64

func (*OnWakeUpRequest) ProtoMessage

func (*OnWakeUpRequest) ProtoMessage()

func (*OnWakeUpRequest) ProtoReflect

func (x *OnWakeUpRequest) ProtoReflect() protoreflect.Message

func (*OnWakeUpRequest) Reset

func (x *OnWakeUpRequest) Reset()

func (*OnWakeUpRequest) String

func (x *OnWakeUpRequest) String() string

type OnWakeUpResponse

type OnWakeUpResponse struct {
	// contains filtered or unexported fields
}

func (*OnWakeUpResponse) Descriptor deprecated

func (*OnWakeUpResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnWakeUpResponse.ProtoReflect.Descriptor instead.

func (*OnWakeUpResponse) ProtoMessage

func (*OnWakeUpResponse) ProtoMessage()

func (*OnWakeUpResponse) ProtoReflect

func (x *OnWakeUpResponse) ProtoReflect() protoreflect.Message

func (*OnWakeUpResponse) Reset

func (x *OnWakeUpResponse) Reset()

func (*OnWakeUpResponse) String

func (x *OnWakeUpResponse) String() string

type OnWindowAttributesChangedRequest

type OnWindowAttributesChangedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnWindowAttributesChangedRequest) Descriptor deprecated

func (*OnWindowAttributesChangedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnWindowAttributesChangedRequest.ProtoReflect.Descriptor instead.

func (*OnWindowAttributesChangedRequest) GetArg0

func (*OnWindowAttributesChangedRequest) GetHandle

func (x *OnWindowAttributesChangedRequest) GetHandle() int64

func (*OnWindowAttributesChangedRequest) ProtoMessage

func (*OnWindowAttributesChangedRequest) ProtoMessage()

func (*OnWindowAttributesChangedRequest) ProtoReflect

func (*OnWindowAttributesChangedRequest) Reset

func (*OnWindowAttributesChangedRequest) String

type OnWindowAttributesChangedResponse

type OnWindowAttributesChangedResponse struct {
	// contains filtered or unexported fields
}

func (*OnWindowAttributesChangedResponse) Descriptor deprecated

func (*OnWindowAttributesChangedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnWindowAttributesChangedResponse.ProtoReflect.Descriptor instead.

func (*OnWindowAttributesChangedResponse) ProtoMessage

func (*OnWindowAttributesChangedResponse) ProtoMessage()

func (*OnWindowAttributesChangedResponse) ProtoReflect

func (*OnWindowAttributesChangedResponse) Reset

func (*OnWindowAttributesChangedResponse) String

type OnWindowFocusChangedRequest

type OnWindowFocusChangedRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   bool  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnWindowFocusChangedRequest) Descriptor deprecated

func (*OnWindowFocusChangedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnWindowFocusChangedRequest.ProtoReflect.Descriptor instead.

func (*OnWindowFocusChangedRequest) GetArg0

func (x *OnWindowFocusChangedRequest) GetArg0() bool

func (*OnWindowFocusChangedRequest) GetHandle

func (x *OnWindowFocusChangedRequest) GetHandle() int64

func (*OnWindowFocusChangedRequest) ProtoMessage

func (*OnWindowFocusChangedRequest) ProtoMessage()

func (*OnWindowFocusChangedRequest) ProtoReflect

func (*OnWindowFocusChangedRequest) Reset

func (x *OnWindowFocusChangedRequest) Reset()

func (*OnWindowFocusChangedRequest) String

func (x *OnWindowFocusChangedRequest) String() string

type OnWindowFocusChangedResponse

type OnWindowFocusChangedResponse struct {
	// contains filtered or unexported fields
}

func (*OnWindowFocusChangedResponse) Descriptor deprecated

func (*OnWindowFocusChangedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnWindowFocusChangedResponse.ProtoReflect.Descriptor instead.

func (*OnWindowFocusChangedResponse) ProtoMessage

func (*OnWindowFocusChangedResponse) ProtoMessage()

func (*OnWindowFocusChangedResponse) ProtoReflect

func (*OnWindowFocusChangedResponse) Reset

func (x *OnWindowFocusChangedResponse) Reset()

func (*OnWindowFocusChangedResponse) String

type OnWindowStartingActionMode1Request

type OnWindowStartingActionMode1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnWindowStartingActionMode1Request) Descriptor deprecated

func (*OnWindowStartingActionMode1Request) Descriptor() ([]byte, []int)

Deprecated: Use OnWindowStartingActionMode1Request.ProtoReflect.Descriptor instead.

func (*OnWindowStartingActionMode1Request) GetArg0

func (*OnWindowStartingActionMode1Request) GetHandle

func (*OnWindowStartingActionMode1Request) ProtoMessage

func (*OnWindowStartingActionMode1Request) ProtoMessage()

func (*OnWindowStartingActionMode1Request) ProtoReflect

func (*OnWindowStartingActionMode1Request) Reset

func (*OnWindowStartingActionMode1Request) String

type OnWindowStartingActionMode1Response

type OnWindowStartingActionMode1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnWindowStartingActionMode1Response) Descriptor deprecated

func (*OnWindowStartingActionMode1Response) Descriptor() ([]byte, []int)

Deprecated: Use OnWindowStartingActionMode1Response.ProtoReflect.Descriptor instead.

func (*OnWindowStartingActionMode1Response) GetResult

func (*OnWindowStartingActionMode1Response) ProtoMessage

func (*OnWindowStartingActionMode1Response) ProtoMessage()

func (*OnWindowStartingActionMode1Response) ProtoReflect

func (*OnWindowStartingActionMode1Response) Reset

func (*OnWindowStartingActionMode1Response) String

type OnWindowStartingActionMode2_1Request

type OnWindowStartingActionMode2_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int32 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnWindowStartingActionMode2_1Request) Descriptor deprecated

func (*OnWindowStartingActionMode2_1Request) Descriptor() ([]byte, []int)

Deprecated: Use OnWindowStartingActionMode2_1Request.ProtoReflect.Descriptor instead.

func (*OnWindowStartingActionMode2_1Request) GetArg0

func (*OnWindowStartingActionMode2_1Request) GetArg1

func (*OnWindowStartingActionMode2_1Request) GetHandle

func (*OnWindowStartingActionMode2_1Request) ProtoMessage

func (*OnWindowStartingActionMode2_1Request) ProtoMessage()

func (*OnWindowStartingActionMode2_1Request) ProtoReflect

func (*OnWindowStartingActionMode2_1Request) Reset

func (*OnWindowStartingActionMode2_1Request) String

type OnWindowStartingActionMode2_1Response

type OnWindowStartingActionMode2_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OnWindowStartingActionMode2_1Response) Descriptor deprecated

func (*OnWindowStartingActionMode2_1Response) Descriptor() ([]byte, []int)

Deprecated: Use OnWindowStartingActionMode2_1Response.ProtoReflect.Descriptor instead.

func (*OnWindowStartingActionMode2_1Response) GetResult

func (*OnWindowStartingActionMode2_1Response) ProtoMessage

func (*OnWindowStartingActionMode2_1Response) ProtoMessage()

func (*OnWindowStartingActionMode2_1Response) ProtoReflect

func (*OnWindowStartingActionMode2_1Response) Reset

func (*OnWindowStartingActionMode2_1Response) String

type SetContentView1Request

type SetContentView1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetContentView1Request) Descriptor deprecated

func (*SetContentView1Request) Descriptor() ([]byte, []int)

Deprecated: Use SetContentView1Request.ProtoReflect.Descriptor instead.

func (*SetContentView1Request) GetArg0

func (x *SetContentView1Request) GetArg0() int64

func (*SetContentView1Request) GetHandle

func (x *SetContentView1Request) GetHandle() int64

func (*SetContentView1Request) ProtoMessage

func (*SetContentView1Request) ProtoMessage()

func (*SetContentView1Request) ProtoReflect

func (x *SetContentView1Request) ProtoReflect() protoreflect.Message

func (*SetContentView1Request) Reset

func (x *SetContentView1Request) Reset()

func (*SetContentView1Request) String

func (x *SetContentView1Request) String() string

type SetContentView1Response

type SetContentView1Response struct {
	// contains filtered or unexported fields
}

func (*SetContentView1Response) Descriptor deprecated

func (*SetContentView1Response) Descriptor() ([]byte, []int)

Deprecated: Use SetContentView1Response.ProtoReflect.Descriptor instead.

func (*SetContentView1Response) ProtoMessage

func (*SetContentView1Response) ProtoMessage()

func (*SetContentView1Response) ProtoReflect

func (x *SetContentView1Response) ProtoReflect() protoreflect.Message

func (*SetContentView1Response) Reset

func (x *SetContentView1Response) Reset()

func (*SetContentView1Response) String

func (x *SetContentView1Response) String() string

type SetContentView1_2Request

type SetContentView1_2Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int32 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetContentView1_2Request) Descriptor deprecated

func (*SetContentView1_2Request) Descriptor() ([]byte, []int)

Deprecated: Use SetContentView1_2Request.ProtoReflect.Descriptor instead.

func (*SetContentView1_2Request) GetArg0

func (x *SetContentView1_2Request) GetArg0() int32

func (*SetContentView1_2Request) GetHandle

func (x *SetContentView1_2Request) GetHandle() int64

func (*SetContentView1_2Request) ProtoMessage

func (*SetContentView1_2Request) ProtoMessage()

func (*SetContentView1_2Request) ProtoReflect

func (x *SetContentView1_2Request) ProtoReflect() protoreflect.Message

func (*SetContentView1_2Request) Reset

func (x *SetContentView1_2Request) Reset()

func (*SetContentView1_2Request) String

func (x *SetContentView1_2Request) String() string

type SetContentView1_2Response

type SetContentView1_2Response struct {
	// contains filtered or unexported fields
}

func (*SetContentView1_2Response) Descriptor deprecated

func (*SetContentView1_2Response) Descriptor() ([]byte, []int)

Deprecated: Use SetContentView1_2Response.ProtoReflect.Descriptor instead.

func (*SetContentView1_2Response) ProtoMessage

func (*SetContentView1_2Response) ProtoMessage()

func (*SetContentView1_2Response) ProtoReflect

func (*SetContentView1_2Response) Reset

func (x *SetContentView1_2Response) Reset()

func (*SetContentView1_2Response) String

func (x *SetContentView1_2Response) String() string

type SetContentView2_1Request

type SetContentView2_1Request struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1   int64 `protobuf:"varint,3,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*SetContentView2_1Request) Descriptor deprecated

func (*SetContentView2_1Request) Descriptor() ([]byte, []int)

Deprecated: Use SetContentView2_1Request.ProtoReflect.Descriptor instead.

func (*SetContentView2_1Request) GetArg0

func (x *SetContentView2_1Request) GetArg0() int64

func (*SetContentView2_1Request) GetArg1

func (x *SetContentView2_1Request) GetArg1() int64

func (*SetContentView2_1Request) GetHandle

func (x *SetContentView2_1Request) GetHandle() int64

func (*SetContentView2_1Request) ProtoMessage

func (*SetContentView2_1Request) ProtoMessage()

func (*SetContentView2_1Request) ProtoReflect

func (x *SetContentView2_1Request) ProtoReflect() protoreflect.Message

func (*SetContentView2_1Request) Reset

func (x *SetContentView2_1Request) Reset()

func (*SetContentView2_1Request) String

func (x *SetContentView2_1Request) String() string

type SetContentView2_1Response

type SetContentView2_1Response struct {
	// contains filtered or unexported fields
}

func (*SetContentView2_1Response) Descriptor deprecated

func (*SetContentView2_1Response) Descriptor() ([]byte, []int)

Deprecated: Use SetContentView2_1Response.ProtoReflect.Descriptor instead.

func (*SetContentView2_1Response) ProtoMessage

func (*SetContentView2_1Response) ProtoMessage()

func (*SetContentView2_1Response) ProtoReflect

func (*SetContentView2_1Response) Reset

func (x *SetContentView2_1Response) Reset()

func (*SetContentView2_1Response) String

func (x *SetContentView2_1Response) String() string

type SetFullscreenRequest

type SetFullscreenRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   bool  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFullscreenRequest) Descriptor deprecated

func (*SetFullscreenRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetFullscreenRequest.ProtoReflect.Descriptor instead.

func (*SetFullscreenRequest) GetArg0

func (x *SetFullscreenRequest) GetArg0() bool

func (*SetFullscreenRequest) GetHandle

func (x *SetFullscreenRequest) GetHandle() int64

func (*SetFullscreenRequest) ProtoMessage

func (*SetFullscreenRequest) ProtoMessage()

func (*SetFullscreenRequest) ProtoReflect

func (x *SetFullscreenRequest) ProtoReflect() protoreflect.Message

func (*SetFullscreenRequest) Reset

func (x *SetFullscreenRequest) Reset()

func (*SetFullscreenRequest) String

func (x *SetFullscreenRequest) String() string

type SetFullscreenResponse

type SetFullscreenResponse struct {
	// contains filtered or unexported fields
}

func (*SetFullscreenResponse) Descriptor deprecated

func (*SetFullscreenResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetFullscreenResponse.ProtoReflect.Descriptor instead.

func (*SetFullscreenResponse) ProtoMessage

func (*SetFullscreenResponse) ProtoMessage()

func (*SetFullscreenResponse) ProtoReflect

func (x *SetFullscreenResponse) ProtoReflect() protoreflect.Message

func (*SetFullscreenResponse) Reset

func (x *SetFullscreenResponse) Reset()

func (*SetFullscreenResponse) String

func (x *SetFullscreenResponse) String() string

type SetInteractiveRequest

type SetInteractiveRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   bool  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetInteractiveRequest) Descriptor deprecated

func (*SetInteractiveRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetInteractiveRequest.ProtoReflect.Descriptor instead.

func (*SetInteractiveRequest) GetArg0

func (x *SetInteractiveRequest) GetArg0() bool

func (*SetInteractiveRequest) GetHandle

func (x *SetInteractiveRequest) GetHandle() int64

func (*SetInteractiveRequest) ProtoMessage

func (*SetInteractiveRequest) ProtoMessage()

func (*SetInteractiveRequest) ProtoReflect

func (x *SetInteractiveRequest) ProtoReflect() protoreflect.Message

func (*SetInteractiveRequest) Reset

func (x *SetInteractiveRequest) Reset()

func (*SetInteractiveRequest) String

func (x *SetInteractiveRequest) String() string

type SetInteractiveResponse

type SetInteractiveResponse struct {
	// contains filtered or unexported fields
}

func (*SetInteractiveResponse) Descriptor deprecated

func (*SetInteractiveResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetInteractiveResponse.ProtoReflect.Descriptor instead.

func (*SetInteractiveResponse) ProtoMessage

func (*SetInteractiveResponse) ProtoMessage()

func (*SetInteractiveResponse) ProtoReflect

func (x *SetInteractiveResponse) ProtoReflect() protoreflect.Message

func (*SetInteractiveResponse) Reset

func (x *SetInteractiveResponse) Reset()

func (*SetInteractiveResponse) String

func (x *SetInteractiveResponse) String() string

type SetScreenBrightRequest

type SetScreenBrightRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   bool  `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetScreenBrightRequest) Descriptor deprecated

func (*SetScreenBrightRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetScreenBrightRequest.ProtoReflect.Descriptor instead.

func (*SetScreenBrightRequest) GetArg0

func (x *SetScreenBrightRequest) GetArg0() bool

func (*SetScreenBrightRequest) GetHandle

func (x *SetScreenBrightRequest) GetHandle() int64

func (*SetScreenBrightRequest) ProtoMessage

func (*SetScreenBrightRequest) ProtoMessage()

func (*SetScreenBrightRequest) ProtoReflect

func (x *SetScreenBrightRequest) ProtoReflect() protoreflect.Message

func (*SetScreenBrightRequest) Reset

func (x *SetScreenBrightRequest) Reset()

func (*SetScreenBrightRequest) String

func (x *SetScreenBrightRequest) String() string

type SetScreenBrightResponse

type SetScreenBrightResponse struct {
	// contains filtered or unexported fields
}

func (*SetScreenBrightResponse) Descriptor deprecated

func (*SetScreenBrightResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetScreenBrightResponse.ProtoReflect.Descriptor instead.

func (*SetScreenBrightResponse) ProtoMessage

func (*SetScreenBrightResponse) ProtoMessage()

func (*SetScreenBrightResponse) ProtoReflect

func (x *SetScreenBrightResponse) ProtoReflect() protoreflect.Message

func (*SetScreenBrightResponse) Reset

func (x *SetScreenBrightResponse) Reset()

func (*SetScreenBrightResponse) String

func (x *SetScreenBrightResponse) String() string

type UnimplementedDreamServiceServiceServer

type UnimplementedDreamServiceServiceServer struct{}

UnimplementedDreamServiceServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedDreamServiceServiceServer) AddContentView

func (UnimplementedDreamServiceServiceServer) DispatchKeyEvent

func (UnimplementedDreamServiceServiceServer) DispatchTouchEvent

func (UnimplementedDreamServiceServiceServer) Finish

func (UnimplementedDreamServiceServiceServer) GetWindow

func (UnimplementedDreamServiceServiceServer) GetWindowManager

func (UnimplementedDreamServiceServiceServer) IsFullscreen

func (UnimplementedDreamServiceServiceServer) IsInteractive

func (UnimplementedDreamServiceServiceServer) IsScreenBright

func (UnimplementedDreamServiceServiceServer) NewDreamService

func (UnimplementedDreamServiceServiceServer) OnActionModeFinished

func (UnimplementedDreamServiceServiceServer) OnActionModeStarted

func (UnimplementedDreamServiceServiceServer) OnAttachedToWindow

func (UnimplementedDreamServiceServiceServer) OnBind

func (UnimplementedDreamServiceServiceServer) OnContentChanged

func (UnimplementedDreamServiceServiceServer) OnCreate

func (UnimplementedDreamServiceServiceServer) OnCreatePanelMenu

func (UnimplementedDreamServiceServiceServer) OnCreatePanelView

func (UnimplementedDreamServiceServiceServer) OnDestroy

func (UnimplementedDreamServiceServiceServer) OnDetachedFromWindow

func (UnimplementedDreamServiceServiceServer) OnDreamingStarted

func (UnimplementedDreamServiceServiceServer) OnDreamingStopped

func (UnimplementedDreamServiceServiceServer) OnMenuItemSelected

func (UnimplementedDreamServiceServiceServer) OnMenuOpened

func (UnimplementedDreamServiceServiceServer) OnPanelClosed

func (UnimplementedDreamServiceServiceServer) OnPreparePanel

func (UnimplementedDreamServiceServiceServer) OnSearchRequested0

func (UnimplementedDreamServiceServiceServer) OnSearchRequested1_1

func (UnimplementedDreamServiceServiceServer) OnUnbind

func (UnimplementedDreamServiceServiceServer) OnWakeUp

func (UnimplementedDreamServiceServiceServer) OnWindowFocusChanged

func (UnimplementedDreamServiceServiceServer) SetContentView1

func (UnimplementedDreamServiceServiceServer) SetContentView1_2

func (UnimplementedDreamServiceServiceServer) SetContentView2_1

func (UnimplementedDreamServiceServiceServer) SetFullscreen

func (UnimplementedDreamServiceServiceServer) SetInteractive

func (UnimplementedDreamServiceServiceServer) SetScreenBright

func (UnimplementedDreamServiceServiceServer) WakeUp

type UnsafeDreamServiceServiceServer

type UnsafeDreamServiceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDreamServiceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DreamServiceServiceServer will result in compilation errors.

type WakeUpRequest

type WakeUpRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*WakeUpRequest) Descriptor deprecated

func (*WakeUpRequest) Descriptor() ([]byte, []int)

Deprecated: Use WakeUpRequest.ProtoReflect.Descriptor instead.

func (*WakeUpRequest) GetHandle

func (x *WakeUpRequest) GetHandle() int64

func (*WakeUpRequest) ProtoMessage

func (*WakeUpRequest) ProtoMessage()

func (*WakeUpRequest) ProtoReflect

func (x *WakeUpRequest) ProtoReflect() protoreflect.Message

func (*WakeUpRequest) Reset

func (x *WakeUpRequest) Reset()

func (*WakeUpRequest) String

func (x *WakeUpRequest) String() string

type WakeUpResponse

type WakeUpResponse struct {
	// contains filtered or unexported fields
}

func (*WakeUpResponse) Descriptor deprecated

func (*WakeUpResponse) Descriptor() ([]byte, []int)

Deprecated: Use WakeUpResponse.ProtoReflect.Descriptor instead.

func (*WakeUpResponse) ProtoMessage

func (*WakeUpResponse) ProtoMessage()

func (*WakeUpResponse) ProtoReflect

func (x *WakeUpResponse) ProtoReflect() protoreflect.Message

func (*WakeUpResponse) Reset

func (x *WakeUpResponse) Reset()

func (*WakeUpResponse) String

func (x *WakeUpResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL