Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthServiceImplTest.cs37 var impl = new HealthServiceImpl(); in SetStatus()
54 var impl = new HealthServiceImpl(); in ClearStatus()
68 var impl = new HealthServiceImpl(); in ClearAll()
80 var impl = new HealthServiceImpl(); in NullsRejected()
86 …private static HealthCheckResponse.Types.ServingStatus GetStatusHelper(HealthServiceImpl impl, str… in GetStatusHelper()
DHealthClientServerTest.cs38 Grpc.HealthCheck.HealthServiceImpl serviceImpl;
43 serviceImpl = new HealthServiceImpl(); in Init()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DHealthStatusManager.java33 private final HealthServiceImpl healthService;
39 healthService = new HealthServiceImpl(); in HealthStatusManager()
DHealthServiceImpl.java31 final class HealthServiceImpl extends HealthGrpc.HealthImplBase { class
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthServiceImpl.cs39 public class HealthServiceImpl : Grpc.Health.V1.Health.HealthBase class