Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc94 void SetServingStatus(const grpc::string& service_name, in SetServingStatus() function in grpc::testing::__anon697682d60111::CustomHealthCheckService
100 void SetServingStatus(bool serving) override { in SetServingStatus() function in grpc::testing::__anon697682d60111::CustomHealthCheckService
198 service->SetServingStatus(kHealthyService, true); in VerifyHealthCheckService()
199 service->SetServingStatus(kUnhealthyService, false); in VerifyHealthCheckService()
211 service->SetServingStatus(false); in VerifyHealthCheckService()
/external/grpc-grpc/include/grpcpp/
Dhealth_check_service_interface.h36 virtual void SetServingStatus(const grpc::string& service_name,
39 virtual void SetServingStatus(bool serving) = 0;
/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.h48 void SetServingStatus(const grpc::string& service_name,
50 void SetServingStatus(bool serving) override;
Ddefault_health_check_service.cc124 void DefaultHealthCheckService::SetServingStatus( in SetServingStatus() function in grpc::DefaultHealthCheckService
130 void DefaultHealthCheckService::SetServingStatus(bool serving) { in SetServingStatus() function in grpc::DefaultHealthCheckService