Home
last modified time | relevance | path

Searched defs:watcherCaptor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/
H A DClientSslContextProviderFactoryTest.java69 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createCertProviderClientSslContextProvider() local
100 final CertificateProvider.DistributorWatcher[] watcherCaptor = in bothPresent_expectCertProviderClientSslContextProvider() local
130 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createCertProviderClientSslContextProvider_onlyRootCert() local
156 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createCertProviderClientSslContextProvider_withStaticContext() local
190 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createCertProviderClientSslContextProvider_2providers() local
220 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createNewCertProviderClientSslContextProvider_withSans() local
257 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createNewCertProviderClientSslContextProvider_onlyRootCert() local
306 final CertificateProvider.DistributorWatcher[] watcherCaptor, in createAndRegisterProviderProvider()
331 SslContextProvider sslContextProvider, CertificateProvider.DistributorWatcher watcherCaptor) { in verifyWatcher()
H A DServerSslContextProviderFactoryTest.java60 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createCertProviderServerSslContextProvider() local
92 final CertificateProvider.DistributorWatcher[] watcherCaptor = in bothPresent_expectCertProviderServerSslContextProvider() local
126 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createCertProviderServerSslContextProvider_onlyCertInstance() local
153 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createCertProviderServerSslContextProvider_withStaticContext() local
188 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createCertProviderServerSslContextProvider_2providers() local
220 final CertificateProvider.DistributorWatcher[] watcherCaptor = in createNewCertProviderServerSslContextProvider_withSans() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/certprovider/
H A DCertProviderServerSslContextProviderTest.java114 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForServer_mtls() local
178 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForServer_mtls_newXds() local
247 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForServer_queueExecutor() local
281 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForServer_tls() local
322 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForServer_sslContextException_onError() local
359 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForServer_certInstanceNull_expectError() local
H A DCertProviderClientSslContextProviderTest.java115 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForClient_mtls() local
178 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForClient_mtls_newXds() local
241 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForClient_queueExecutor() local
274 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForClient_tls() local
311 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForClient_sslContextException_onError() local
342 final CertificateProvider.DistributorWatcher[] watcherCaptor = in testProviderForClient_rootInstanceNull_expectError() local
H A DTestCertificateProvider.java52 final CertificateProvider.DistributorWatcher[] watcherCaptor, in createAndRegisterProviderProvider()
63 private final CertificateProvider.DistributorWatcher[] watcherCaptor; field in TestCertificateProvider.TestCertificateProviderProvider
67 String testCa, CertificateProvider.DistributorWatcher[] watcherCaptor, int index) { in TestCertificateProviderProvider()