Documentation
¶
Index ¶
- type ManagerServer
- func (s *ManagerServer) AcceptHandover(_ context.Context, req *pb.AcceptHandoverRequest) (*pb.AcceptHandoverResponse, error)
- func (s *ManagerServer) AcceptRingingCall0(_ context.Context, req *pb.AcceptRingingCall0Request) (*pb.AcceptRingingCall0Response, error)
- func (s *ManagerServer) AcceptRingingCall1_1(_ context.Context, req *pb.AcceptRingingCall1_1Request) (*pb.AcceptRingingCall1_1Response, error)
- func (s *ManagerServer) AddCall(_ context.Context, req *pb.AddCallRequest) (*pb.AddCallResponse, error)
- func (s *ManagerServer) AddNewIncomingCall(_ context.Context, req *pb.AddNewIncomingCallRequest) (*pb.AddNewIncomingCallResponse, error)
- func (s *ManagerServer) AddNewIncomingConference(_ context.Context, req *pb.AddNewIncomingConferenceRequest) (*pb.AddNewIncomingConferenceResponse, error)
- func (s *ManagerServer) CancelMissedCallsNotification(_ context.Context, req *pb.CancelMissedCallsNotificationRequest) (*pb.CancelMissedCallsNotificationResponse, error)
- func (s *ManagerServer) CreateManageBlockedNumbersIntent(_ context.Context, req *pb.CreateManageBlockedNumbersIntentRequest) (*pb.CreateManageBlockedNumbersIntentResponse, error)
- func (s *ManagerServer) EndCall(_ context.Context, req *pb.EndCallRequest) (*pb.EndCallResponse, error)
- func (s *ManagerServer) GetAdnUriForPhoneAccount(_ context.Context, req *pb.GetAdnUriForPhoneAccountRequest) (*pb.GetAdnUriForPhoneAccountResponse, error)
- func (s *ManagerServer) GetCallCapablePhoneAccounts(_ context.Context, req *pb.GetCallCapablePhoneAccountsRequest) (*pb.GetCallCapablePhoneAccountsResponse, error)
- func (s *ManagerServer) GetDefaultDialerPackage(_ context.Context, req *pb.GetDefaultDialerPackageRequest) (*pb.GetDefaultDialerPackageResponse, error)
- func (s *ManagerServer) GetDefaultOutgoingPhoneAccount(_ context.Context, req *pb.GetDefaultOutgoingPhoneAccountRequest) (*pb.GetDefaultOutgoingPhoneAccountResponse, error)
- func (s *ManagerServer) GetLine1Number(_ context.Context, req *pb.GetLine1NumberRequest) (*pb.GetLine1NumberResponse, error)
- func (s *ManagerServer) GetOwnSelfManagedPhoneAccounts(_ context.Context, req *pb.GetOwnSelfManagedPhoneAccountsRequest) (*pb.GetOwnSelfManagedPhoneAccountsResponse, error)
- func (s *ManagerServer) GetPhoneAccount(_ context.Context, req *pb.GetPhoneAccountRequest) (*pb.GetPhoneAccountResponse, error)
- func (s *ManagerServer) GetRegisteredPhoneAccounts(_ context.Context, req *pb.GetRegisteredPhoneAccountsRequest) (*pb.GetRegisteredPhoneAccountsResponse, error)
- func (s *ManagerServer) GetSelfManagedPhoneAccounts(_ context.Context, req *pb.GetSelfManagedPhoneAccountsRequest) (*pb.GetSelfManagedPhoneAccountsResponse, error)
- func (s *ManagerServer) GetSimCallManager(_ context.Context, req *pb.GetSimCallManagerRequest) (*pb.GetSimCallManagerResponse, error)
- func (s *ManagerServer) GetSimCallManagerForSubscription(_ context.Context, req *pb.GetSimCallManagerForSubscriptionRequest) (*pb.GetSimCallManagerForSubscriptionResponse, error)
- func (s *ManagerServer) GetSystemDialerPackage(_ context.Context, req *pb.GetSystemDialerPackageRequest) (*pb.GetSystemDialerPackageResponse, error)
- func (s *ManagerServer) GetUserSelectedOutgoingPhoneAccount(_ context.Context, req *pb.GetUserSelectedOutgoingPhoneAccountRequest) (*pb.GetUserSelectedOutgoingPhoneAccountResponse, error)
- func (s *ManagerServer) GetVoiceMailNumber(_ context.Context, req *pb.GetVoiceMailNumberRequest) (*pb.GetVoiceMailNumberResponse, error)
- func (s *ManagerServer) HandleMmi1(_ context.Context, req *pb.HandleMmi1Request) (*pb.HandleMmi1Response, error)
- func (s *ManagerServer) HandleMmi2_1(_ context.Context, req *pb.HandleMmi2_1Request) (*pb.HandleMmi2_1Response, error)
- func (s *ManagerServer) HasManageOngoingCallsPermission(_ context.Context, req *pb.HasManageOngoingCallsPermissionRequest) (*pb.HasManageOngoingCallsPermissionResponse, error)
- func (s *ManagerServer) IsInCall(_ context.Context, req *pb.IsInCallRequest) (*pb.IsInCallResponse, error)
- func (s *ManagerServer) IsInManagedCall(_ context.Context, req *pb.IsInManagedCallRequest) (*pb.IsInManagedCallResponse, error)
- func (s *ManagerServer) IsIncomingCallPermitted(_ context.Context, req *pb.IsIncomingCallPermittedRequest) (*pb.IsIncomingCallPermittedResponse, error)
- func (s *ManagerServer) IsOutgoingCallPermitted(_ context.Context, req *pb.IsOutgoingCallPermittedRequest) (*pb.IsOutgoingCallPermittedResponse, error)
- func (s *ManagerServer) IsTtySupported(_ context.Context, req *pb.IsTtySupportedRequest) (*pb.IsTtySupportedResponse, error)
- func (s *ManagerServer) IsVoiceMailNumber(_ context.Context, req *pb.IsVoiceMailNumberRequest) (*pb.IsVoiceMailNumberResponse, error)
- func (s *ManagerServer) PlaceCall(_ context.Context, req *pb.PlaceCallRequest) (*pb.PlaceCallResponse, error)
- func (s *ManagerServer) RegisterPhoneAccount(_ context.Context, req *pb.RegisterPhoneAccountRequest) (*pb.RegisterPhoneAccountResponse, error)
- func (s *ManagerServer) ShowInCallScreen(_ context.Context, req *pb.ShowInCallScreenRequest) (*pb.ShowInCallScreenResponse, error)
- func (s *ManagerServer) SilenceRinger(_ context.Context, req *pb.SilenceRingerRequest) (*pb.SilenceRingerResponse, error)
- func (s *ManagerServer) StartConference(_ context.Context, req *pb.StartConferenceRequest) (*pb.StartConferenceResponse, error)
- func (s *ManagerServer) UnregisterPhoneAccount(_ context.Context, req *pb.UnregisterPhoneAccountRequest) (*pb.UnregisterPhoneAccountResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagerServer ¶ added in v0.0.4
type ManagerServer struct {
pb.UnimplementedManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ManagerServer implements pb.ManagerServiceServer.
func (*ManagerServer) AcceptHandover ¶ added in v0.0.4
func (s *ManagerServer) AcceptHandover(_ context.Context, req *pb.AcceptHandoverRequest) (*pb.AcceptHandoverResponse, error)
func (*ManagerServer) AcceptRingingCall0 ¶ added in v0.0.4
func (s *ManagerServer) AcceptRingingCall0(_ context.Context, req *pb.AcceptRingingCall0Request) (*pb.AcceptRingingCall0Response, error)
func (*ManagerServer) AcceptRingingCall1_1 ¶ added in v0.0.4
func (s *ManagerServer) AcceptRingingCall1_1(_ context.Context, req *pb.AcceptRingingCall1_1Request) (*pb.AcceptRingingCall1_1Response, error)
func (*ManagerServer) AddCall ¶ added in v0.0.4
func (s *ManagerServer) AddCall(_ context.Context, req *pb.AddCallRequest) (*pb.AddCallResponse, error)
func (*ManagerServer) AddNewIncomingCall ¶ added in v0.0.4
func (s *ManagerServer) AddNewIncomingCall(_ context.Context, req *pb.AddNewIncomingCallRequest) (*pb.AddNewIncomingCallResponse, error)
func (*ManagerServer) AddNewIncomingConference ¶ added in v0.0.4
func (s *ManagerServer) AddNewIncomingConference(_ context.Context, req *pb.AddNewIncomingConferenceRequest) (*pb.AddNewIncomingConferenceResponse, error)
func (*ManagerServer) CancelMissedCallsNotification ¶ added in v0.0.4
func (s *ManagerServer) CancelMissedCallsNotification(_ context.Context, req *pb.CancelMissedCallsNotificationRequest) (*pb.CancelMissedCallsNotificationResponse, error)
func (*ManagerServer) CreateManageBlockedNumbersIntent ¶ added in v0.0.4
func (s *ManagerServer) CreateManageBlockedNumbersIntent(_ context.Context, req *pb.CreateManageBlockedNumbersIntentRequest) (*pb.CreateManageBlockedNumbersIntentResponse, error)
func (*ManagerServer) EndCall ¶ added in v0.0.4
func (s *ManagerServer) EndCall(_ context.Context, req *pb.EndCallRequest) (*pb.EndCallResponse, error)
func (*ManagerServer) GetAdnUriForPhoneAccount ¶ added in v0.0.4
func (s *ManagerServer) GetAdnUriForPhoneAccount(_ context.Context, req *pb.GetAdnUriForPhoneAccountRequest) (*pb.GetAdnUriForPhoneAccountResponse, error)
func (*ManagerServer) GetCallCapablePhoneAccounts ¶ added in v0.0.4
func (s *ManagerServer) GetCallCapablePhoneAccounts(_ context.Context, req *pb.GetCallCapablePhoneAccountsRequest) (*pb.GetCallCapablePhoneAccountsResponse, error)
func (*ManagerServer) GetDefaultDialerPackage ¶ added in v0.0.4
func (s *ManagerServer) GetDefaultDialerPackage(_ context.Context, req *pb.GetDefaultDialerPackageRequest) (*pb.GetDefaultDialerPackageResponse, error)
func (*ManagerServer) GetDefaultOutgoingPhoneAccount ¶ added in v0.0.4
func (s *ManagerServer) GetDefaultOutgoingPhoneAccount(_ context.Context, req *pb.GetDefaultOutgoingPhoneAccountRequest) (*pb.GetDefaultOutgoingPhoneAccountResponse, error)
func (*ManagerServer) GetLine1Number ¶ added in v0.0.4
func (s *ManagerServer) GetLine1Number(_ context.Context, req *pb.GetLine1NumberRequest) (*pb.GetLine1NumberResponse, error)
func (*ManagerServer) GetOwnSelfManagedPhoneAccounts ¶ added in v0.0.4
func (s *ManagerServer) GetOwnSelfManagedPhoneAccounts(_ context.Context, req *pb.GetOwnSelfManagedPhoneAccountsRequest) (*pb.GetOwnSelfManagedPhoneAccountsResponse, error)
func (*ManagerServer) GetPhoneAccount ¶ added in v0.0.4
func (s *ManagerServer) GetPhoneAccount(_ context.Context, req *pb.GetPhoneAccountRequest) (*pb.GetPhoneAccountResponse, error)
func (*ManagerServer) GetRegisteredPhoneAccounts ¶ added in v0.0.4
func (s *ManagerServer) GetRegisteredPhoneAccounts(_ context.Context, req *pb.GetRegisteredPhoneAccountsRequest) (*pb.GetRegisteredPhoneAccountsResponse, error)
func (*ManagerServer) GetSelfManagedPhoneAccounts ¶ added in v0.0.4
func (s *ManagerServer) GetSelfManagedPhoneAccounts(_ context.Context, req *pb.GetSelfManagedPhoneAccountsRequest) (*pb.GetSelfManagedPhoneAccountsResponse, error)
func (*ManagerServer) GetSimCallManager ¶ added in v0.0.4
func (s *ManagerServer) GetSimCallManager(_ context.Context, req *pb.GetSimCallManagerRequest) (*pb.GetSimCallManagerResponse, error)
func (*ManagerServer) GetSimCallManagerForSubscription ¶ added in v0.0.4
func (s *ManagerServer) GetSimCallManagerForSubscription(_ context.Context, req *pb.GetSimCallManagerForSubscriptionRequest) (*pb.GetSimCallManagerForSubscriptionResponse, error)
func (*ManagerServer) GetSystemDialerPackage ¶ added in v0.0.4
func (s *ManagerServer) GetSystemDialerPackage(_ context.Context, req *pb.GetSystemDialerPackageRequest) (*pb.GetSystemDialerPackageResponse, error)
func (*ManagerServer) GetUserSelectedOutgoingPhoneAccount ¶ added in v0.0.4
func (s *ManagerServer) GetUserSelectedOutgoingPhoneAccount(_ context.Context, req *pb.GetUserSelectedOutgoingPhoneAccountRequest) (*pb.GetUserSelectedOutgoingPhoneAccountResponse, error)
func (*ManagerServer) GetVoiceMailNumber ¶ added in v0.0.4
func (s *ManagerServer) GetVoiceMailNumber(_ context.Context, req *pb.GetVoiceMailNumberRequest) (*pb.GetVoiceMailNumberResponse, error)
func (*ManagerServer) HandleMmi1 ¶ added in v0.0.4
func (s *ManagerServer) HandleMmi1(_ context.Context, req *pb.HandleMmi1Request) (*pb.HandleMmi1Response, error)
func (*ManagerServer) HandleMmi2_1 ¶ added in v0.0.4
func (s *ManagerServer) HandleMmi2_1(_ context.Context, req *pb.HandleMmi2_1Request) (*pb.HandleMmi2_1Response, error)
func (*ManagerServer) HasManageOngoingCallsPermission ¶ added in v0.0.4
func (s *ManagerServer) HasManageOngoingCallsPermission(_ context.Context, req *pb.HasManageOngoingCallsPermissionRequest) (*pb.HasManageOngoingCallsPermissionResponse, error)
func (*ManagerServer) IsInCall ¶ added in v0.0.4
func (s *ManagerServer) IsInCall(_ context.Context, req *pb.IsInCallRequest) (*pb.IsInCallResponse, error)
func (*ManagerServer) IsInManagedCall ¶ added in v0.0.4
func (s *ManagerServer) IsInManagedCall(_ context.Context, req *pb.IsInManagedCallRequest) (*pb.IsInManagedCallResponse, error)
func (*ManagerServer) IsIncomingCallPermitted ¶ added in v0.0.4
func (s *ManagerServer) IsIncomingCallPermitted(_ context.Context, req *pb.IsIncomingCallPermittedRequest) (*pb.IsIncomingCallPermittedResponse, error)
func (*ManagerServer) IsOutgoingCallPermitted ¶ added in v0.0.4
func (s *ManagerServer) IsOutgoingCallPermitted(_ context.Context, req *pb.IsOutgoingCallPermittedRequest) (*pb.IsOutgoingCallPermittedResponse, error)
func (*ManagerServer) IsTtySupported ¶ added in v0.0.4
func (s *ManagerServer) IsTtySupported(_ context.Context, req *pb.IsTtySupportedRequest) (*pb.IsTtySupportedResponse, error)
func (*ManagerServer) IsVoiceMailNumber ¶ added in v0.0.4
func (s *ManagerServer) IsVoiceMailNumber(_ context.Context, req *pb.IsVoiceMailNumberRequest) (*pb.IsVoiceMailNumberResponse, error)
func (*ManagerServer) PlaceCall ¶ added in v0.0.4
func (s *ManagerServer) PlaceCall(_ context.Context, req *pb.PlaceCallRequest) (*pb.PlaceCallResponse, error)
func (*ManagerServer) RegisterPhoneAccount ¶ added in v0.0.4
func (s *ManagerServer) RegisterPhoneAccount(_ context.Context, req *pb.RegisterPhoneAccountRequest) (*pb.RegisterPhoneAccountResponse, error)
func (*ManagerServer) ShowInCallScreen ¶ added in v0.0.4
func (s *ManagerServer) ShowInCallScreen(_ context.Context, req *pb.ShowInCallScreenRequest) (*pb.ShowInCallScreenResponse, error)
func (*ManagerServer) SilenceRinger ¶ added in v0.0.4
func (s *ManagerServer) SilenceRinger(_ context.Context, req *pb.SilenceRingerRequest) (*pb.SilenceRingerResponse, error)
func (*ManagerServer) StartConference ¶ added in v0.0.4
func (s *ManagerServer) StartConference(_ context.Context, req *pb.StartConferenceRequest) (*pb.StartConferenceResponse, error)
func (*ManagerServer) UnregisterPhoneAccount ¶ added in v0.0.4
func (s *ManagerServer) UnregisterPhoneAccount(_ context.Context, req *pb.UnregisterPhoneAccountRequest) (*pb.UnregisterPhoneAccountResponse, error)
Click to show internal directories.
Click to hide internal directories.