Documentation
¶
Index ¶
- type ManagerClient
- func (c *ManagerClient) AllocateBytes2(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ManagerClient) AllocateBytes2_1(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ManagerClient) GetAllocatableBytes(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GetCacheQuotaBytes(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GetCacheSizeBytes(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GetManageSpaceActivityIntent(ctx context.Context, arg0 string, arg1 int32) (int64, error)
- func (c *ManagerClient) GetMountedObbPath(ctx context.Context, arg0 string) (string, error)
- func (c *ManagerClient) GetPrimaryStorageVolume(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetRecentStorageVolumes(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetStorageVolume1(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GetStorageVolume1_1(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GetStorageVolumes(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetStorageVolumesIncludingSharedProfiles(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetUuidForPath(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) IsAllocationSupported(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) IsCacheBehaviorGroup(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) IsCacheBehaviorTombstone(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) IsCheckpointSupported(ctx context.Context) (bool, error)
- func (c *ManagerClient) IsEncrypted(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) IsObbMounted(ctx context.Context, arg0 string) (bool, error)
- func (c *ManagerClient) MountObb(ctx context.Context, arg0 string, arg1 string, arg2 int64) (bool, error)
- func (c *ManagerClient) RegisterStorageVolumeCallback(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ManagerClient) SetCacheBehaviorGroup(ctx context.Context, arg0 int64, arg1 bool) error
- func (c *ManagerClient) SetCacheBehaviorTombstone(ctx context.Context, arg0 int64, arg1 bool) error
- func (c *ManagerClient) UnmountObb(ctx context.Context, arg0 string, arg1 bool, arg2 int64) (bool, error)
- func (c *ManagerClient) UnregisterStorageVolumeCallback(ctx context.Context, arg0 int64) error
- type ManagerStorageVolumeCallbackClient
- type OnObbStateChangeListenerClient
- type VolumeClient
- func (c *VolumeClient) CreateAccessIntent(ctx context.Context, arg0 string) (int64, error)
- func (c *VolumeClient) CreateOpenDocumentTreeIntent(ctx context.Context) (int64, error)
- func (c *VolumeClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *VolumeClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *VolumeClient) GetDescription(ctx context.Context, arg0 int64) (string, error)
- func (c *VolumeClient) GetDirectory(ctx context.Context) (int64, error)
- func (c *VolumeClient) GetMediaStoreVolumeName(ctx context.Context) (string, error)
- func (c *VolumeClient) GetOwner(ctx context.Context) (int64, error)
- func (c *VolumeClient) GetState(ctx context.Context) (string, error)
- func (c *VolumeClient) GetStorageUuid(ctx context.Context) (int64, error)
- func (c *VolumeClient) GetUuid(ctx context.Context) (string, error)
- func (c *VolumeClient) HashCode(ctx context.Context) (int32, error)
- func (c *VolumeClient) IsEmulated(ctx context.Context) (bool, error)
- func (c *VolumeClient) IsPrimary(ctx context.Context) (bool, error)
- func (c *VolumeClient) IsRemovable(ctx context.Context) (bool, error)
- func (c *VolumeClient) ToString(ctx context.Context) (string, error)
- func (c *VolumeClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagerClient ¶ added in v0.0.6
type ManagerClient struct {
// contains filtered or unexported fields
}
ManagerClient wraps the gRPC ManagerService client.
func NewManagerClient ¶ added in v0.0.6
func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient
NewManagerClient creates a new Manager client.
func (*ManagerClient) AllocateBytes2 ¶ added in v0.0.6
AllocateBytes2 calls the AllocateBytes2 RPC.
func (*ManagerClient) AllocateBytes2_1 ¶ added in v0.0.6
AllocateBytes2_1 calls the AllocateBytes2_1 RPC.
func (*ManagerClient) GetAllocatableBytes ¶ added in v0.0.6
GetAllocatableBytes calls the GetAllocatableBytes RPC.
func (*ManagerClient) GetCacheQuotaBytes ¶ added in v0.0.6
GetCacheQuotaBytes calls the GetCacheQuotaBytes RPC.
func (*ManagerClient) GetCacheSizeBytes ¶ added in v0.0.6
GetCacheSizeBytes calls the GetCacheSizeBytes RPC.
func (*ManagerClient) GetManageSpaceActivityIntent ¶ added in v0.0.6
func (c *ManagerClient) GetManageSpaceActivityIntent(ctx context.Context, arg0 string, arg1 int32) (int64, error)
GetManageSpaceActivityIntent calls the GetManageSpaceActivityIntent RPC.
func (*ManagerClient) GetMountedObbPath ¶ added in v0.0.6
GetMountedObbPath calls the GetMountedObbPath RPC.
func (*ManagerClient) GetPrimaryStorageVolume ¶ added in v0.0.6
func (c *ManagerClient) GetPrimaryStorageVolume(ctx context.Context) (int64, error)
GetPrimaryStorageVolume calls the GetPrimaryStorageVolume RPC.
func (*ManagerClient) GetRecentStorageVolumes ¶ added in v0.0.6
func (c *ManagerClient) GetRecentStorageVolumes(ctx context.Context) (int64, error)
GetRecentStorageVolumes calls the GetRecentStorageVolumes RPC.
func (*ManagerClient) GetStorageVolume1 ¶ added in v0.0.6
GetStorageVolume1 calls the GetStorageVolume1 RPC.
func (*ManagerClient) GetStorageVolume1_1 ¶ added in v0.0.6
GetStorageVolume1_1 calls the GetStorageVolume1_1 RPC.
func (*ManagerClient) GetStorageVolumes ¶ added in v0.0.6
func (c *ManagerClient) GetStorageVolumes(ctx context.Context) (int64, error)
GetStorageVolumes calls the GetStorageVolumes RPC.
func (*ManagerClient) GetStorageVolumesIncludingSharedProfiles ¶ added in v0.0.6
func (c *ManagerClient) GetStorageVolumesIncludingSharedProfiles(ctx context.Context) (int64, error)
GetStorageVolumesIncludingSharedProfiles calls the GetStorageVolumesIncludingSharedProfiles RPC.
func (*ManagerClient) GetUuidForPath ¶ added in v0.0.6
GetUuidForPath calls the GetUuidForPath RPC.
func (*ManagerClient) IsAllocationSupported ¶ added in v0.0.6
IsAllocationSupported calls the IsAllocationSupported RPC.
func (*ManagerClient) IsCacheBehaviorGroup ¶ added in v0.0.6
IsCacheBehaviorGroup calls the IsCacheBehaviorGroup RPC.
func (*ManagerClient) IsCacheBehaviorTombstone ¶ added in v0.0.6
IsCacheBehaviorTombstone calls the IsCacheBehaviorTombstone RPC.
func (*ManagerClient) IsCheckpointSupported ¶ added in v0.0.6
func (c *ManagerClient) IsCheckpointSupported(ctx context.Context) (bool, error)
IsCheckpointSupported calls the IsCheckpointSupported RPC.
func (*ManagerClient) IsEncrypted ¶ added in v0.0.6
IsEncrypted calls the IsEncrypted RPC.
func (*ManagerClient) IsObbMounted ¶ added in v0.0.6
IsObbMounted calls the IsObbMounted RPC.
func (*ManagerClient) MountObb ¶ added in v0.0.6
func (c *ManagerClient) MountObb(ctx context.Context, arg0 string, arg1 string, arg2 int64) (bool, error)
MountObb calls the MountObb RPC.
func (*ManagerClient) RegisterStorageVolumeCallback ¶ added in v0.0.6
func (c *ManagerClient) RegisterStorageVolumeCallback(ctx context.Context, arg0 int64, arg1 int64) error
RegisterStorageVolumeCallback calls the RegisterStorageVolumeCallback RPC.
func (*ManagerClient) SetCacheBehaviorGroup ¶ added in v0.0.6
SetCacheBehaviorGroup calls the SetCacheBehaviorGroup RPC.
func (*ManagerClient) SetCacheBehaviorTombstone ¶ added in v0.0.6
SetCacheBehaviorTombstone calls the SetCacheBehaviorTombstone RPC.
func (*ManagerClient) UnmountObb ¶ added in v0.0.6
func (c *ManagerClient) UnmountObb(ctx context.Context, arg0 string, arg1 bool, arg2 int64) (bool, error)
UnmountObb calls the UnmountObb RPC.
func (*ManagerClient) UnregisterStorageVolumeCallback ¶ added in v0.0.6
func (c *ManagerClient) UnregisterStorageVolumeCallback(ctx context.Context, arg0 int64) error
UnregisterStorageVolumeCallback calls the UnregisterStorageVolumeCallback RPC.
type ManagerStorageVolumeCallbackClient ¶ added in v0.0.6
type ManagerStorageVolumeCallbackClient struct {
// contains filtered or unexported fields
}
ManagerStorageVolumeCallbackClient wraps the gRPC ManagerStorageVolumeCallbackService client.
func NewManagerStorageVolumeCallbackClient ¶ added in v0.0.6
func NewManagerStorageVolumeCallbackClient(cc grpc.ClientConnInterface) *ManagerStorageVolumeCallbackClient
NewManagerStorageVolumeCallbackClient creates a new ManagerStorageVolumeCallback client.
func (*ManagerStorageVolumeCallbackClient) OnStateChanged ¶ added in v0.0.6
func (c *ManagerStorageVolumeCallbackClient) OnStateChanged(ctx context.Context, arg0 int64) error
OnStateChanged calls the OnStateChanged RPC.
type OnObbStateChangeListenerClient ¶ added in v0.0.6
type OnObbStateChangeListenerClient struct {
// contains filtered or unexported fields
}
OnObbStateChangeListenerClient wraps the gRPC OnObbStateChangeListenerService client.
func NewOnObbStateChangeListenerClient ¶ added in v0.0.6
func NewOnObbStateChangeListenerClient(cc grpc.ClientConnInterface) *OnObbStateChangeListenerClient
NewOnObbStateChangeListenerClient creates a new OnObbStateChangeListener client.
func (*OnObbStateChangeListenerClient) OnObbStateChange ¶ added in v0.0.6
func (c *OnObbStateChangeListenerClient) OnObbStateChange(ctx context.Context, arg0 string, arg1 int32) error
OnObbStateChange calls the OnObbStateChange RPC.
type VolumeClient ¶ added in v0.0.6
type VolumeClient struct {
// contains filtered or unexported fields
}
VolumeClient wraps the gRPC VolumeService client.
func NewVolumeClient ¶ added in v0.0.6
func NewVolumeClient(cc grpc.ClientConnInterface) *VolumeClient
NewVolumeClient creates a new Volume client.
func (*VolumeClient) CreateAccessIntent ¶ added in v0.0.6
CreateAccessIntent calls the CreateAccessIntent RPC.
func (*VolumeClient) CreateOpenDocumentTreeIntent ¶ added in v0.0.6
func (c *VolumeClient) CreateOpenDocumentTreeIntent(ctx context.Context) (int64, error)
CreateOpenDocumentTreeIntent calls the CreateOpenDocumentTreeIntent RPC.
func (*VolumeClient) DescribeContents ¶ added in v0.0.6
func (c *VolumeClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*VolumeClient) GetDescription ¶ added in v0.0.6
GetDescription calls the GetDescription RPC.
func (*VolumeClient) GetDirectory ¶ added in v0.0.6
func (c *VolumeClient) GetDirectory(ctx context.Context) (int64, error)
GetDirectory calls the GetDirectory RPC.
func (*VolumeClient) GetMediaStoreVolumeName ¶ added in v0.0.6
func (c *VolumeClient) GetMediaStoreVolumeName(ctx context.Context) (string, error)
GetMediaStoreVolumeName calls the GetMediaStoreVolumeName RPC.
func (*VolumeClient) GetOwner ¶ added in v0.0.6
func (c *VolumeClient) GetOwner(ctx context.Context) (int64, error)
GetOwner calls the GetOwner RPC.
func (*VolumeClient) GetState ¶ added in v0.0.6
func (c *VolumeClient) GetState(ctx context.Context) (string, error)
GetState calls the GetState RPC.
func (*VolumeClient) GetStorageUuid ¶ added in v0.0.6
func (c *VolumeClient) GetStorageUuid(ctx context.Context) (int64, error)
GetStorageUuid calls the GetStorageUuid RPC.
func (*VolumeClient) GetUuid ¶ added in v0.0.6
func (c *VolumeClient) GetUuid(ctx context.Context) (string, error)
GetUuid calls the GetUuid RPC.
func (*VolumeClient) HashCode ¶ added in v0.0.6
func (c *VolumeClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*VolumeClient) IsEmulated ¶ added in v0.0.6
func (c *VolumeClient) IsEmulated(ctx context.Context) (bool, error)
IsEmulated calls the IsEmulated RPC.
func (*VolumeClient) IsPrimary ¶ added in v0.0.6
func (c *VolumeClient) IsPrimary(ctx context.Context) (bool, error)
IsPrimary calls the IsPrimary RPC.
func (*VolumeClient) IsRemovable ¶ added in v0.0.6
func (c *VolumeClient) IsRemovable(ctx context.Context) (bool, error)
IsRemovable calls the IsRemovable RPC.
func (*VolumeClient) ToString ¶ added in v0.0.6
func (c *VolumeClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*VolumeClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.