Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/
Dinsecure_server_credentials.cc31 void SetAuthMetadataProcessor( in SetAuthMetadataProcessor() function in grpc::__anon0b6643f20111::InsecureServerCredentialsImpl
Dsecure_server_credentials.h62 void SetAuthMetadataProcessor(
Dsecure_server_credentials.cc100 void SecureServerCredentials::SetAuthMetadataProcessor( in SetAuthMetadataProcessor() function in grpc::SecureServerCredentials
/external/grpc-grpc/include/grpcpp/security/
Dserver_credentials.h41 virtual void SetAuthMetadataProcessor(
/external/grpc-grpc/test/cpp/end2end/
Dend2end_test.cc261 server_creds->SetAuthMetadataProcessor(processor); in BuildAndStartServer()