Home
last modified time | relevance | path

Searched refs:SetRootError (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc35 cert_info.SetRootError(GRPC_ERROR_NONE); in SetKeyMaterials()
127 cert_info.SetRootError(*root_cert_error); in SetErrorForCert()
169 cert_info.SetRootError(GRPC_ERROR_REF(error)); in SetError()
Dgrpc_tls_certificate_distributor.h188 void SetRootError(grpc_error* error) { in SetRootError() function