Home
last modified time | relevance | path

Searched defs:RemoteBinderClient (Results 1 – 1 of 1) sorted by relevance

/tools/treble/hacksaw/bind/
Dremoteclient.go23 type RemoteBinderClient struct { struct
24 rpcClient *rpc.Client
25 SocketPath string
34 func (r *RemoteBinderClient) initRpcClient() error {
43 func (r *RemoteBinderClient) BindReadOnly(source string, destination string) error {
58 func (r *RemoteBinderClient) BindReadWrite(source string, destination string) error {
73 func (r *RemoteBinderClient) Unbind(destination string) error {
88 func (r *RemoteBinderClient) List() ([]string, error) {