Home
last modified time | relevance | path

Searched refs:SetPeerIdentityPropertyName (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/cpp/common/
Dsecure_auth_context_test.cc50 EXPECT_TRUE(context.SetPeerIdentityPropertyName("name")); in TEST_F()
68 EXPECT_TRUE(context.SetPeerIdentityPropertyName("name")); in TEST_F()
/external/grpc-grpc/src/cpp/common/
Dsecure_auth_context.h50 virtual bool SetPeerIdentityPropertyName(const grpc::string& name) override;
Dsecure_auth_context.cc92 bool SecureAuthContext::SetPeerIdentityPropertyName(const grpc::string& name) { in SetPeerIdentityPropertyName() function in grpc::SecureAuthContext
/external/grpc-grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h90 virtual bool SetPeerIdentityPropertyName(const grpc::string& name) = 0;
/external/grpc-grpc/test/cpp/end2end/
Dend2end_test.cc149 context->SetPeerIdentityPropertyName(kIdentityPropName); in Process()