• Home
  • Raw
  • Download

Lines Matching refs:InteropClient

82 InteropClient::ServiceStub::ServiceStub(  in ServiceStub()
94 TestService::Stub* InteropClient::ServiceStub::Get() { in Get()
103 InteropClient::ServiceStub::GetUnimplementedServiceStub() { in GetUnimplementedServiceStub()
110 void InteropClient::ServiceStub::ResetChannel() { in ResetChannel()
117 InteropClient::InteropClient(ChannelCreationFunc channel_creation_func, in InteropClient() function in grpc::testing::InteropClient
123 bool InteropClient::AssertStatusOk(const Status& s, in AssertStatusOk()
136 bool InteropClient::AssertStatusCode(const Status& s, StatusCode expected_code, in AssertStatusCode()
157 bool InteropClient::DoEmpty() { in DoEmpty()
174 bool InteropClient::PerformLargeUnary(SimpleRequest* request, in PerformLargeUnary()
179 bool InteropClient::PerformLargeUnary(SimpleRequest* request, in PerformLargeUnary()
208 bool InteropClient::DoComputeEngineCreds( in DoComputeEngineCreds()
233 bool InteropClient::DoOauth2AuthToken(const std::string& username, in DoOauth2AuthToken()
259 bool InteropClient::DoPerRpcCreds(const std::string& json_key) { in DoPerRpcCreds()
284 bool InteropClient::DoJwtTokenCreds(const std::string& username) { in DoJwtTokenCreds()
301 bool InteropClient::DoGoogleDefaultCredentials( in DoGoogleDefaultCredentials()
320 bool InteropClient::DoLargeUnary() { in DoLargeUnary()
331 bool InteropClient::DoClientCompressedUnary() { in DoClientCompressedUnary()
377 bool InteropClient::DoServerCompressedUnary() { in DoServerCompressedUnary()
404 bool InteropClient::TransientFailureOrAbort() { in TransientFailureOrAbort()
412 bool InteropClient::DoRequestStreaming() { in DoRequestStreaming()
443 bool InteropClient::DoResponseStreaming() { in DoResponseStreaming()
482 bool InteropClient::DoClientCompressedStreaming() { in DoClientCompressedStreaming()
546 bool InteropClient::DoServerCompressedStreaming() { in DoServerCompressedStreaming()
606 bool InteropClient::DoResponseStreamingWithSlowConsumer() { in DoResponseStreamingWithSlowConsumer()
649 bool InteropClient::DoHalfDuplex() { in DoHalfDuplex()
696 bool InteropClient::DoPingPong() { in DoPingPong()
740 bool InteropClient::DoCancelAfterBegin() { in DoCancelAfterBegin()
763 bool InteropClient::DoCancelAfterFirstResponse() { in DoCancelAfterFirstResponse()
796 bool InteropClient::DoTimeoutOnSleepingServer() { in DoTimeoutOnSleepingServer()
822 bool InteropClient::DoEmptyStream() { in DoEmptyStream()
842 bool InteropClient::DoStatusWithMessage() { in DoStatusWithMessage()
888 bool InteropClient::DoCacheableUnary() { in DoCacheableUnary()
953 bool InteropClient::DoPickFirstUnary() { in DoPickFirstUnary()
979 bool InteropClient::DoCustomMetadata() { in DoCustomMetadata()
1071 InteropClient::PerformOneSoakTestIteration( in PerformOneSoakTestIteration()
1103 void InteropClient::PerformSoakTest( in PerformSoakTest()
1189 bool InteropClient::DoRpcSoakTest( in DoRpcSoakTest()
1202 bool InteropClient::DoChannelSoakTest( in DoChannelSoakTest()
1216 bool InteropClient::DoLongLivedChannelTest(int32_t soak_iterations, in DoLongLivedChannelTest()
1244 bool InteropClient::DoUnimplementedService() { in DoUnimplementedService()
1264 bool InteropClient::DoUnimplementedMethod() { in DoUnimplementedMethod()