Searched defs:RemoteBinderClient (Results 1 – 1 of 1) sorted by relevance
23 type RemoteBinderClient struct { struct24 rpcClient *rpc.Client25 SocketPath string34 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) {