fuzztest

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const DescriptorITestService = "fuzztest.ITestService"
View Source
const (
	TransactionITestServiceRepeatData = binder.FirstCallTransaction + 0
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ITestService

type ITestService interface {
	AsBinder() binder.IBinder
	RepeatData(ctx context.Context, token bool) (bool, error)
}

type TestServiceProxy

type TestServiceProxy struct {
	// contains filtered or unexported fields
}

func NewTestServiceProxy

func NewTestServiceProxy(
	remote binder.IBinder,
) *TestServiceProxy

func (*TestServiceProxy) AsBinder

func (p *TestServiceProxy) AsBinder() binder.IBinder

func (*TestServiceProxy) RepeatData

func (p *TestServiceProxy) RepeatData(
	ctx context.Context,
	token bool,
) (bool, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL