Documentation
¶
Index ¶
- type DeviceManagerServer
- func (s *DeviceManagerServer) Associate(_ context.Context, req *pb.AssociateRequest) (*pb.AssociateResponse, error)
- func (s *DeviceManagerServer) AttachSystemDataTransport(_ context.Context, req *pb.AttachSystemDataTransportRequest) (*pb.AttachSystemDataTransportResponse, error)
- func (s *DeviceManagerServer) BuildAssociationCancellationIntent(_ context.Context, req *pb.BuildAssociationCancellationIntentRequest) (*pb.BuildAssociationCancellationIntentResponse, error)
- func (s *DeviceManagerServer) BuildPermissionTransferUserConsentIntent(_ context.Context, req *pb.BuildPermissionTransferUserConsentIntentRequest) (*pb.BuildPermissionTransferUserConsentIntentResponse, error)
- func (s *DeviceManagerServer) DetachSystemDataTransport(_ context.Context, req *pb.DetachSystemDataTransportRequest) (*pb.DetachSystemDataTransportResponse, error)
- func (s *DeviceManagerServer) DisableSystemDataSyncForTypes(_ context.Context, req *pb.DisableSystemDataSyncForTypesRequest) (*pb.DisableSystemDataSyncForTypesResponse, error)
- func (s *DeviceManagerServer) Disassociate1(_ context.Context, req *pb.Disassociate1Request) (*pb.Disassociate1Response, error)
- func (s *DeviceManagerServer) Disassociate1_1(_ context.Context, req *pb.Disassociate1_1Request) (*pb.Disassociate1_1Response, error)
- func (s *DeviceManagerServer) EnableSystemDataSyncForTypes(_ context.Context, req *pb.EnableSystemDataSyncForTypesRequest) (*pb.EnableSystemDataSyncForTypesResponse, error)
- func (s *DeviceManagerServer) GetAssociations(_ context.Context, req *pb.GetAssociationsRequest) (*pb.GetAssociationsResponse, error)
- func (s *DeviceManagerServer) GetMyAssociations(_ context.Context, req *pb.GetMyAssociationsRequest) (*pb.GetMyAssociationsResponse, error)
- func (s *DeviceManagerServer) HasNotificationAccess(_ context.Context, req *pb.HasNotificationAccessRequest) (*pb.HasNotificationAccessResponse, error)
- func (s *DeviceManagerServer) IsPermissionTransferUserConsented(_ context.Context, req *pb.IsPermissionTransferUserConsentedRequest) (*pb.IsPermissionTransferUserConsentedResponse, error)
- func (s *DeviceManagerServer) RemoveBond(_ context.Context, req *pb.RemoveBondRequest) (*pb.RemoveBondResponse, error)
- func (s *DeviceManagerServer) RequestNotificationAccess(_ context.Context, req *pb.RequestNotificationAccessRequest) (*pb.RequestNotificationAccessResponse, error)
- func (s *DeviceManagerServer) SetDeviceId(_ context.Context, req *pb.SetDeviceIdRequest) (*pb.SetDeviceIdResponse, error)
- func (s *DeviceManagerServer) StartObservingDevicePresence1(_ context.Context, req *pb.StartObservingDevicePresence1Request) (*pb.StartObservingDevicePresence1Response, error)
- func (s *DeviceManagerServer) StartObservingDevicePresence1_1(_ context.Context, req *pb.StartObservingDevicePresence1_1Request) (*pb.StartObservingDevicePresence1_1Response, error)
- func (s *DeviceManagerServer) StopObservingDevicePresence1(_ context.Context, req *pb.StopObservingDevicePresence1Request) (*pb.StopObservingDevicePresence1Response, error)
- func (s *DeviceManagerServer) StopObservingDevicePresence1_1(_ context.Context, req *pb.StopObservingDevicePresence1_1Request) (*pb.StopObservingDevicePresence1_1Response, error)
- type DevicePresenceEventServer
- func (s *DevicePresenceEventServer) DescribeContents(_ context.Context, req *pb.DevicePresenceEventDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *DevicePresenceEventServer) Equals(_ context.Context, req *pb.DevicePresenceEventEqualsRequest) (*pb.EqualsResponse, error)
- func (s *DevicePresenceEventServer) GetAssociationId(_ context.Context, req *pb.GetAssociationIdRequest) (*pb.GetAssociationIdResponse, error)
- func (s *DevicePresenceEventServer) GetEvent(_ context.Context, req *pb.GetEventRequest) (*pb.GetEventResponse, error)
- func (s *DevicePresenceEventServer) GetUuid(_ context.Context, req *pb.GetUuidRequest) (*pb.GetUuidResponse, error)
- func (s *DevicePresenceEventServer) HashCode(_ context.Context, req *pb.DevicePresenceEventHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *DevicePresenceEventServer) NewDevicePresenceEvent(_ context.Context, req *pb.NewDevicePresenceEventRequest) (*pb.NewDevicePresenceEventResponse, error)
- func (s *DevicePresenceEventServer) ToString(_ context.Context, req *pb.DevicePresenceEventToStringRequest) (*pb.ToStringResponse, error)
- func (s *DevicePresenceEventServer) WriteToParcel(_ context.Context, req *pb.DevicePresenceEventWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceManagerServer ¶ added in v0.0.4
type DeviceManagerServer struct {
pb.UnimplementedDeviceManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DeviceManagerServer implements pb.DeviceManagerServiceServer.
func (*DeviceManagerServer) Associate ¶ added in v0.0.4
func (s *DeviceManagerServer) Associate(_ context.Context, req *pb.AssociateRequest) (*pb.AssociateResponse, error)
func (*DeviceManagerServer) AttachSystemDataTransport ¶ added in v0.0.4
func (s *DeviceManagerServer) AttachSystemDataTransport(_ context.Context, req *pb.AttachSystemDataTransportRequest) (*pb.AttachSystemDataTransportResponse, error)
func (*DeviceManagerServer) BuildAssociationCancellationIntent ¶ added in v0.0.4
func (s *DeviceManagerServer) BuildAssociationCancellationIntent(_ context.Context, req *pb.BuildAssociationCancellationIntentRequest) (*pb.BuildAssociationCancellationIntentResponse, error)
func (*DeviceManagerServer) BuildPermissionTransferUserConsentIntent ¶ added in v0.0.4
func (s *DeviceManagerServer) BuildPermissionTransferUserConsentIntent(_ context.Context, req *pb.BuildPermissionTransferUserConsentIntentRequest) (*pb.BuildPermissionTransferUserConsentIntentResponse, error)
func (*DeviceManagerServer) DetachSystemDataTransport ¶ added in v0.0.4
func (s *DeviceManagerServer) DetachSystemDataTransport(_ context.Context, req *pb.DetachSystemDataTransportRequest) (*pb.DetachSystemDataTransportResponse, error)
func (*DeviceManagerServer) DisableSystemDataSyncForTypes ¶ added in v0.0.4
func (s *DeviceManagerServer) DisableSystemDataSyncForTypes(_ context.Context, req *pb.DisableSystemDataSyncForTypesRequest) (*pb.DisableSystemDataSyncForTypesResponse, error)
func (*DeviceManagerServer) Disassociate1 ¶ added in v0.0.4
func (s *DeviceManagerServer) Disassociate1(_ context.Context, req *pb.Disassociate1Request) (*pb.Disassociate1Response, error)
func (*DeviceManagerServer) Disassociate1_1 ¶ added in v0.0.4
func (s *DeviceManagerServer) Disassociate1_1(_ context.Context, req *pb.Disassociate1_1Request) (*pb.Disassociate1_1Response, error)
func (*DeviceManagerServer) EnableSystemDataSyncForTypes ¶ added in v0.0.4
func (s *DeviceManagerServer) EnableSystemDataSyncForTypes(_ context.Context, req *pb.EnableSystemDataSyncForTypesRequest) (*pb.EnableSystemDataSyncForTypesResponse, error)
func (*DeviceManagerServer) GetAssociations ¶ added in v0.0.4
func (s *DeviceManagerServer) GetAssociations(_ context.Context, req *pb.GetAssociationsRequest) (*pb.GetAssociationsResponse, error)
func (*DeviceManagerServer) GetMyAssociations ¶ added in v0.0.4
func (s *DeviceManagerServer) GetMyAssociations(_ context.Context, req *pb.GetMyAssociationsRequest) (*pb.GetMyAssociationsResponse, error)
func (*DeviceManagerServer) HasNotificationAccess ¶ added in v0.0.4
func (s *DeviceManagerServer) HasNotificationAccess(_ context.Context, req *pb.HasNotificationAccessRequest) (*pb.HasNotificationAccessResponse, error)
func (*DeviceManagerServer) IsPermissionTransferUserConsented ¶ added in v0.0.4
func (s *DeviceManagerServer) IsPermissionTransferUserConsented(_ context.Context, req *pb.IsPermissionTransferUserConsentedRequest) (*pb.IsPermissionTransferUserConsentedResponse, error)
func (*DeviceManagerServer) RemoveBond ¶ added in v0.0.4
func (s *DeviceManagerServer) RemoveBond(_ context.Context, req *pb.RemoveBondRequest) (*pb.RemoveBondResponse, error)
func (*DeviceManagerServer) RequestNotificationAccess ¶ added in v0.0.4
func (s *DeviceManagerServer) RequestNotificationAccess(_ context.Context, req *pb.RequestNotificationAccessRequest) (*pb.RequestNotificationAccessResponse, error)
func (*DeviceManagerServer) SetDeviceId ¶ added in v0.0.4
func (s *DeviceManagerServer) SetDeviceId(_ context.Context, req *pb.SetDeviceIdRequest) (*pb.SetDeviceIdResponse, error)
func (*DeviceManagerServer) StartObservingDevicePresence1 ¶ added in v0.0.4
func (s *DeviceManagerServer) StartObservingDevicePresence1(_ context.Context, req *pb.StartObservingDevicePresence1Request) (*pb.StartObservingDevicePresence1Response, error)
func (*DeviceManagerServer) StartObservingDevicePresence1_1 ¶ added in v0.0.4
func (s *DeviceManagerServer) StartObservingDevicePresence1_1(_ context.Context, req *pb.StartObservingDevicePresence1_1Request) (*pb.StartObservingDevicePresence1_1Response, error)
func (*DeviceManagerServer) StopObservingDevicePresence1 ¶ added in v0.0.4
func (s *DeviceManagerServer) StopObservingDevicePresence1(_ context.Context, req *pb.StopObservingDevicePresence1Request) (*pb.StopObservingDevicePresence1Response, error)
func (*DeviceManagerServer) StopObservingDevicePresence1_1 ¶ added in v0.0.4
func (s *DeviceManagerServer) StopObservingDevicePresence1_1(_ context.Context, req *pb.StopObservingDevicePresence1_1Request) (*pb.StopObservingDevicePresence1_1Response, error)
type DevicePresenceEventServer ¶ added in v0.0.6
type DevicePresenceEventServer struct {
pb.UnimplementedDevicePresenceEventServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DevicePresenceEventServer implements pb.DevicePresenceEventServiceServer.
func (*DevicePresenceEventServer) DescribeContents ¶ added in v0.0.6
func (s *DevicePresenceEventServer) DescribeContents(_ context.Context, req *pb.DevicePresenceEventDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*DevicePresenceEventServer) Equals ¶ added in v0.0.6
func (s *DevicePresenceEventServer) Equals(_ context.Context, req *pb.DevicePresenceEventEqualsRequest) (*pb.EqualsResponse, error)
func (*DevicePresenceEventServer) GetAssociationId ¶ added in v0.0.6
func (s *DevicePresenceEventServer) GetAssociationId(_ context.Context, req *pb.GetAssociationIdRequest) (*pb.GetAssociationIdResponse, error)
func (*DevicePresenceEventServer) GetEvent ¶ added in v0.0.6
func (s *DevicePresenceEventServer) GetEvent(_ context.Context, req *pb.GetEventRequest) (*pb.GetEventResponse, error)
func (*DevicePresenceEventServer) GetUuid ¶ added in v0.0.6
func (s *DevicePresenceEventServer) GetUuid(_ context.Context, req *pb.GetUuidRequest) (*pb.GetUuidResponse, error)
func (*DevicePresenceEventServer) HashCode ¶ added in v0.0.6
func (s *DevicePresenceEventServer) HashCode(_ context.Context, req *pb.DevicePresenceEventHashCodeRequest) (*pb.HashCodeResponse, error)
func (*DevicePresenceEventServer) NewDevicePresenceEvent ¶ added in v0.0.6
func (s *DevicePresenceEventServer) NewDevicePresenceEvent(_ context.Context, req *pb.NewDevicePresenceEventRequest) (*pb.NewDevicePresenceEventResponse, error)
func (*DevicePresenceEventServer) ToString ¶ added in v0.0.6
func (s *DevicePresenceEventServer) ToString(_ context.Context, req *pb.DevicePresenceEventToStringRequest) (*pb.ToStringResponse, error)
func (*DevicePresenceEventServer) WriteToParcel ¶ added in v0.0.6
func (s *DevicePresenceEventServer) WriteToParcel(_ context.Context, req *pb.DevicePresenceEventWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.