Home
last modified time | relevance | path

Searched defs:notifyCertUpdates (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/security/certprovider/
H A DCertificateProviderStore.java72 private final boolean notifyCertUpdates; field in CertificateProviderStore.CertProviderKey
76 String certName, String pluginName, boolean notifyCertUpdates, Object config) { in CertProviderKey()
164 boolean notifyCertUpdates) { in createOrGetProvider()
182 boolean notifyCertUpdates) { in createProviderHelper()
H A DCertificateProvider.java141 protected CertificateProvider(DistributorWatcher watcher, boolean notifyCertUpdates) { in CertificateProvider()
154 private final boolean notifyCertUpdates; field in CertificateProvider
H A DFileWatcherCertificateProvider.java59 boolean notifyCertUpdates, in FileWatcherCertificateProvider()
219 boolean notifyCertUpdates, in create()
H A DCertificateProviderProvider.java46 Object config, CertificateProvider.DistributorWatcher watcher, boolean notifyCertUpdates); in createCertificateProvider()
H A DFileWatcherCertificateProviderProvider.java76 Object config, CertificateProvider.DistributorWatcher watcher, boolean notifyCertUpdates) { in createCertificateProvider()
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/certprovider/
H A DTestCertificateProvider.java28 boolean notifyCertUpdates, in TestCertificateProvider()
80 Object config, DistributorWatcher watcher, boolean notifyCertUpdates) { in createCertificateProvider()