/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/ |
D | GoogleAuthLibraryCallCredentialsTest.java | 158 callCredentials.applyRequestMetadata(method, attrs, executor, applier); in copyCredentialsToHeaders() 180 callCredentials.applyRequestMetadata(method, attrs, executor, applier); in invalidBase64() 196 callCredentials.applyRequestMetadata(method, attrs, executor, applier); in credentialsFailsWithIoException() 212 callCredentials.applyRequestMetadata(method, attrs, executor, applier); in credentialsFailsWithRuntimeException() 232 callCredentials.applyRequestMetadata(method, attrs, executor, applier); in credentialsReturnNullMetadata() 265 callCredentials.applyRequestMetadata(method, securityNone, executor, applier); in oauth2Credential() 285 callCredentials.applyRequestMetadata(method, privacy, executor, applier); in googleCredential_privacyAndIntegrityAllowed() 306 callCredentials.applyRequestMetadata(method, integrity, executor, applier); in googleCredential_integrityDenied() 326 callCredentials.applyRequestMetadata(method, integrity, executor, applier); in googleCredential_nullSecurityDenied() 338 callCredentials.applyRequestMetadata(method, in serviceUri() [all …]
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | CallCredentialsApplyingTest.java | 129 verify(mockCreds).applyRequestMetadata(same(method), attrsCaptor.capture(), same(mockExecutor), in parameterPropagation_base() 149 verify(mockCreds).applyRequestMetadata(same(method), attrsCaptor.capture(), same(mockExecutor), in parameterPropagation_overrideByTransport() 171 verify(mockCreds).applyRequestMetadata(same(method), attrsCaptor.capture(), in parameterPropagation_overrideByCallOptions() 183 doThrow(ex).when(mockCreds).applyRequestMetadata( in credentialThrows() 206 }).when(mockCreds).applyRequestMetadata(same(method), any(Attributes.class), in applyMetadata_inline() 228 }).when(mockCreds).applyRequestMetadata(same(method), any(Attributes.class), in fail_inline() 246 verify(mockCreds).applyRequestMetadata(same(method), any(Attributes.class), in applyMetadata_delayed() 268 verify(mockCreds).applyRequestMetadata(same(method), any(Attributes.class), in fail_delayed()
|
D | ManagedChannelImplTest.java | 1404 }).when(creds).applyRequestMetadata( in informationPropagatedToNewStreamAndCallCredentials() 1436 verify(creds, never()).applyRequestMetadata( in informationPropagatedToNewStreamAndCallCredentials() 1448 verify(creds).applyRequestMetadata(same(method), attrsCaptor.capture(), in informationPropagatedToNewStreamAndCallCredentials() 1471 verify(creds, times(2)).applyRequestMetadata(same(method), attrsCaptor.capture(), in informationPropagatedToNewStreamAndCallCredentials()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | CallCredentials.java | 76 void applyRequestMetadata( in applyRequestMetadata() method
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | CallCredentialsApplyingTransportFactory.java | 89 creds.applyRequestMetadata(method, effectiveAttrsBuilder.build(), in newStream()
|
/external/grpc-grpc-java/auth/src/main/java/io/grpc/auth/ |
D | GoogleAuthLibraryCallCredentials.java | 91 public void applyRequestMetadata(MethodDescriptor<?, ?> method, Attributes attrs, in applyRequestMetadata() method in GoogleAuthLibraryCallCredentials
|
/external/grpc-grpc-java/core/ |
D | grpc-core-1.14.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |