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