Searched refs:rpc_name (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/ |
D | _common.py | 43 rpc_name = '/{}/{}'.format(service_descriptor.full_name, 45 rpc_names_to_descriptors[rpc_name] = method_descriptor
|
/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | rpc_server.rb | 481 rpc_name = GenericService.underscore(name.to_s).to_sym 483 handlers[route] = cls.new.method(rpc_name) 485 handlers[route] = service.method(rpc_name)
|
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 1069 def fanout_rpc(host_objs, rpc_name, include_hostnames=True, **kwargs): argument 1088 run_rpc_on_multiple_hostnames(rpc_name, [shard], **kwargs) 1092 '%s: %s' % (rpc_name, shard, ei[0].__name__, ei[1]))
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 1887 auto rpc_name = attribute_; in ParseService() local 1899 rpc.name = rpc_name; in ParseService() 1903 if (service_def.calls.Add(rpc_name, &rpc)) in ParseService() 1904 return Error("rpc already exists: " + rpc_name); in ParseService()
|