Searched refs:newClientCtx (Results 1 – 7 of 7) sorted by relevance
34 std::unique_ptr<RpcTransportCtx> newClientCtx() const override;
104 [[nodiscard]] virtual std::unique_ptr<RpcTransportCtx> newClientCtx() const = 0;
173 std::unique_ptr<RpcTransportCtx> RpcTransportCtxFactoryRaw::newClientCtx() const { in newClientCtx() function in android::RpcTransportCtxFactoryRaw
534 std::unique_ptr<RpcTransportCtx> RpcTransportCtxFactoryTls::newClientCtx() const { in newClientCtx() function in android::RpcTransportCtxFactoryTls
77 auto ctx = rpcTransportCtxFactory->newClientCtx(); in make()
1692 mCtx = newFactory(rpcSecurity, mCertVerifier)->newClientCtx(); in setUp()