Searched refs:SendHealthCheckRpc (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/cpp/end2end/ |
D | health_service_end2end_test.cc | 171 void SendHealthCheckRpc(const grpc::string& service_name, in SendHealthCheckRpc() function in grpc::testing::__anond27cad4d0111::HealthServiceEnd2endTest 174 SendHealthCheckRpc(service_name, expected_status, in SendHealthCheckRpc() 178 void SendHealthCheckRpc( in SendHealthCheckRpc() function in grpc::testing::__anond27cad4d0111::HealthServiceEnd2endTest 203 SendHealthCheckRpc("", Status::OK, HealthCheckResponse::SERVING); in VerifyHealthCheckService() 204 SendHealthCheckRpc(kHealthyService, Status::OK, in VerifyHealthCheckService() 206 SendHealthCheckRpc(kUnhealthyService, Status::OK, in VerifyHealthCheckService() 208 SendHealthCheckRpc(kNotRegisteredService, in VerifyHealthCheckService() 212 SendHealthCheckRpc("", Status::OK, HealthCheckResponse::NOT_SERVING); in VerifyHealthCheckService() 213 SendHealthCheckRpc(kHealthyService, Status::OK, in VerifyHealthCheckService() 215 SendHealthCheckRpc(kUnhealthyService, Status::OK, in VerifyHealthCheckService() [all …]
|