Home
last modified time | relevance | path

Searched refs:rpcs (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/testing/
D_client_test.py136 rpcs = []
141 rpcs.append(rpc)
143 for rpc in rpcs:
145 for rpc in rpcs:
148 for rpc in rpcs:
150 for rpc in rpcs:
153 for rpc in rpcs:
155 for rpc in rpcs:
187 rpcs = tuple(
191 for rpc in rpcs:
[all …]
/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter.h175 uint64_t rpcs; member
181 const std::chrono::system_clock::time_point& end_time, uint64_t rpcs, in LoadBalancingFeedbackRecord()
184 rpcs(rpcs), in LoadBalancingFeedbackRecord()
208 void AppendNewFeedbackRecord(uint64_t rpcs, uint64_t errors);
Dload_reporter.cc270 uint64_t rpcs = 0; in GenerateLoadBalancingFeedback() local
275 rpcs += p->rpcs; in GenerateLoadBalancingFeedback()
286 static_cast<float>(rpcs / duration_seconds.count())); in GenerateLoadBalancingFeedback()
368 void LoadReporter::AppendNewFeedbackRecord(uint64_t rpcs, uint64_t errors) { in AppendNewFeedbackRecord() argument
377 feedback_records_.emplace_back(std::chrono::system_clock::now(), rpcs, errors, in AppendNewFeedbackRecord()
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DXdsInteropClient.cs76 List<RpcType> rpcs; field in Grpc.IntegrationTesting.XdsInteropClient
85 this.rpcs = ParseRpcArgument(this.options.Rpc); in XdsInteropClient()
146 foreach (var rpcType in rpcs) in RunSingleChannelAsync()
156 …int nextDueInMillis = (int) Math.Max(0, (1000 * rpcsStarted / options.Qps / rpcs.Count) - stopwatc… in RunSingleChannelAsync()
/third_party/grpc/src/ruby/end2end/
DREADME.md9 well as an address to listen on for control rpcs. Depending on the test, the
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dserver_test.py495 rpcs = []
497 rpcs.append(channel.unary_unary(_BLOCK_BRIEFLY)(_REQUEST))
499 asyncio.wait(rpcs, return_when=asyncio.FIRST_EXCEPTION))
/third_party/grpc/doc/
Dhealth-checking.md4 Health checks are used to probe whether the server is able to handle rpcs. The
Dconnection-backoff-interop-test-description.md74 * The port to listen on for control rpcs. For example, "8080"
Dunit_testing.md38 …ctations on the pure-virtual methods we can test client-side logic without having to make any rpcs.
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dbinding.dart121 …/// * <https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md#rpcs-requests-a…
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dwidget_inspector.dart944 …/// * <https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md#rpcs-requests-a…