Searched refs:rpcId (Results 1 – 1 of 1) sorted by relevance
171 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() argument329 …if (!firstAcceptedRpcId.HasValue || rpcId < firstAcceptedRpcId || rpcId >= firstAcceptedRpcId + nu… in OnRpcComplete()