Documentation
¶
Index ¶
- type ManagerServer
- func (s *ManagerServer) AddKeyguardLockedStateListener(_ context.Context, req *pb.AddKeyguardLockedStateListenerRequest) (*pb.AddKeyguardLockedStateListenerResponse, error)
- func (s *ManagerServer) CreateConfirmDeviceCredentialIntent(_ context.Context, req *pb.CreateConfirmDeviceCredentialIntentRequest) (*pb.CreateConfirmDeviceCredentialIntentResponse, error)
- func (s *ManagerServer) ExitKeyguardSecurely(_ context.Context, req *pb.ExitKeyguardSecurelyRequest) (*pb.ExitKeyguardSecurelyResponse, error)
- func (s *ManagerServer) InKeyguardRestrictedInputMode(_ context.Context, req *pb.InKeyguardRestrictedInputModeRequest) (*pb.InKeyguardRestrictedInputModeResponse, error)
- func (s *ManagerServer) IsDeviceLocked(_ context.Context, req *pb.IsDeviceLockedRequest) (*pb.IsDeviceLockedResponse, error)
- func (s *ManagerServer) IsDeviceSecure(_ context.Context, req *pb.IsDeviceSecureRequest) (*pb.IsDeviceSecureResponse, error)
- func (s *ManagerServer) IsKeyguardLocked(_ context.Context, req *pb.IsKeyguardLockedRequest) (*pb.IsKeyguardLockedResponse, error)
- func (s *ManagerServer) IsKeyguardSecure(_ context.Context, req *pb.IsKeyguardSecureRequest) (*pb.IsKeyguardSecureResponse, error)
- func (s *ManagerServer) NewKeyguardLock(_ context.Context, req *pb.NewKeyguardLockRequest) (*pb.NewKeyguardLockResponse, error)
- func (s *ManagerServer) RemoveKeyguardLockedStateListener(_ context.Context, req *pb.RemoveKeyguardLockedStateListenerRequest) (*pb.RemoveKeyguardLockedStateListenerResponse, error)
- func (s *ManagerServer) RequestDismissKeyguard(_ context.Context, req *pb.RequestDismissKeyguardRequest) (*pb.RequestDismissKeyguardResponse, 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) AddKeyguardLockedStateListener ¶ added in v0.0.4
func (s *ManagerServer) AddKeyguardLockedStateListener(_ context.Context, req *pb.AddKeyguardLockedStateListenerRequest) (*pb.AddKeyguardLockedStateListenerResponse, error)
func (*ManagerServer) CreateConfirmDeviceCredentialIntent ¶ added in v0.0.4
func (s *ManagerServer) CreateConfirmDeviceCredentialIntent(_ context.Context, req *pb.CreateConfirmDeviceCredentialIntentRequest) (*pb.CreateConfirmDeviceCredentialIntentResponse, error)
func (*ManagerServer) ExitKeyguardSecurely ¶ added in v0.0.4
func (s *ManagerServer) ExitKeyguardSecurely(_ context.Context, req *pb.ExitKeyguardSecurelyRequest) (*pb.ExitKeyguardSecurelyResponse, error)
func (*ManagerServer) InKeyguardRestrictedInputMode ¶ added in v0.0.4
func (s *ManagerServer) InKeyguardRestrictedInputMode(_ context.Context, req *pb.InKeyguardRestrictedInputModeRequest) (*pb.InKeyguardRestrictedInputModeResponse, error)
func (*ManagerServer) IsDeviceLocked ¶ added in v0.0.4
func (s *ManagerServer) IsDeviceLocked(_ context.Context, req *pb.IsDeviceLockedRequest) (*pb.IsDeviceLockedResponse, error)
func (*ManagerServer) IsDeviceSecure ¶ added in v0.0.4
func (s *ManagerServer) IsDeviceSecure(_ context.Context, req *pb.IsDeviceSecureRequest) (*pb.IsDeviceSecureResponse, error)
func (*ManagerServer) IsKeyguardLocked ¶ added in v0.0.4
func (s *ManagerServer) IsKeyguardLocked(_ context.Context, req *pb.IsKeyguardLockedRequest) (*pb.IsKeyguardLockedResponse, error)
func (*ManagerServer) IsKeyguardSecure ¶ added in v0.0.4
func (s *ManagerServer) IsKeyguardSecure(_ context.Context, req *pb.IsKeyguardSecureRequest) (*pb.IsKeyguardSecureResponse, error)
func (*ManagerServer) NewKeyguardLock ¶ added in v0.0.4
func (s *ManagerServer) NewKeyguardLock(_ context.Context, req *pb.NewKeyguardLockRequest) (*pb.NewKeyguardLockResponse, error)
func (*ManagerServer) RemoveKeyguardLockedStateListener ¶ added in v0.0.4
func (s *ManagerServer) RemoveKeyguardLockedStateListener(_ context.Context, req *pb.RemoveKeyguardLockedStateListenerRequest) (*pb.RemoveKeyguardLockedStateListenerResponse, error)
func (*ManagerServer) RequestDismissKeyguard ¶ added in v0.0.4
func (s *ManagerServer) RequestDismissKeyguard(_ context.Context, req *pb.RequestDismissKeyguardRequest) (*pb.RequestDismissKeyguardResponse, error)
Click to show internal directories.
Click to hide internal directories.