Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DXdsInteropClient.cs171 long rpcId = statsWatcher.RpcIdGenerator.Increment(); in RunSingleRpcAsync()
193 statsWatcher.OnRpcComplete(rpcId, rpcType, hostname); in RunSingleRpcAsync()
206 statsWatcher.OnRpcComplete(rpcId, rpcType, hostname); in RunSingleRpcAsync()
219 statsWatcher.OnRpcComplete(rpcId, rpcType, null); in RunSingleRpcAsync()
325 … public void OnRpcComplete(long rpcId, XdsInteropClient.RpcType rpcType, string responseHostname) in OnRpcComplete() argument
329 …if (!firstAcceptedRpcId.HasValue || rpcId < firstAcceptedRpcId || rpcId >= firstAcceptedRpcId + nu… in OnRpcComplete()