Documentation
¶
Index ¶
- type CompanionDeviceManagerServer
- func (s *CompanionDeviceManagerServer) Associate(_ context.Context, req *pb.AssociateRequest) (*pb.AssociateResponse, error)
- func (s *CompanionDeviceManagerServer) AttachSystemDataTransport(_ context.Context, req *pb.AttachSystemDataTransportRequest) (*pb.AttachSystemDataTransportResponse, error)
- func (s *CompanionDeviceManagerServer) BuildAssociationCancellationIntent(_ context.Context, req *pb.BuildAssociationCancellationIntentRequest) (*pb.BuildAssociationCancellationIntentResponse, error)
- func (s *CompanionDeviceManagerServer) BuildPermissionTransferUserConsentIntent(_ context.Context, req *pb.BuildPermissionTransferUserConsentIntentRequest) (*pb.BuildPermissionTransferUserConsentIntentResponse, error)
- func (s *CompanionDeviceManagerServer) DetachSystemDataTransport(_ context.Context, req *pb.DetachSystemDataTransportRequest) (*pb.DetachSystemDataTransportResponse, error)
- func (s *CompanionDeviceManagerServer) DisableSystemDataSyncForTypes(_ context.Context, req *pb.DisableSystemDataSyncForTypesRequest) (*pb.DisableSystemDataSyncForTypesResponse, error)
- func (s *CompanionDeviceManagerServer) Disassociate1(_ context.Context, req *pb.Disassociate1Request) (*pb.Disassociate1Response, error)
- func (s *CompanionDeviceManagerServer) Disassociate1_1(_ context.Context, req *pb.Disassociate1_1Request) (*pb.Disassociate1_1Response, error)
- func (s *CompanionDeviceManagerServer) EnableSystemDataSyncForTypes(_ context.Context, req *pb.EnableSystemDataSyncForTypesRequest) (*pb.EnableSystemDataSyncForTypesResponse, error)
- func (s *CompanionDeviceManagerServer) GetAssociations(_ context.Context, req *pb.GetAssociationsRequest) (*pb.GetAssociationsResponse, error)
- func (s *CompanionDeviceManagerServer) GetMyAssociations(_ context.Context, req *pb.GetMyAssociationsRequest) (*pb.GetMyAssociationsResponse, error)
- func (s *CompanionDeviceManagerServer) HasNotificationAccess(_ context.Context, req *pb.HasNotificationAccessRequest) (*pb.HasNotificationAccessResponse, error)
- func (s *CompanionDeviceManagerServer) IsPermissionTransferUserConsented(_ context.Context, req *pb.IsPermissionTransferUserConsentedRequest) (*pb.IsPermissionTransferUserConsentedResponse, error)
- func (s *CompanionDeviceManagerServer) RemoveBond(_ context.Context, req *pb.RemoveBondRequest) (*pb.RemoveBondResponse, error)
- func (s *CompanionDeviceManagerServer) RequestNotificationAccess(_ context.Context, req *pb.RequestNotificationAccessRequest) (*pb.RequestNotificationAccessResponse, error)
- func (s *CompanionDeviceManagerServer) SetDeviceId(_ context.Context, req *pb.SetDeviceIdRequest) (*pb.SetDeviceIdResponse, error)
- func (s *CompanionDeviceManagerServer) StartObservingDevicePresence1(_ context.Context, req *pb.StartObservingDevicePresence1Request) (*pb.StartObservingDevicePresence1Response, error)
- func (s *CompanionDeviceManagerServer) StartObservingDevicePresence1_1(_ context.Context, req *pb.StartObservingDevicePresence1_1Request) (*pb.StartObservingDevicePresence1_1Response, error)
- func (s *CompanionDeviceManagerServer) StartSystemDataTransfer(_ context.Context, req *pb.StartSystemDataTransferRequest) (*pb.StartSystemDataTransferResponse, error)
- func (s *CompanionDeviceManagerServer) StopObservingDevicePresence1(_ context.Context, req *pb.StopObservingDevicePresence1Request) (*pb.StopObservingDevicePresence1Response, error)
- func (s *CompanionDeviceManagerServer) StopObservingDevicePresence1_1(_ context.Context, req *pb.StopObservingDevicePresence1_1Request) (*pb.StopObservingDevicePresence1_1Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompanionDeviceManagerServer ¶
type CompanionDeviceManagerServer struct {
pb.UnimplementedCompanionDeviceManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
CompanionDeviceManagerServer implements pb.CompanionDeviceManagerServiceServer.
func (*CompanionDeviceManagerServer) Associate ¶
func (s *CompanionDeviceManagerServer) Associate(_ context.Context, req *pb.AssociateRequest) (*pb.AssociateResponse, error)
func (*CompanionDeviceManagerServer) AttachSystemDataTransport ¶
func (s *CompanionDeviceManagerServer) AttachSystemDataTransport(_ context.Context, req *pb.AttachSystemDataTransportRequest) (*pb.AttachSystemDataTransportResponse, error)
func (*CompanionDeviceManagerServer) BuildAssociationCancellationIntent ¶
func (s *CompanionDeviceManagerServer) BuildAssociationCancellationIntent(_ context.Context, req *pb.BuildAssociationCancellationIntentRequest) (*pb.BuildAssociationCancellationIntentResponse, error)
func (*CompanionDeviceManagerServer) BuildPermissionTransferUserConsentIntent ¶
func (s *CompanionDeviceManagerServer) BuildPermissionTransferUserConsentIntent(_ context.Context, req *pb.BuildPermissionTransferUserConsentIntentRequest) (*pb.BuildPermissionTransferUserConsentIntentResponse, error)
func (*CompanionDeviceManagerServer) DetachSystemDataTransport ¶
func (s *CompanionDeviceManagerServer) DetachSystemDataTransport(_ context.Context, req *pb.DetachSystemDataTransportRequest) (*pb.DetachSystemDataTransportResponse, error)
func (*CompanionDeviceManagerServer) DisableSystemDataSyncForTypes ¶
func (s *CompanionDeviceManagerServer) DisableSystemDataSyncForTypes(_ context.Context, req *pb.DisableSystemDataSyncForTypesRequest) (*pb.DisableSystemDataSyncForTypesResponse, error)
func (*CompanionDeviceManagerServer) Disassociate1 ¶
func (s *CompanionDeviceManagerServer) Disassociate1(_ context.Context, req *pb.Disassociate1Request) (*pb.Disassociate1Response, error)
func (*CompanionDeviceManagerServer) Disassociate1_1 ¶
func (s *CompanionDeviceManagerServer) Disassociate1_1(_ context.Context, req *pb.Disassociate1_1Request) (*pb.Disassociate1_1Response, error)
func (*CompanionDeviceManagerServer) EnableSystemDataSyncForTypes ¶
func (s *CompanionDeviceManagerServer) EnableSystemDataSyncForTypes(_ context.Context, req *pb.EnableSystemDataSyncForTypesRequest) (*pb.EnableSystemDataSyncForTypesResponse, error)
func (*CompanionDeviceManagerServer) GetAssociations ¶
func (s *CompanionDeviceManagerServer) GetAssociations(_ context.Context, req *pb.GetAssociationsRequest) (*pb.GetAssociationsResponse, error)
func (*CompanionDeviceManagerServer) GetMyAssociations ¶
func (s *CompanionDeviceManagerServer) GetMyAssociations(_ context.Context, req *pb.GetMyAssociationsRequest) (*pb.GetMyAssociationsResponse, error)
func (*CompanionDeviceManagerServer) HasNotificationAccess ¶
func (s *CompanionDeviceManagerServer) HasNotificationAccess(_ context.Context, req *pb.HasNotificationAccessRequest) (*pb.HasNotificationAccessResponse, error)
func (*CompanionDeviceManagerServer) IsPermissionTransferUserConsented ¶
func (s *CompanionDeviceManagerServer) IsPermissionTransferUserConsented(_ context.Context, req *pb.IsPermissionTransferUserConsentedRequest) (*pb.IsPermissionTransferUserConsentedResponse, error)
func (*CompanionDeviceManagerServer) RemoveBond ¶
func (s *CompanionDeviceManagerServer) RemoveBond(_ context.Context, req *pb.RemoveBondRequest) (*pb.RemoveBondResponse, error)
func (*CompanionDeviceManagerServer) RequestNotificationAccess ¶
func (s *CompanionDeviceManagerServer) RequestNotificationAccess(_ context.Context, req *pb.RequestNotificationAccessRequest) (*pb.RequestNotificationAccessResponse, error)
func (*CompanionDeviceManagerServer) SetDeviceId ¶
func (s *CompanionDeviceManagerServer) SetDeviceId(_ context.Context, req *pb.SetDeviceIdRequest) (*pb.SetDeviceIdResponse, error)
func (*CompanionDeviceManagerServer) StartObservingDevicePresence1 ¶
func (s *CompanionDeviceManagerServer) StartObservingDevicePresence1(_ context.Context, req *pb.StartObservingDevicePresence1Request) (*pb.StartObservingDevicePresence1Response, error)
func (*CompanionDeviceManagerServer) StartObservingDevicePresence1_1 ¶
func (s *CompanionDeviceManagerServer) StartObservingDevicePresence1_1(_ context.Context, req *pb.StartObservingDevicePresence1_1Request) (*pb.StartObservingDevicePresence1_1Response, error)
func (*CompanionDeviceManagerServer) StartSystemDataTransfer ¶
func (s *CompanionDeviceManagerServer) StartSystemDataTransfer(_ context.Context, req *pb.StartSystemDataTransferRequest) (*pb.StartSystemDataTransferResponse, error)
func (*CompanionDeviceManagerServer) StopObservingDevicePresence1 ¶
func (s *CompanionDeviceManagerServer) StopObservingDevicePresence1(_ context.Context, req *pb.StopObservingDevicePresence1Request) (*pb.StopObservingDevicePresence1Response, error)
func (*CompanionDeviceManagerServer) StopObservingDevicePresence1_1 ¶
func (s *CompanionDeviceManagerServer) StopObservingDevicePresence1_1(_ context.Context, req *pb.StopObservingDevicePresence1_1Request) (*pb.StopObservingDevicePresence1_1Response, error)
Click to show internal directories.
Click to hide internal directories.