HomeSort by relevance Sort by last modified time
    Searched defs:rpcProxy (Results 1 - 11 of 11) sorted by null

  /external/autotest/frontend/client/src/autotest/tko/
Plot.java 21 protected final static JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
92 rpcProxy.rpcCall(rpcName, params, new JsonRpcCallback() {
PreconfigSelector.java 28 private JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
67 rpcProxy.rpcCall("get_preconfig", params, new JsonRpcCallback() {
TestLabelManager.java 34 private static final JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
117 rpcProxy.rpcCall("get_test_labels_for_tests", currentTestCondition, new JsonRpcCallback() {
178 rpcProxy.rpcCall("add_test_label", args, new JsonRpcCallback() {
197 rpcProxy.rpcCall(rpcMethod, args, new JsonRpcCallback() {
206 rpcProxy.rpcCall("get_test_labels", null, new JsonRpcCallback() {
GraphingFrontend.java 34 protected JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
64 rpcProxy.rpcCall("get_embedding_id", params, new JsonRpcCallback() {
122 rpcProxy.rpcCall("get_embedded_query_url_token", args, new JsonRpcCallback() {
SavedQueriesControl.java 43 private static JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
106 rpcProxy.rpcCall("get_saved_queries", args, new JsonRpcCallback() {
151 rpcProxy.rpcCall("add_saved_query", args, new JsonRpcCallback() {
167 rpcProxy.rpcCall("delete_saved_queries", args, new JsonRpcCallback() {
185 rpcProxy.rpcCall("get_saved_queries", args, new JsonRpcCallback() {
SpreadsheetView.java 61 private static JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
289 rpcProxy.rpcCall("get_job_ids", condition, new JsonRpcCallback() {
  /external/autotest/frontend/client/src/autotest/moblab/
CredentialsUploadView.java 116 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
117 rpcProxy.rpcCall(
  /external/autotest/frontend/client/src/autotest/moblab/rpc/
MoblabRpcHelper.java 43 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
44 rpcProxy.rpcCall("get_config_values", null, callback);
53 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
54 rpcProxy.rpcCall("update_config_handler", params, callback);
61 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
62 rpcProxy.rpcCall("reset_config_settings", null, callback);
69 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
70 rpcProxy.rpcCall("reboot_moblab", null, callback);
78 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
79 rpcProxy.rpcCall("get_network_info", null, new JsonRpcCallback()
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
DetailView.java 23 protected JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
  /external/autotest/frontend/client/src/autotest/afe/
AfeUtils.java 178 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
179 rpcProxy.rpcCall("abort_host_queue_entries", params, new JsonRpcCallback() {
198 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
199 rpcProxy.rpcCall("abort_special_tasks", params, new JsonRpcCallback() {
218 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
219 rpcProxy.rpcCall("reverify_hosts", params, new JsonRpcCallback() {
235 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
236 rpcProxy.rpcCall("repair_hosts", params, new JsonRpcCallback() {
251 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
252 rpcProxy.rpcCall("modify_hosts", params, new JsonRpcCallback()
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 136 private JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy();
394 rpcProxy.rpcCall("generate_control_file", params, new JsonRpcCallback() {
    [all...]

Completed in 178 milliseconds