Home
last modified time | relevance | path

Searched refs:FindPropertyValues (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/cpp/common/
Dsecure_auth_context_test.cc39 EXPECT_TRUE(context.FindPropertyValues("").empty()); in TEST_F()
40 EXPECT_TRUE(context.FindPropertyValues("whatever").empty()); in TEST_F()
57 std::vector<grpc::string_ref> bar = context.FindPropertyValues("foo"); in TEST_F()
/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.h40 std::vector<grpc::string_ref> FindPropertyValues(
Dsecure_auth_context.cc55 std::vector<grpc::string_ref> SecureAuthContext::FindPropertyValues( in FindPropertyValues() function in grpc::SecureAuthContext
/external/grpc-grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h80 virtual std::vector<grpc::string_ref> FindPropertyValues(
/external/grpc-grpc/test/cpp/end2end/
Dtest_service_impl.cc58 auth_ctx->FindPropertyValues("transport_security_type"); in CheckServerAuthContext()
Dend2end_test.cc1743 auth_ctx->FindPropertyValues("transport_security_type"); in TEST_P()