Home
last modified time | relevance | path

Searched refs:GetHealthCheckService (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc193 HealthCheckServiceInterface* service = server_->GetHealthCheckService(); in VerifyHealthCheckService()
235 server_->GetHealthCheckService(); in TEST_F()
263 server_->GetHealthCheckService(); in TEST_F()
277 HealthCheckServiceInterface* service = server_->GetHealthCheckService(); in TEST_F()
293 HealthCheckServiceInterface* service = server_->GetHealthCheckService(); in TEST_F()
/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.h53 HealthCheckServiceImpl* GetHealthCheckService();
Ddefault_health_check_service.cc149 DefaultHealthCheckService::GetHealthCheckService() { in GetHealthCheckService() function in grpc::DefaultHealthCheckService
/external/grpc-grpc/include/grpcpp/
Dserver.h95 HealthCheckServiceInterface* GetHealthCheckService() const { in GetHealthCheckService() function
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/health/
Ddefault_health_check_service.h244 HealthCheckServiceImpl* GetHealthCheckService(
Ddefault_health_check_service.cc115 DefaultHealthCheckService::GetHealthCheckService( in GetHealthCheckService() function in grpc::DefaultHealthCheckService
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dserver.h102 HealthCheckServiceInterface* GetHealthCheckService() const { in GetHealthCheckService() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dserver.h102 HealthCheckServiceInterface* GetHealthCheckService() const { in GetHealthCheckService() function
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc570 RegisterService(nullptr, default_hc_service->GetHealthCheckService()); in Start()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc1146 default_hc_service->GetHealthCheckService( in Start()