Home
last modified time | relevance | path

Searched refs:ApplyToCall (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.h51 bool ApplyToCall(grpc_call* call) override;
Dclient_context.cc88 if (creds_ && !creds_->ApplyToCall(call_)) { in set_call()
Dsecure_credentials.cc52 bool SecureCallCredentials::ApplyToCall(grpc_call* call) { in ApplyToCall() function in grpc::SecureCallCredentials
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h79 virtual bool ApplyToCall(grpc_call* call) = 0;