Searched refs:SetUpServer (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/cpp/util/ |
D | grpc_tool_test.cc | 222 const grpc::string SetUpServer(bool secure = false) { in SetUpServer() function in grpc::testing::GrpcToolTest 305 const grpc::string server_address = SetUpServer(); in TEST_F() 323 const grpc::string server_address = SetUpServer(); in TEST_F() 353 const grpc::string server_address = SetUpServer(); in TEST_F() 374 const grpc::string server_address = SetUpServer(); in TEST_F() 403 const grpc::string server_address = SetUpServer(); in TEST_F() 419 const grpc::string server_address = SetUpServer(); in TEST_F() 436 const grpc::string server_address = SetUpServer(); in TEST_F() 464 const grpc::string server_address = SetUpServer(); in TEST_F() 491 const grpc::string server_address = SetUpServer(); in TEST_F() [all …]
|
/external/grpc-grpc/test/cpp/end2end/ |
D | hybrid_end2end_test.cc | 232 void SetUpServer(::grpc::Service* service1, ::grpc::Service* service2, in SetUpServer() function in grpc::testing::__anonc328e8d00111::HybridEnd2endTest 419 SetUpServer(&service, nullptr, nullptr); in TEST_F() 430 SetUpServer(&service, nullptr, nullptr); in TEST_F() 441 SetUpServer(&service, nullptr, nullptr); in TEST_F() 454 SetUpServer(&service, nullptr, nullptr); in TEST_F() 471 SetUpServer(&service, nullptr, &generic_service); in TEST_F() 487 SetUpServer(&service, nullptr, nullptr); in TEST_F() 503 SetUpServer(&service, nullptr, nullptr); in TEST_F() 521 SetUpServer(&service, &dup_service, nullptr); in TEST_F() 560 SetUpServer(&service, &dup_service, nullptr, 8192); in TEST_F() [all …]
|
D | health_service_end2end_test.cc | 121 void SetUpServer(bool register_sync_test_service, bool add_async_cq, in SetUpServer() function in grpc::testing::__anon93a36ff40111::HealthServiceEnd2endTest 233 SetUpServer(true, false, false, nullptr); in TEST_F() 246 SetUpServer(true, false, false, nullptr); in TEST_F() 259 SetUpServer(false, true, false, nullptr); in TEST_F() 276 SetUpServer(true, false, true, std::move(empty_service)); in TEST_F() 292 SetUpServer(false, false, true, std::move(override_service)); in TEST_F()
|
D | shutdown_test.cc | 67 server_ = SetUpServer(port_); in SetUp() 70 std::unique_ptr<Server> SetUpServer(const int port) { in SetUpServer() function in grpc::testing::ShutdownTest
|