Documentation
¶
Index ¶
- type SystemHealthManagerServer
- func (s *SystemHealthManagerServer) GetCpuHeadroom(_ context.Context, req *pb.GetCpuHeadroomRequest) (*pb.GetCpuHeadroomResponse, error)
- func (s *SystemHealthManagerServer) GetCpuHeadroomMinIntervalMillis(_ context.Context, req *pb.GetCpuHeadroomMinIntervalMillisRequest) (*pb.GetCpuHeadroomMinIntervalMillisResponse, error)
- func (s *SystemHealthManagerServer) GetGpuHeadroom(_ context.Context, req *pb.GetGpuHeadroomRequest) (*pb.GetGpuHeadroomResponse, error)
- func (s *SystemHealthManagerServer) GetGpuHeadroomMinIntervalMillis(_ context.Context, req *pb.GetGpuHeadroomMinIntervalMillisRequest) (*pb.GetGpuHeadroomMinIntervalMillisResponse, error)
- func (s *SystemHealthManagerServer) GetMaxCpuHeadroomTidsSize(_ context.Context, req *pb.GetMaxCpuHeadroomTidsSizeRequest) (*pb.GetMaxCpuHeadroomTidsSizeResponse, error)
- func (s *SystemHealthManagerServer) TakeMyUidSnapshot(_ context.Context, req *pb.TakeMyUidSnapshotRequest) (*pb.TakeMyUidSnapshotResponse, error)
- func (s *SystemHealthManagerServer) TakeUidSnapshot(_ context.Context, req *pb.TakeUidSnapshotRequest) (*pb.TakeUidSnapshotResponse, error)
- func (s *SystemHealthManagerServer) TakeUidSnapshots(_ context.Context, req *pb.TakeUidSnapshotsRequest) (*pb.TakeUidSnapshotsResponse, error)
- type TimerStatServer
- func (s *TimerStatServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *TimerStatServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error)
- func (s *TimerStatServer) GetTime(_ context.Context, req *pb.GetTimeRequest) (*pb.GetTimeResponse, error)
- func (s *TimerStatServer) NewTimerStat(_ context.Context, req *pb.NewTimerStatRequest) (*pb.NewTimerStatResponse, error)
- func (s *TimerStatServer) SetCount(_ context.Context, req *pb.SetCountRequest) (*pb.SetCountResponse, error)
- func (s *TimerStatServer) SetTime(_ context.Context, req *pb.SetTimeRequest) (*pb.SetTimeResponse, error)
- func (s *TimerStatServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemHealthManagerServer ¶
type SystemHealthManagerServer struct {
pb.UnimplementedSystemHealthManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SystemHealthManagerServer implements pb.SystemHealthManagerServiceServer.
func (*SystemHealthManagerServer) GetCpuHeadroom ¶
func (s *SystemHealthManagerServer) GetCpuHeadroom(_ context.Context, req *pb.GetCpuHeadroomRequest) (*pb.GetCpuHeadroomResponse, error)
func (*SystemHealthManagerServer) GetCpuHeadroomMinIntervalMillis ¶
func (s *SystemHealthManagerServer) GetCpuHeadroomMinIntervalMillis(_ context.Context, req *pb.GetCpuHeadroomMinIntervalMillisRequest) (*pb.GetCpuHeadroomMinIntervalMillisResponse, error)
func (*SystemHealthManagerServer) GetGpuHeadroom ¶
func (s *SystemHealthManagerServer) GetGpuHeadroom(_ context.Context, req *pb.GetGpuHeadroomRequest) (*pb.GetGpuHeadroomResponse, error)
func (*SystemHealthManagerServer) GetGpuHeadroomMinIntervalMillis ¶
func (s *SystemHealthManagerServer) GetGpuHeadroomMinIntervalMillis(_ context.Context, req *pb.GetGpuHeadroomMinIntervalMillisRequest) (*pb.GetGpuHeadroomMinIntervalMillisResponse, error)
func (*SystemHealthManagerServer) GetMaxCpuHeadroomTidsSize ¶
func (s *SystemHealthManagerServer) GetMaxCpuHeadroomTidsSize(_ context.Context, req *pb.GetMaxCpuHeadroomTidsSizeRequest) (*pb.GetMaxCpuHeadroomTidsSizeResponse, error)
func (*SystemHealthManagerServer) TakeMyUidSnapshot ¶
func (s *SystemHealthManagerServer) TakeMyUidSnapshot(_ context.Context, req *pb.TakeMyUidSnapshotRequest) (*pb.TakeMyUidSnapshotResponse, error)
func (*SystemHealthManagerServer) TakeUidSnapshot ¶
func (s *SystemHealthManagerServer) TakeUidSnapshot(_ context.Context, req *pb.TakeUidSnapshotRequest) (*pb.TakeUidSnapshotResponse, error)
func (*SystemHealthManagerServer) TakeUidSnapshots ¶
func (s *SystemHealthManagerServer) TakeUidSnapshots(_ context.Context, req *pb.TakeUidSnapshotsRequest) (*pb.TakeUidSnapshotsResponse, error)
type TimerStatServer ¶
type TimerStatServer struct {
pb.UnimplementedTimerStatServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TimerStatServer implements pb.TimerStatServiceServer.
func (*TimerStatServer) DescribeContents ¶
func (s *TimerStatServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*TimerStatServer) GetCount ¶
func (s *TimerStatServer) GetCount(_ context.Context, req *pb.GetCountRequest) (*pb.GetCountResponse, error)
func (*TimerStatServer) GetTime ¶
func (s *TimerStatServer) GetTime(_ context.Context, req *pb.GetTimeRequest) (*pb.GetTimeResponse, error)
func (*TimerStatServer) NewTimerStat ¶
func (s *TimerStatServer) NewTimerStat(_ context.Context, req *pb.NewTimerStatRequest) (*pb.NewTimerStatResponse, error)
func (*TimerStatServer) SetCount ¶
func (s *TimerStatServer) SetCount(_ context.Context, req *pb.SetCountRequest) (*pb.SetCountResponse, error)
func (*TimerStatServer) SetTime ¶
func (s *TimerStatServer) SetTime(_ context.Context, req *pb.SetTimeRequest) (*pb.SetTimeResponse, error)
func (*TimerStatServer) WriteToParcel ¶
func (s *TimerStatServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.