Searched defs:rpcType (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
H A D | XdsTestClient.java | 405 private void handleRpcCompleted(long requestId, RpcType rpcType, String hostname, in runQps() 411 private void handleRpcError(long requestId, RpcType rpcType, Status status, in runQps() 439 Set<XdsStatsWatcher> watchers, RpcType rpcType, long requestId, String hostname) { in notifyWatchers() 501 private final RpcType rpcType; field in XdsTestClient.RpcConfig 505 private RpcConfig(RpcType rpcType, Metadata metadata, int timeoutSec) { in RpcConfig() 521 private synchronized void recordRpcStarted(RpcType rpcType) { in recordRpcStarted() 527 private synchronized void recordRpcFinished(RpcType rpcType, Status status) { in recordRpcFinished() 567 private static String getRpcTypeString(RpcType rpcType) { in getRpcTypeString() 589 void rpcCompleted(RpcType rpcType, long requestId, @Nullable String hostname) { in rpcCompleted() 644 private static String getRpcTypeString(RpcType rpcType) { in getRpcTypeString()
|
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/ |
H A D | ClientConfiguration.java | 60 RpcType rpcType = RpcType.UNARY; field in ClientConfiguration
|