Documentation
¶
Index ¶
- type AttachCallbackServer
- func (s *AttachCallbackServer) NewAttachCallback(_ context.Context, req *pb.NewAttachCallbackRequest) (*pb.NewAttachCallbackResponse, error)
- func (s *AttachCallbackServer) OnAttachFailed(_ context.Context, req *pb.OnAttachFailedRequest) (*pb.OnAttachFailedResponse, error)
- func (s *AttachCallbackServer) OnAttached(_ context.Context, req *pb.OnAttachedRequest) (*pb.OnAttachedResponse, error)
- func (s *AttachCallbackServer) OnAwareSessionTerminated(_ context.Context, req *pb.OnAwareSessionTerminatedRequest) (*pb.OnAwareSessionTerminatedResponse, error)
- type DiscoverySessionCallbackServer
- func (s *DiscoverySessionCallbackServer) NewDiscoverySessionCallback(_ context.Context, req *pb.NewDiscoverySessionCallbackRequest) (*pb.NewDiscoverySessionCallbackResponse, error)
- func (s *DiscoverySessionCallbackServer) OnBootstrappingFailed(_ context.Context, req *pb.OnBootstrappingFailedRequest) (*pb.OnBootstrappingFailedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnBootstrappingSucceeded(_ context.Context, req *pb.OnBootstrappingSucceededRequest) (*pb.OnBootstrappingSucceededResponse, error)
- func (s *DiscoverySessionCallbackServer) OnMessageReceived(_ context.Context, req *pb.OnMessageReceivedRequest) (*pb.OnMessageReceivedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnMessageSendFailed(_ context.Context, req *pb.OnMessageSendFailedRequest) (*pb.OnMessageSendFailedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnMessageSendSucceeded(_ context.Context, req *pb.OnMessageSendSucceededRequest) (*pb.OnMessageSendSucceededResponse, error)
- func (s *DiscoverySessionCallbackServer) OnPairingSetupFailed(_ context.Context, req *pb.OnPairingSetupFailedRequest) (*pb.OnPairingSetupFailedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnPairingSetupRequestReceived(_ context.Context, req *pb.OnPairingSetupRequestReceivedRequest) (*pb.OnPairingSetupRequestReceivedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnPairingSetupSucceeded(_ context.Context, req *pb.OnPairingSetupSucceededRequest) (*pb.OnPairingSetupSucceededResponse, error)
- func (s *DiscoverySessionCallbackServer) OnPairingVerificationFailed(_ context.Context, req *pb.OnPairingVerificationFailedRequest) (*pb.OnPairingVerificationFailedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnPairingVerificationSucceed(_ context.Context, req *pb.OnPairingVerificationSucceedRequest) (*pb.OnPairingVerificationSucceedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnPublishStarted(_ context.Context, req *pb.OnPublishStartedRequest) (*pb.OnPublishStartedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnServiceDiscovered(_ context.Context, req *pb.OnServiceDiscoveredRequest) (*pb.OnServiceDiscoveredResponse, error)
- func (s *DiscoverySessionCallbackServer) OnServiceDiscoveredWithinRange(_ context.Context, req *pb.OnServiceDiscoveredWithinRangeRequest) (*pb.OnServiceDiscoveredWithinRangeResponse, error)
- func (s *DiscoverySessionCallbackServer) OnServiceLost(_ context.Context, req *pb.OnServiceLostRequest) (*pb.OnServiceLostResponse, error)
- func (s *DiscoverySessionCallbackServer) OnSessionConfigFailed(_ context.Context, req *pb.OnSessionConfigFailedRequest) (*pb.OnSessionConfigFailedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnSessionConfigUpdated(_ context.Context, req *pb.OnSessionConfigUpdatedRequest) (*pb.OnSessionConfigUpdatedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnSessionTerminated(_ context.Context, req *pb.OnSessionTerminatedRequest) (*pb.OnSessionTerminatedResponse, error)
- func (s *DiscoverySessionCallbackServer) OnSubscribeStarted(_ context.Context, req *pb.OnSubscribeStartedRequest) (*pb.OnSubscribeStartedResponse, error)
- type IdentityChangedListenerServer
- func (s *IdentityChangedListenerServer) NewIdentityChangedListener(_ context.Context, req *pb.NewIdentityChangedListenerRequest) (*pb.NewIdentityChangedListenerResponse, error)
- func (s *IdentityChangedListenerServer) OnClusterIdChanged(_ context.Context, req *pb.OnClusterIdChangedRequest) (*pb.OnClusterIdChangedResponse, error)
- func (s *IdentityChangedListenerServer) OnIdentityChanged(_ context.Context, req *pb.OnIdentityChangedRequest) (*pb.OnIdentityChangedResponse, error)
- type ParcelablePeerHandleServer
- func (s *ParcelablePeerHandleServer) DescribeContents(_ context.Context, req *pb.ParcelablePeerHandleDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *ParcelablePeerHandleServer) NewParcelablePeerHandle(_ context.Context, req *pb.NewParcelablePeerHandleRequest) (*pb.NewParcelablePeerHandleResponse, error)
- func (s *ParcelablePeerHandleServer) WriteToParcel(_ context.Context, req *pb.ParcelablePeerHandleWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type ResourcesServer
- func (s *ResourcesServer) DescribeContents(_ context.Context, req *pb.ResourcesDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *ResourcesServer) GetAvailableDataPathsCount(_ context.Context, req *pb.GetAvailableDataPathsCountRequest) (*pb.GetAvailableDataPathsCountResponse, error)
- func (s *ResourcesServer) GetAvailablePublishSessionsCount(_ context.Context, req *pb.GetAvailablePublishSessionsCountRequest) (*pb.GetAvailablePublishSessionsCountResponse, error)
- func (s *ResourcesServer) GetAvailableSubscribeSessionsCount(_ context.Context, req *pb.GetAvailableSubscribeSessionsCountRequest) (*pb.GetAvailableSubscribeSessionsCountResponse, error)
- func (s *ResourcesServer) NewResources(_ context.Context, req *pb.NewResourcesRequest) (*pb.NewResourcesResponse, error)
- func (s *ResourcesServer) WriteToParcel(_ context.Context, req *pb.ResourcesWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type WifiAwareManagerServer
- func (s *WifiAwareManagerServer) GetAvailableAwareResources(_ context.Context, req *pb.GetAvailableAwareResourcesRequest) (*pb.GetAvailableAwareResourcesResponse, error)
- func (s *WifiAwareManagerServer) GetCharacteristics(_ context.Context, req *pb.GetCharacteristicsRequest) (*pb.GetCharacteristicsResponse, error)
- func (s *WifiAwareManagerServer) IsAvailable(_ context.Context, req *pb.IsAvailableRequest) (*pb.IsAvailableResponse, error)
- func (s *WifiAwareManagerServer) IsDeviceAttached(_ context.Context, req *pb.IsDeviceAttachedRequest) (*pb.IsDeviceAttachedResponse, error)
- func (s *WifiAwareManagerServer) IsInstantCommunicationModeEnabled(_ context.Context, req *pb.IsInstantCommunicationModeEnabledRequest) (*pb.IsInstantCommunicationModeEnabledResponse, error)
- func (s *WifiAwareManagerServer) IsSetChannelOnDataPathSupported(_ context.Context, req *pb.IsSetChannelOnDataPathSupportedRequest) (*pb.IsSetChannelOnDataPathSupportedResponse, error)
- func (s *WifiAwareManagerServer) RemovePairedDevice(_ context.Context, req *pb.RemovePairedDeviceRequest) (*pb.RemovePairedDeviceResponse, error)
- func (s *WifiAwareManagerServer) ResetPairedDevices(_ context.Context, req *pb.ResetPairedDevicesRequest) (*pb.ResetPairedDevicesResponse, error)
- func (s *WifiAwareManagerServer) SetOpportunisticModeEnabled(_ context.Context, req *pb.SetOpportunisticModeEnabledRequest) (*pb.SetOpportunisticModeEnabledResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachCallbackServer ¶
type AttachCallbackServer struct {
pb.UnimplementedAttachCallbackServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AttachCallbackServer implements pb.AttachCallbackServiceServer.
func (*AttachCallbackServer) NewAttachCallback ¶
func (s *AttachCallbackServer) NewAttachCallback(_ context.Context, req *pb.NewAttachCallbackRequest) (*pb.NewAttachCallbackResponse, error)
func (*AttachCallbackServer) OnAttachFailed ¶
func (s *AttachCallbackServer) OnAttachFailed(_ context.Context, req *pb.OnAttachFailedRequest) (*pb.OnAttachFailedResponse, error)
func (*AttachCallbackServer) OnAttached ¶
func (s *AttachCallbackServer) OnAttached(_ context.Context, req *pb.OnAttachedRequest) (*pb.OnAttachedResponse, error)
func (*AttachCallbackServer) OnAwareSessionTerminated ¶
func (s *AttachCallbackServer) OnAwareSessionTerminated(_ context.Context, req *pb.OnAwareSessionTerminatedRequest) (*pb.OnAwareSessionTerminatedResponse, error)
type DiscoverySessionCallbackServer ¶
type DiscoverySessionCallbackServer struct {
pb.UnimplementedDiscoverySessionCallbackServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
DiscoverySessionCallbackServer implements pb.DiscoverySessionCallbackServiceServer.
func (*DiscoverySessionCallbackServer) NewDiscoverySessionCallback ¶
func (s *DiscoverySessionCallbackServer) NewDiscoverySessionCallback(_ context.Context, req *pb.NewDiscoverySessionCallbackRequest) (*pb.NewDiscoverySessionCallbackResponse, error)
func (*DiscoverySessionCallbackServer) OnBootstrappingFailed ¶
func (s *DiscoverySessionCallbackServer) OnBootstrappingFailed(_ context.Context, req *pb.OnBootstrappingFailedRequest) (*pb.OnBootstrappingFailedResponse, error)
func (*DiscoverySessionCallbackServer) OnBootstrappingSucceeded ¶
func (s *DiscoverySessionCallbackServer) OnBootstrappingSucceeded(_ context.Context, req *pb.OnBootstrappingSucceededRequest) (*pb.OnBootstrappingSucceededResponse, error)
func (*DiscoverySessionCallbackServer) OnMessageReceived ¶
func (s *DiscoverySessionCallbackServer) OnMessageReceived(_ context.Context, req *pb.OnMessageReceivedRequest) (*pb.OnMessageReceivedResponse, error)
func (*DiscoverySessionCallbackServer) OnMessageSendFailed ¶
func (s *DiscoverySessionCallbackServer) OnMessageSendFailed(_ context.Context, req *pb.OnMessageSendFailedRequest) (*pb.OnMessageSendFailedResponse, error)
func (*DiscoverySessionCallbackServer) OnMessageSendSucceeded ¶
func (s *DiscoverySessionCallbackServer) OnMessageSendSucceeded(_ context.Context, req *pb.OnMessageSendSucceededRequest) (*pb.OnMessageSendSucceededResponse, error)
func (*DiscoverySessionCallbackServer) OnPairingSetupFailed ¶
func (s *DiscoverySessionCallbackServer) OnPairingSetupFailed(_ context.Context, req *pb.OnPairingSetupFailedRequest) (*pb.OnPairingSetupFailedResponse, error)
func (*DiscoverySessionCallbackServer) OnPairingSetupRequestReceived ¶
func (s *DiscoverySessionCallbackServer) OnPairingSetupRequestReceived(_ context.Context, req *pb.OnPairingSetupRequestReceivedRequest) (*pb.OnPairingSetupRequestReceivedResponse, error)
func (*DiscoverySessionCallbackServer) OnPairingSetupSucceeded ¶
func (s *DiscoverySessionCallbackServer) OnPairingSetupSucceeded(_ context.Context, req *pb.OnPairingSetupSucceededRequest) (*pb.OnPairingSetupSucceededResponse, error)
func (*DiscoverySessionCallbackServer) OnPairingVerificationFailed ¶
func (s *DiscoverySessionCallbackServer) OnPairingVerificationFailed(_ context.Context, req *pb.OnPairingVerificationFailedRequest) (*pb.OnPairingVerificationFailedResponse, error)
func (*DiscoverySessionCallbackServer) OnPairingVerificationSucceed ¶
func (s *DiscoverySessionCallbackServer) OnPairingVerificationSucceed(_ context.Context, req *pb.OnPairingVerificationSucceedRequest) (*pb.OnPairingVerificationSucceedResponse, error)
func (*DiscoverySessionCallbackServer) OnPublishStarted ¶
func (s *DiscoverySessionCallbackServer) OnPublishStarted(_ context.Context, req *pb.OnPublishStartedRequest) (*pb.OnPublishStartedResponse, error)
func (*DiscoverySessionCallbackServer) OnServiceDiscovered ¶
func (s *DiscoverySessionCallbackServer) OnServiceDiscovered(_ context.Context, req *pb.OnServiceDiscoveredRequest) (*pb.OnServiceDiscoveredResponse, error)
func (*DiscoverySessionCallbackServer) OnServiceDiscoveredWithinRange ¶
func (s *DiscoverySessionCallbackServer) OnServiceDiscoveredWithinRange(_ context.Context, req *pb.OnServiceDiscoveredWithinRangeRequest) (*pb.OnServiceDiscoveredWithinRangeResponse, error)
func (*DiscoverySessionCallbackServer) OnServiceLost ¶
func (s *DiscoverySessionCallbackServer) OnServiceLost(_ context.Context, req *pb.OnServiceLostRequest) (*pb.OnServiceLostResponse, error)
func (*DiscoverySessionCallbackServer) OnSessionConfigFailed ¶
func (s *DiscoverySessionCallbackServer) OnSessionConfigFailed(_ context.Context, req *pb.OnSessionConfigFailedRequest) (*pb.OnSessionConfigFailedResponse, error)
func (*DiscoverySessionCallbackServer) OnSessionConfigUpdated ¶
func (s *DiscoverySessionCallbackServer) OnSessionConfigUpdated(_ context.Context, req *pb.OnSessionConfigUpdatedRequest) (*pb.OnSessionConfigUpdatedResponse, error)
func (*DiscoverySessionCallbackServer) OnSessionTerminated ¶
func (s *DiscoverySessionCallbackServer) OnSessionTerminated(_ context.Context, req *pb.OnSessionTerminatedRequest) (*pb.OnSessionTerminatedResponse, error)
func (*DiscoverySessionCallbackServer) OnSubscribeStarted ¶
func (s *DiscoverySessionCallbackServer) OnSubscribeStarted(_ context.Context, req *pb.OnSubscribeStartedRequest) (*pb.OnSubscribeStartedResponse, error)
type IdentityChangedListenerServer ¶
type IdentityChangedListenerServer struct {
pb.UnimplementedIdentityChangedListenerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
IdentityChangedListenerServer implements pb.IdentityChangedListenerServiceServer.
func (*IdentityChangedListenerServer) NewIdentityChangedListener ¶
func (s *IdentityChangedListenerServer) NewIdentityChangedListener(_ context.Context, req *pb.NewIdentityChangedListenerRequest) (*pb.NewIdentityChangedListenerResponse, error)
func (*IdentityChangedListenerServer) OnClusterIdChanged ¶
func (s *IdentityChangedListenerServer) OnClusterIdChanged(_ context.Context, req *pb.OnClusterIdChangedRequest) (*pb.OnClusterIdChangedResponse, error)
func (*IdentityChangedListenerServer) OnIdentityChanged ¶
func (s *IdentityChangedListenerServer) OnIdentityChanged(_ context.Context, req *pb.OnIdentityChangedRequest) (*pb.OnIdentityChangedResponse, error)
type ParcelablePeerHandleServer ¶
type ParcelablePeerHandleServer struct {
pb.UnimplementedParcelablePeerHandleServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ParcelablePeerHandleServer implements pb.ParcelablePeerHandleServiceServer.
func (*ParcelablePeerHandleServer) DescribeContents ¶
func (s *ParcelablePeerHandleServer) DescribeContents(_ context.Context, req *pb.ParcelablePeerHandleDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*ParcelablePeerHandleServer) NewParcelablePeerHandle ¶
func (s *ParcelablePeerHandleServer) NewParcelablePeerHandle(_ context.Context, req *pb.NewParcelablePeerHandleRequest) (*pb.NewParcelablePeerHandleResponse, error)
func (*ParcelablePeerHandleServer) WriteToParcel ¶
func (s *ParcelablePeerHandleServer) WriteToParcel(_ context.Context, req *pb.ParcelablePeerHandleWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type ResourcesServer ¶
type ResourcesServer struct {
pb.UnimplementedResourcesServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ResourcesServer implements pb.ResourcesServiceServer.
func (*ResourcesServer) DescribeContents ¶
func (s *ResourcesServer) DescribeContents(_ context.Context, req *pb.ResourcesDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*ResourcesServer) GetAvailableDataPathsCount ¶
func (s *ResourcesServer) GetAvailableDataPathsCount(_ context.Context, req *pb.GetAvailableDataPathsCountRequest) (*pb.GetAvailableDataPathsCountResponse, error)
func (*ResourcesServer) GetAvailablePublishSessionsCount ¶
func (s *ResourcesServer) GetAvailablePublishSessionsCount(_ context.Context, req *pb.GetAvailablePublishSessionsCountRequest) (*pb.GetAvailablePublishSessionsCountResponse, error)
func (*ResourcesServer) GetAvailableSubscribeSessionsCount ¶
func (s *ResourcesServer) GetAvailableSubscribeSessionsCount(_ context.Context, req *pb.GetAvailableSubscribeSessionsCountRequest) (*pb.GetAvailableSubscribeSessionsCountResponse, error)
func (*ResourcesServer) NewResources ¶
func (s *ResourcesServer) NewResources(_ context.Context, req *pb.NewResourcesRequest) (*pb.NewResourcesResponse, error)
func (*ResourcesServer) WriteToParcel ¶
func (s *ResourcesServer) WriteToParcel(_ context.Context, req *pb.ResourcesWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type WifiAwareManagerServer ¶
type WifiAwareManagerServer struct {
pb.UnimplementedWifiAwareManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
WifiAwareManagerServer implements pb.WifiAwareManagerServiceServer.
func (*WifiAwareManagerServer) GetAvailableAwareResources ¶
func (s *WifiAwareManagerServer) GetAvailableAwareResources(_ context.Context, req *pb.GetAvailableAwareResourcesRequest) (*pb.GetAvailableAwareResourcesResponse, error)
func (*WifiAwareManagerServer) GetCharacteristics ¶
func (s *WifiAwareManagerServer) GetCharacteristics(_ context.Context, req *pb.GetCharacteristicsRequest) (*pb.GetCharacteristicsResponse, error)
func (*WifiAwareManagerServer) IsAvailable ¶
func (s *WifiAwareManagerServer) IsAvailable(_ context.Context, req *pb.IsAvailableRequest) (*pb.IsAvailableResponse, error)
func (*WifiAwareManagerServer) IsDeviceAttached ¶
func (s *WifiAwareManagerServer) IsDeviceAttached(_ context.Context, req *pb.IsDeviceAttachedRequest) (*pb.IsDeviceAttachedResponse, error)
func (*WifiAwareManagerServer) IsInstantCommunicationModeEnabled ¶
func (s *WifiAwareManagerServer) IsInstantCommunicationModeEnabled(_ context.Context, req *pb.IsInstantCommunicationModeEnabledRequest) (*pb.IsInstantCommunicationModeEnabledResponse, error)
func (*WifiAwareManagerServer) IsSetChannelOnDataPathSupported ¶
func (s *WifiAwareManagerServer) IsSetChannelOnDataPathSupported(_ context.Context, req *pb.IsSetChannelOnDataPathSupportedRequest) (*pb.IsSetChannelOnDataPathSupportedResponse, error)
func (*WifiAwareManagerServer) RemovePairedDevice ¶
func (s *WifiAwareManagerServer) RemovePairedDevice(_ context.Context, req *pb.RemovePairedDeviceRequest) (*pb.RemovePairedDeviceResponse, error)
func (*WifiAwareManagerServer) ResetPairedDevices ¶
func (s *WifiAwareManagerServer) ResetPairedDevices(_ context.Context, req *pb.ResetPairedDevicesRequest) (*pb.ResetPairedDevicesResponse, error)
func (*WifiAwareManagerServer) SetOpportunisticModeEnabled ¶
func (s *WifiAwareManagerServer) SetOpportunisticModeEnabled(_ context.Context, req *pb.SetOpportunisticModeEnabledRequest) (*pb.SetOpportunisticModeEnabledResponse, error)
Click to show internal directories.
Click to hide internal directories.