Documentation
¶
Index ¶
- type BuilderClient
- func (c *BuilderClient) AddAction(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error)
- func (c *BuilderClient) AddSubSlice(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *BuilderClient) Build(ctx context.Context) (int64, error)
- func (c *BuilderClient) SetCallerNeeded(ctx context.Context, arg0 bool) (int64, error)
- type ItemClient
- func (c *ItemClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *ItemClient) GetAction(ctx context.Context) (int64, error)
- func (c *ItemClient) GetBundle(ctx context.Context) (int64, error)
- func (c *ItemClient) GetFormat(ctx context.Context) (string, error)
- func (c *ItemClient) GetHints(ctx context.Context) (int64, error)
- func (c *ItemClient) GetIcon(ctx context.Context) (int64, error)
- func (c *ItemClient) GetInt(ctx context.Context) (int32, error)
- func (c *ItemClient) GetLong(ctx context.Context) (int64, error)
- func (c *ItemClient) GetRemoteInput(ctx context.Context) (int64, error)
- func (c *ItemClient) GetSlice(ctx context.Context) (int64, error)
- func (c *ItemClient) GetSubType(ctx context.Context) (string, error)
- func (c *ItemClient) GetText(ctx context.Context) (int64, error)
- func (c *ItemClient) HasHint(ctx context.Context, arg0 string) (bool, error)
- func (c *ItemClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type ManagerClient
- func (c *ManagerClient) CheckSlicePermission(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *ManagerClient) GetPinnedSlices(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetPinnedSpecs(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GetSliceDescendants(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GrantSlicePermission(ctx context.Context, arg0 string, arg1 int64) error
- func (c *ManagerClient) MapIntentToUri(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) RevokeSlicePermission(ctx context.Context, arg0 string, arg1 int64) error
- func (c *ManagerClient) UnpinSlice(ctx context.Context, arg0 int64) error
- type MetricsClient
- type ProviderClient
- func (c *ProviderClient) AttachInfo(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ProviderClient) Call(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)
- func (c *ProviderClient) Delete(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error)
- func (c *ProviderClient) GetType(ctx context.Context, arg0 int64) (string, error)
- func (c *ProviderClient) Insert(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ProviderClient) OnCreatePermissionRequest(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderClient) OnGetSliceDescendants(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderClient) OnMapIntentToUri(ctx context.Context, arg0 int64) (int64, error)
- func (c *ProviderClient) OnSlicePinned(ctx context.Context, arg0 int64) error
- func (c *ProviderClient) OnSliceUnpinned(ctx context.Context, arg0 int64) error
- func (c *ProviderClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
- func (c *ProviderClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) (int64, error)
- func (c *ProviderClient) Query6_2(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, ...) (int64, error)
- func (c *ProviderClient) Update(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int32, error)
- type SliceClient
- func (c *SliceClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *SliceClient) GetHints(ctx context.Context) (int64, error)
- func (c *SliceClient) GetItems(ctx context.Context) (int64, error)
- func (c *SliceClient) GetSpec(ctx context.Context) (int64, error)
- func (c *SliceClient) GetUri(ctx context.Context) (int64, error)
- func (c *SliceClient) IsCallerNeeded(ctx context.Context) (bool, error)
- func (c *SliceClient) ToString(ctx context.Context) (string, error)
- func (c *SliceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type SpecClient
- func (c *SpecClient) CanRender(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *SpecClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *SpecClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *SpecClient) GetRevision(ctx context.Context, handle int64) (int32, error)
- func (c *SpecClient) GetType(ctx context.Context, handle int64) (string, error)
- func (c *SpecClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *SpecClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderClient ¶
type BuilderClient struct {
// contains filtered or unexported fields
}
BuilderClient wraps the gRPC BuilderService client.
func NewBuilderClient ¶
func NewBuilderClient(cc grpc.ClientConnInterface) *BuilderClient
NewBuilderClient creates a new Builder client.
func (*BuilderClient) AddAction ¶
func (c *BuilderClient) AddAction(ctx context.Context, arg0 int64, arg1 int64, arg2 string) (int64, error)
AddAction calls the AddAction RPC.
func (*BuilderClient) AddSubSlice ¶
AddSubSlice calls the AddSubSlice RPC.
func (*BuilderClient) Build ¶
func (c *BuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*BuilderClient) SetCallerNeeded ¶
SetCallerNeeded calls the SetCallerNeeded RPC.
type ItemClient ¶
type ItemClient struct {
// contains filtered or unexported fields
}
ItemClient wraps the gRPC ItemService client.
func NewItemClient ¶
func NewItemClient(cc grpc.ClientConnInterface) *ItemClient
NewItemClient creates a new Item client.
func (*ItemClient) DescribeContents ¶
func (c *ItemClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ItemClient) GetAction ¶
func (c *ItemClient) GetAction(ctx context.Context) (int64, error)
GetAction calls the GetAction RPC.
func (*ItemClient) GetBundle ¶
func (c *ItemClient) GetBundle(ctx context.Context) (int64, error)
GetBundle calls the GetBundle RPC.
func (*ItemClient) GetFormat ¶
func (c *ItemClient) GetFormat(ctx context.Context) (string, error)
GetFormat calls the GetFormat RPC.
func (*ItemClient) GetHints ¶
func (c *ItemClient) GetHints(ctx context.Context) (int64, error)
GetHints calls the GetHints RPC.
func (*ItemClient) GetIcon ¶
func (c *ItemClient) GetIcon(ctx context.Context) (int64, error)
GetIcon calls the GetIcon RPC.
func (*ItemClient) GetInt ¶
func (c *ItemClient) GetInt(ctx context.Context) (int32, error)
GetInt calls the GetInt RPC.
func (*ItemClient) GetLong ¶
func (c *ItemClient) GetLong(ctx context.Context) (int64, error)
GetLong calls the GetLong RPC.
func (*ItemClient) GetRemoteInput ¶
func (c *ItemClient) GetRemoteInput(ctx context.Context) (int64, error)
GetRemoteInput calls the GetRemoteInput RPC.
func (*ItemClient) GetSlice ¶
func (c *ItemClient) GetSlice(ctx context.Context) (int64, error)
GetSlice calls the GetSlice RPC.
func (*ItemClient) GetSubType ¶
func (c *ItemClient) GetSubType(ctx context.Context) (string, error)
GetSubType calls the GetSubType RPC.
func (*ItemClient) GetText ¶
func (c *ItemClient) GetText(ctx context.Context) (int64, error)
GetText calls the GetText RPC.
func (*ItemClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type ManagerClient ¶
type ManagerClient struct {
// contains filtered or unexported fields
}
ManagerClient wraps the gRPC ManagerService client.
func NewManagerClient ¶
func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient
NewManagerClient creates a new Manager client.
func (*ManagerClient) CheckSlicePermission ¶
func (c *ManagerClient) CheckSlicePermission(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
CheckSlicePermission calls the CheckSlicePermission RPC.
func (*ManagerClient) GetPinnedSlices ¶
func (c *ManagerClient) GetPinnedSlices(ctx context.Context) (int64, error)
GetPinnedSlices calls the GetPinnedSlices RPC.
func (*ManagerClient) GetPinnedSpecs ¶
GetPinnedSpecs calls the GetPinnedSpecs RPC.
func (*ManagerClient) GetSliceDescendants ¶
GetSliceDescendants calls the GetSliceDescendants RPC.
func (*ManagerClient) GrantSlicePermission ¶
GrantSlicePermission calls the GrantSlicePermission RPC.
func (*ManagerClient) MapIntentToUri ¶
MapIntentToUri calls the MapIntentToUri RPC.
func (*ManagerClient) RevokeSlicePermission ¶
RevokeSlicePermission calls the RevokeSlicePermission RPC.
func (*ManagerClient) UnpinSlice ¶
func (c *ManagerClient) UnpinSlice(ctx context.Context, arg0 int64) error
UnpinSlice calls the UnpinSlice RPC.
type MetricsClient ¶
type MetricsClient struct {
// contains filtered or unexported fields
}
MetricsClient wraps the gRPC MetricsService client.
func NewMetricsClient ¶
func NewMetricsClient(cc grpc.ClientConnInterface) *MetricsClient
NewMetricsClient creates a new Metrics client.
func (*MetricsClient) LogHidden ¶
func (c *MetricsClient) LogHidden(ctx context.Context, handle int64) error
LogHidden calls the LogHidden RPC.
func (*MetricsClient) LogVisible ¶
func (c *MetricsClient) LogVisible(ctx context.Context, handle int64) error
LogVisible calls the LogVisible RPC.
type ProviderClient ¶
type ProviderClient struct {
// contains filtered or unexported fields
}
ProviderClient wraps the gRPC ProviderService client.
func NewProviderClient ¶
func NewProviderClient(cc grpc.ClientConnInterface) *ProviderClient
NewProviderClient creates a new Provider client.
func (*ProviderClient) AttachInfo ¶
AttachInfo calls the AttachInfo RPC.
func (*ProviderClient) Call ¶
func (c *ProviderClient) Call(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error)
Call calls the Call RPC.
func (*ProviderClient) Delete ¶
func (c *ProviderClient) Delete(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int32, error)
Delete calls the Delete RPC.
func (*ProviderClient) OnCreatePermissionRequest ¶
OnCreatePermissionRequest calls the OnCreatePermissionRequest RPC.
func (*ProviderClient) OnGetSliceDescendants ¶
OnGetSliceDescendants calls the OnGetSliceDescendants RPC.
func (*ProviderClient) OnMapIntentToUri ¶
OnMapIntentToUri calls the OnMapIntentToUri RPC.
func (*ProviderClient) OnSlicePinned ¶
func (c *ProviderClient) OnSlicePinned(ctx context.Context, arg0 int64) error
OnSlicePinned calls the OnSlicePinned RPC.
func (*ProviderClient) OnSliceUnpinned ¶
func (c *ProviderClient) OnSliceUnpinned(ctx context.Context, arg0 int64) error
OnSliceUnpinned calls the OnSliceUnpinned RPC.
func (*ProviderClient) Query4 ¶
func (c *ProviderClient) Query4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
Query4 calls the Query4 RPC.
func (*ProviderClient) Query5_1 ¶
func (c *ProviderClient) Query5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 string) (int64, error)
Query5_1 calls the Query5_1 RPC.
type SliceClient ¶
type SliceClient struct {
// contains filtered or unexported fields
}
SliceClient wraps the gRPC SliceService client.
func NewSliceClient ¶
func NewSliceClient(cc grpc.ClientConnInterface) *SliceClient
NewSliceClient creates a new Slice client.
func (*SliceClient) DescribeContents ¶
func (c *SliceClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*SliceClient) GetHints ¶
func (c *SliceClient) GetHints(ctx context.Context) (int64, error)
GetHints calls the GetHints RPC.
func (*SliceClient) GetItems ¶
func (c *SliceClient) GetItems(ctx context.Context) (int64, error)
GetItems calls the GetItems RPC.
func (*SliceClient) GetSpec ¶
func (c *SliceClient) GetSpec(ctx context.Context) (int64, error)
GetSpec calls the GetSpec RPC.
func (*SliceClient) GetUri ¶
func (c *SliceClient) GetUri(ctx context.Context) (int64, error)
GetUri calls the GetUri RPC.
func (*SliceClient) IsCallerNeeded ¶
func (c *SliceClient) IsCallerNeeded(ctx context.Context) (bool, error)
IsCallerNeeded calls the IsCallerNeeded RPC.
func (*SliceClient) ToString ¶
func (c *SliceClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*SliceClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type SpecClient ¶
type SpecClient struct {
// contains filtered or unexported fields
}
SpecClient wraps the gRPC SpecService client.
func NewSpecClient ¶
func NewSpecClient(cc grpc.ClientConnInterface) *SpecClient
NewSpecClient creates a new Spec client.
func (*SpecClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*SpecClient) GetRevision ¶
GetRevision calls the GetRevision RPC.
func (*SpecClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.