Searched refs:NOT_SERVING (Results 1 – 10 of 10) sorted by relevance
/third_party/grpc/test/cpp/end2end/ |
D | health_service_end2end_test.cc | 65 : HealthCheckResponse::NOT_SERVING); in SetServingStatus() 70 : HealthCheckResponse::NOT_SERVING); in SetServingStatus() 169 HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckService() 174 SendHealthCheckRpc("", Status::OK, HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckService() 176 HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckService() 178 HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckService() 200 EXPECT_EQ(response.NOT_SERVING, response.status()); in VerifyHealthCheckServiceStreaming() 244 HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckServiceShutdown() 254 EXPECT_EQ(response.NOT_SERVING, response.status()); in VerifyHealthCheckServiceShutdown() 258 SendHealthCheckRpc("", Status::OK, HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckServiceShutdown() [all …]
|
D | test_health_check_service_impl.cc | 71 status = HealthCheckResponse::NOT_SERVING; in SetStatus() 93 iter->second = HealthCheckResponse::NOT_SERVING; in Shutdown()
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/health_check/ |
D | health_servicer_test.py | 55 health_pb2.HealthCheckResponse.NOT_SERVING) 87 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING, 132 health_pb2.HealthCheckResponse.NOT_SERVING) 133 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING, 233 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING, 241 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING, 265 status = health_pb2.HealthCheckResponse.NOT_SERVING
|
/third_party/grpc/src/python/grpcio_tests/tests/health_check/ |
D | _health_servicer_test.py | 58 health_pb2.HealthCheckResponse.NOT_SERVING) 110 health_pb2.HealthCheckResponse.NOT_SERVING) 112 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING, 222 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING, 259 self.assertEqual(health_pb2.HealthCheckResponse.NOT_SERVING,
|
/third_party/grpc/doc/ |
D | health-checking.md | 39 NOT_SERVING = 2; 61 set to `SERVING` or `NOT_SERVING` accordingly. If the service name is not
|
/third_party/grpc/src/cpp/server/health/ |
D | default_health_check_service.cc | 52 services_map_[service_name].SetServingStatus(serving ? SERVING : NOT_SERVING); in SetServingStatus() 56 const ServingStatus status = serving ? SERVING : NOT_SERVING; in SetServingStatus() 75 service_data.SetServingStatus(NOT_SERVING); in Shutdown()
|
D | default_health_check_service.h | 43 enum ServingStatus { NOT_FOUND, SERVING, NOT_SERVING }; enumerator
|
/third_party/grpc/src/python/grpcio_health_checking/grpc_health/v1/ |
D | _async.py | 113 _health_pb2.HealthCheckResponse.NOT_SERVING)
|
D | health.py | 171 … _health_pb2.HealthCheckResponse.NOT_SERVING) # pylint: disable=no-member
|
/third_party/grpc/src/proto/grpc/health/v1/ |
D | health.proto | 36 NOT_SERVING = 2; enumerator
|