Searched refs:channel_auth_context (Results 1 – 8 of 8) sorted by relevance
122 to->channel_auth_context = from->channel_auth_context; in grpc_auth_metadata_context_copy()123 if (to->channel_auth_context != nullptr) { in grpc_auth_metadata_context_copy()124 const_cast<grpc_auth_context*>(to->channel_auth_context) in grpc_auth_metadata_context_copy()142 if (auth_md_context->channel_auth_context != nullptr) { in grpc_auth_metadata_context_reset()143 const_cast<grpc_auth_context*>(auth_md_context->channel_auth_context) in grpc_auth_metadata_context_reset()145 auth_md_context->channel_auth_context = nullptr; in grpc_auth_metadata_context_reset()219 auth_md_context->channel_auth_context = in grpc_auth_metadata_context_build()
252 const grpc::AuthContext& channel_auth_context,
269 const grpc::AuthContext& channel_auth_context,
412 const grpc_auth_context* channel_auth_context; member
1541 GPR_ASSERT(context.channel_auth_context == nullptr); in plugin_get_metadata_success()1566 GPR_ASSERT(context.channel_auth_context == nullptr); in plugin_get_metadata_failure()1784 GPR_ASSERT(auth_md_context.channel_auth_context == nullptr); in test_auth_metadata_context()
486 const_cast<grpc_auth_context*>(context.channel_auth_context)); in InvokePlugin()
575 const grpc_auth_context *channel_auth_context
153 const grpc::AuthContext& channel_auth_context, in GetMetadata() argument162 EXPECT_TRUE(channel_auth_context.IsPeerAuthenticated()); in GetMetadata()