Documentation
¶
Index ¶
- type ContentServer
- func (s *ContentServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *ContentServer) GetClipData(_ context.Context, req *pb.GetClipDataRequest) (*pb.GetClipDataResponse, error)
- func (s *ContentServer) GetExtras(_ context.Context, req *pb.GetExtrasRequest) (*pb.GetExtrasResponse, error)
- func (s *ContentServer) GetIntent(_ context.Context, req *pb.GetIntentRequest) (*pb.GetIntentResponse, error)
- func (s *ContentServer) GetSessionTransferUri(_ context.Context, req *pb.GetSessionTransferUriRequest) (*pb.GetSessionTransferUriResponse, error)
- func (s *ContentServer) GetStructuredData(_ context.Context, req *pb.GetStructuredDataRequest) (*pb.GetStructuredDataResponse, error)
- func (s *ContentServer) GetWebUri(_ context.Context, req *pb.GetWebUriRequest) (*pb.GetWebUriResponse, error)
- func (s *ContentServer) IsAppProvidedIntent(_ context.Context, req *pb.IsAppProvidedIntentRequest) (*pb.IsAppProvidedIntentResponse, error)
- func (s *ContentServer) IsAppProvidedWebUri(_ context.Context, req *pb.IsAppProvidedWebUriRequest) (*pb.IsAppProvidedWebUriResponse, error)
- func (s *ContentServer) NewContent(_ context.Context, req *pb.NewContentRequest) (*pb.NewContentResponse, error)
- func (s *ContentServer) SetClipData(_ context.Context, req *pb.SetClipDataRequest) (*pb.SetClipDataResponse, error)
- func (s *ContentServer) SetIntent(_ context.Context, req *pb.SetIntentRequest) (*pb.SetIntentResponse, error)
- func (s *ContentServer) SetSessionTransferUri(_ context.Context, req *pb.SetSessionTransferUriRequest) (*pb.SetSessionTransferUriResponse, error)
- func (s *ContentServer) SetStructuredData(_ context.Context, req *pb.SetStructuredDataRequest) (*pb.SetStructuredDataResponse, error)
- func (s *ContentServer) SetWebUri(_ context.Context, req *pb.SetWebUriRequest) (*pb.SetWebUriResponse, error)
- func (s *ContentServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type StructureServer
- func (s *StructureServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *StructureServer) GetAcquisitionEndTime(_ context.Context, req *pb.GetAcquisitionEndTimeRequest) (*pb.GetAcquisitionEndTimeResponse, error)
- func (s *StructureServer) GetAcquisitionStartTime(_ context.Context, req *pb.GetAcquisitionStartTimeRequest) (*pb.GetAcquisitionStartTimeResponse, error)
- func (s *StructureServer) GetActivityComponent(_ context.Context, req *pb.GetActivityComponentRequest) (*pb.GetActivityComponentResponse, error)
- func (s *StructureServer) GetWindowNodeAt(_ context.Context, req *pb.GetWindowNodeAtRequest) (*pb.GetWindowNodeAtResponse, error)
- func (s *StructureServer) GetWindowNodeCount(_ context.Context, req *pb.GetWindowNodeCountRequest) (*pb.GetWindowNodeCountResponse, error)
- func (s *StructureServer) IsHomeActivity(_ context.Context, req *pb.IsHomeActivityRequest) (*pb.IsHomeActivityResponse, error)
- func (s *StructureServer) NewStructure(_ context.Context, req *pb.NewStructureRequest) (*pb.NewStructureResponse, error)
- func (s *StructureServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentServer ¶
type ContentServer struct {
pb.UnimplementedContentServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ContentServer implements pb.ContentServiceServer.
func (*ContentServer) DescribeContents ¶
func (s *ContentServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*ContentServer) GetClipData ¶
func (s *ContentServer) GetClipData(_ context.Context, req *pb.GetClipDataRequest) (*pb.GetClipDataResponse, error)
func (*ContentServer) GetExtras ¶
func (s *ContentServer) GetExtras(_ context.Context, req *pb.GetExtrasRequest) (*pb.GetExtrasResponse, error)
func (*ContentServer) GetIntent ¶
func (s *ContentServer) GetIntent(_ context.Context, req *pb.GetIntentRequest) (*pb.GetIntentResponse, error)
func (*ContentServer) GetSessionTransferUri ¶
func (s *ContentServer) GetSessionTransferUri(_ context.Context, req *pb.GetSessionTransferUriRequest) (*pb.GetSessionTransferUriResponse, error)
func (*ContentServer) GetStructuredData ¶
func (s *ContentServer) GetStructuredData(_ context.Context, req *pb.GetStructuredDataRequest) (*pb.GetStructuredDataResponse, error)
func (*ContentServer) GetWebUri ¶
func (s *ContentServer) GetWebUri(_ context.Context, req *pb.GetWebUriRequest) (*pb.GetWebUriResponse, error)
func (*ContentServer) IsAppProvidedIntent ¶
func (s *ContentServer) IsAppProvidedIntent(_ context.Context, req *pb.IsAppProvidedIntentRequest) (*pb.IsAppProvidedIntentResponse, error)
func (*ContentServer) IsAppProvidedWebUri ¶
func (s *ContentServer) IsAppProvidedWebUri(_ context.Context, req *pb.IsAppProvidedWebUriRequest) (*pb.IsAppProvidedWebUriResponse, error)
func (*ContentServer) NewContent ¶
func (s *ContentServer) NewContent(_ context.Context, req *pb.NewContentRequest) (*pb.NewContentResponse, error)
func (*ContentServer) SetClipData ¶
func (s *ContentServer) SetClipData(_ context.Context, req *pb.SetClipDataRequest) (*pb.SetClipDataResponse, error)
func (*ContentServer) SetIntent ¶
func (s *ContentServer) SetIntent(_ context.Context, req *pb.SetIntentRequest) (*pb.SetIntentResponse, error)
func (*ContentServer) SetSessionTransferUri ¶
func (s *ContentServer) SetSessionTransferUri(_ context.Context, req *pb.SetSessionTransferUriRequest) (*pb.SetSessionTransferUriResponse, error)
func (*ContentServer) SetStructuredData ¶
func (s *ContentServer) SetStructuredData(_ context.Context, req *pb.SetStructuredDataRequest) (*pb.SetStructuredDataResponse, error)
func (*ContentServer) SetWebUri ¶
func (s *ContentServer) SetWebUri(_ context.Context, req *pb.SetWebUriRequest) (*pb.SetWebUriResponse, error)
func (*ContentServer) WriteToParcel ¶
func (s *ContentServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type StructureServer ¶
type StructureServer struct {
pb.UnimplementedStructureServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
StructureServer implements pb.StructureServiceServer.
func (*StructureServer) DescribeContents ¶
func (s *StructureServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*StructureServer) GetAcquisitionEndTime ¶
func (s *StructureServer) GetAcquisitionEndTime(_ context.Context, req *pb.GetAcquisitionEndTimeRequest) (*pb.GetAcquisitionEndTimeResponse, error)
func (*StructureServer) GetAcquisitionStartTime ¶
func (s *StructureServer) GetAcquisitionStartTime(_ context.Context, req *pb.GetAcquisitionStartTimeRequest) (*pb.GetAcquisitionStartTimeResponse, error)
func (*StructureServer) GetActivityComponent ¶
func (s *StructureServer) GetActivityComponent(_ context.Context, req *pb.GetActivityComponentRequest) (*pb.GetActivityComponentResponse, error)
func (*StructureServer) GetWindowNodeAt ¶
func (s *StructureServer) GetWindowNodeAt(_ context.Context, req *pb.GetWindowNodeAtRequest) (*pb.GetWindowNodeAtResponse, error)
func (*StructureServer) GetWindowNodeCount ¶
func (s *StructureServer) GetWindowNodeCount(_ context.Context, req *pb.GetWindowNodeCountRequest) (*pb.GetWindowNodeCountResponse, error)
func (*StructureServer) IsHomeActivity ¶
func (s *StructureServer) IsHomeActivity(_ context.Context, req *pb.IsHomeActivityRequest) (*pb.IsHomeActivityResponse, error)
func (*StructureServer) NewStructure ¶
func (s *StructureServer) NewStructure(_ context.Context, req *pb.NewStructureRequest) (*pb.NewStructureResponse, error)
func (*StructureServer) WriteToParcel ¶
func (s *StructureServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.