Searched refs:rpc_proxy (Results 1 – 3 of 3) sorted by relevance
8 from autotest_lib.frontend.afe.json_rpc import proxy as rpc_proxy unknown42 except rpc_proxy.JSONRPCException as e:87 except rpc_proxy.JSONRPCException as e:102 except rpc_proxy.JSONRPCException as e:
14 from autotest_lib.frontend.afe.json_rpc import proxy as rpc_proxy unknown89 self.mock_afe.run.side_effect = rpc_proxy.JSONRPCException('some error')
24 from autotest_lib.server.cros.faft.rpc_proxy import RPCProxy