Searched refs:applyRequestMetadata (Results 1 – 6 of 6) sorted by relevance
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 …]
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()
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()
76 void applyRequestMetadata( in applyRequestMetadata() method
89 creds.applyRequestMetadata(method, effectiveAttrsBuilder.build(), in newStream()
91 public void applyRequestMetadata(MethodDescriptor<?, ?> method, Attributes attrs, in applyRequestMetadata() method in GoogleAuthLibraryCallCredentials