Home
last modified time | relevance | path

Searched refs:rpc_name (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/afe/
Drpc_utils.py1050 def fanout_rpc(host_objs, rpc_name, include_hostnames=True, **kwargs): argument
1070 run_rpc_on_multiple_hostnames(rpc_name, [shard], **kwargs)
1074 '%s: %s' % (rpc_name, shard, ei[0].__name__, ei[1]))
/external/flatbuffers/src/
Didl_parser.cpp1453 auto rpc_name = attribute_; in ParseService() local
1465 rpc.name = rpc_name; in ParseService()
1468 if (service_def.calls.Add(rpc_name, &rpc)) in ParseService()
1469 return Error("rpc already exists: " + rpc_name); in ParseService()