Home
last modified time | relevance | path

Searched refs:origCtx (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DMetadataApplierImpl.java68 Context origCtx = ctx.attach(); in apply() local
72 ctx.detach(origCtx); in apply()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServerImplTest.java653 Context origCtx = ctx.attach(); in interceptors()
658 ctx.detach(origCtx); in interceptors()
669 Context origCtx = ctx.attach(); in interceptors()
674 ctx.detach(origCtx); in interceptors()
DCensusModulesTest.java254 Context origCtx = ctx.attach(); in testClientInterceptors() local
258 ctx.detach(origCtx); in testClientInterceptors()
DManagedChannelImplTest.java1411 Context origCtx = ctx.attach(); in informationPropagatedToNewStreamAndCallCredentials() local
1414 ctx.detach(origCtx); in informationPropagatedToNewStreamAndCallCredentials()
1466 origCtx = ctx.attach(); in informationPropagatedToNewStreamAndCallCredentials()
1468 ctx.detach(origCtx); in informationPropagatedToNewStreamAndCallCredentials()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java1476 Context origCtx = ctx.attach(); in censusContextsPropagated() local
1499 ctx.detach(origCtx); in censusContextsPropagated()