Home
last modified time | relevance | path

Searched refs:SetAll (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dtest_health_check_service_impl.h44 void SetAll(health::v1::HealthCheckResponse::ServingStatus status);
Dtest_health_check_service_impl.cc76 void HealthCheckServiceImpl::SetAll(HealthCheckResponse::ServingStatus status) { in SetAll() function in grpc::testing::HealthCheckServiceImpl
Dhealth_service_end2end_test.cc69 impl_->SetAll(serving ? HealthCheckResponse::SERVING in SetServingStatus()