Home
last modified time | relevance | path

Searched refs:RPCClient (Results 1 – 8 of 8) sorted by relevance

/external/syzkaller/pkg/rpctype/
Drpc.go55 type RPCClient struct { struct
74 func NewRPCClient(addr string) (*RPCClient, error) {
79 cli := &RPCClient{
86 func (cli *RPCClient) Call(method string, args, reply interface{}) error { argument
93 func (cli *RPCClient) Close() { argument
/external/syzkaller/syz-manager/
Dhub.go53 var hub *rpctype.RPCClient
74 func (hc *HubConnector) connect(corpus [][]byte) (*rpctype.RPCClient, error) {
103 func (hc *HubConnector) sync(hub *rpctype.RPCClient, corpus [][]byte) error {
/external/syzkaller/syz-fuzzer/
Dtesting.go45 func runTest(target *prog.Target, manager *rpctype.RPCClient, name, executor string) { argument
Dfuzzer.go40 manager *rpctype.RPCClient
/external/python/cpython2/Lib/idlelib/
Drpc.py509 class RPCClient(SocketIO): class
DPyShell.py381 class MyRPCClient(rpc.RPCClient):
/external/python/cpython3/Lib/idlelib/
Drpc.py525 class RPCClient(SocketIO): class
Dpyshell.py382 class MyRPCClient(rpc.RPCClient):