Functions | |
| void | CheckServerAuthContext (const ServerContextBase *context, const std::string &expected_transport_security_type, const std::string &expected_client_identity) |
| int | GetIntValueFromMetadata (const char *key, const std::multimap< grpc::string_ref, grpc::string_ref > &metadata, int default_value) |
| int | GetIntValueFromMetadataHelper (const char *key, const std::multimap< grpc::string_ref, grpc::string_ref > &metadata, int default_value) |
| void | MaybeEchoDeadline (ServerContextBase *context, const EchoRequest *request, EchoResponse *response) |
| int | MetadataMatchCount (const std::multimap< grpc::string_ref, grpc::string_ref > &metadata, const std::string &key, const std::string &value) |
| void | ServerTryCancel (ServerContext *context) |
| void | ServerTryCancelNonblocking (CallbackServerContext *context) |
| void grpc::testing::internal::CheckServerAuthContext | ( | const ServerContextBase * | context, |
| const std::string & | expected_transport_security_type, | ||
| const std::string & | expected_client_identity | ||
| ) |
Definition at line 53 of file test_service_impl.cc.
| int grpc::testing::internal::GetIntValueFromMetadata | ( | const char * | key, |
| const std::multimap< grpc::string_ref, grpc::string_ref > & | metadata, | ||
| int | default_value | ||
| ) |
Definition at line 101 of file test_service_impl.cc.
| int grpc::testing::internal::GetIntValueFromMetadataHelper | ( | const char * | key, |
| const std::multimap< grpc::string_ref, grpc::string_ref > & | metadata, | ||
| int | default_value | ||
| ) |
Definition at line 88 of file test_service_impl.cc.
| void grpc::testing::internal::MaybeEchoDeadline | ( | ServerContextBase * | context, |
| const EchoRequest * | request, | ||
| EchoResponse * | response | ||
| ) |
Definition at line 42 of file test_service_impl.cc.
| int grpc::testing::internal::MetadataMatchCount | ( | const std::multimap< grpc::string_ref, grpc::string_ref > & | metadata, |
| const std::string & | key, | ||
| const std::string & | value | ||
| ) |
Definition at line 75 of file test_service_impl.cc.
| void grpc::testing::internal::ServerTryCancel | ( | ServerContext * | context | ) |
Definition at line 108 of file test_service_impl.cc.
| void grpc::testing::internal::ServerTryCancelNonblocking | ( | CallbackServerContext * | context | ) |
Definition at line 119 of file test_service_impl.cc.