Home
last modified time | relevance | path

Searched refs:TTransportFactory (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/server/
DTServer.h47 using apache::thrift::transport::TTransportFactory;
138 std::shared_ptr<TTransportFactory> getInputTransportFactory() in getInputTransportFactory()
143 std::shared_ptr<TTransportFactory> getOutputTransportFactory() in getOutputTransportFactory()
168 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer()
170 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer()
181 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer()
183 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer()
195 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer()
197 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer()
210 std::shared_ptr<TTransportFactory>(new TTransportFactory())); in TServer()
[all …]
DTSimpleServer.h48 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
55 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
62 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
64 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
74 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
76 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
DTServerFramework.h61 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
68 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
75 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
77 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
87 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
89 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
DTServerFramework.cpp44 using apache::thrift::transport::TTransportFactory;
51 const shared_ptr<TTransportFactory> &transportFactory, in TServerFramework()
60 const shared_ptr<TTransportFactory> &transportFactory, in TServerFramework()
69 const shared_ptr<TTransportFactory> &inputTransportFactory, in TServerFramework()
70 const shared_ptr<TTransportFactory> &outputTransportFactory, in TServerFramework()
81 const shared_ptr<TTransportFactory> &inputTransportFactory, in TServerFramework()
82 const shared_ptr<TTransportFactory> &outputTransportFactory, in TServerFramework()
/Zephyr-latest/samples/modules/thrift/hello/server/src/
Dmain.cpp72 std::shared_ptr<TTransportFactory> transportFactory; in main()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp93 std::shared_ptr<TTransportFactory> transportFactory; in setup_server()