Home
last modified time | relevance | path

Searched defs:serving (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc63 bool serving) override { in SetServingStatus()
68 void SetServingStatus(bool serving) override { in SetServingStatus()
/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.cc46 const std::string& service_name, bool serving) { in SetServingStatus()
55 void DefaultHealthCheckService::SetServingStatus(bool serving) { in SetServingStatus()
/third_party/grpc/tools/run_tests/
Drun_xds_tests.py939 def set_serving_status(instances, service_port, serving): argument