Home
last modified time | relevance | path

Searched refs:thrift (Results 1 – 18 of 18) sorted by relevance

/modules/thrift/src/thrift/server/
A DTSimpleServer.h32 namespace thrift
48 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
53 const std::shared_ptr<apache::thrift::TProcessor> &processor,
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>
66 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
68 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
72 const std::shared_ptr<apache::thrift::TProcessor> &processor,
78 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
[all …]
A DTServerFramework.h38 namespace thrift
61 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
66 const std::shared_ptr<apache::thrift::TProcessor> &processor,
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>
79 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
81 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
85 const std::shared_ptr<apache::thrift::TProcessor> &processor,
91 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory>
[all …]
A DTConnectedClient.h36 namespace thrift
61 const std::shared_ptr<apache::thrift::TProcessor> &processor,
62 const std::shared_ptr<apache::thrift::protocol::TProtocol> &inputProtocol,
63 const std::shared_ptr<apache::thrift::protocol::TProtocol> &outputProtocol,
64 const std::shared_ptr<apache::thrift::server::TServerEventHandler> &eventHandler,
65 const std::shared_ptr<apache::thrift::transport::TTransport> &client);
104 std::shared_ptr<apache::thrift::TProcessor> processor_;
105 std::shared_ptr<apache::thrift::protocol::TProtocol> inputProtocol_;
106 std::shared_ptr<apache::thrift::protocol::TProtocol> outputProtocol_;
107 std::shared_ptr<apache::thrift::server::TServerEventHandler> eventHandler_;
[all …]
A DTServerFramework.cpp33 namespace thrift namespace
39 using apache::thrift::protocol::TProtocol;
40 using apache::thrift::protocol::TProtocolFactory;
41 using apache::thrift::transport::TServerTransport;
42 using apache::thrift::transport::TTransport;
43 using apache::thrift::transport::TTransportException;
44 using apache::thrift::transport::TTransportFactory;
A DTServer.h36 namespace thrift
41 using apache::thrift::TProcessor;
42 using apache::thrift::protocol::TBinaryProtocolFactory;
43 using apache::thrift::protocol::TProtocol;
44 using apache::thrift::protocol::TProtocolFactory;
45 using apache::thrift::transport::TServerTransport;
46 using apache::thrift::transport::TTransport;
47 using apache::thrift::transport::TTransportFactory;
A DTFDServer.h17 namespace thrift
A DTFDServer.cpp28 namespace thrift namespace
/modules/thrift/
A DCMakeLists.txt15 src/thrift/server/TFDServer.cpp
16 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/protocol/TProtocol.cpp
17 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/server/TConnectedClient.cpp
18 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/server/TSimpleServer.cpp
19 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/SocketCommon.cpp
24 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/TSocket.cpp
26 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/TOutput.cpp
29 src/thrift/concurrency/Mutex.cpp
30 src/thrift/server/TServerFramework.cpp
35 src/thrift/transport/TSSLSocket.cpp
[all …]
/modules/thrift/cmake/
A Dthrift.cmake4 find_program(THRIFT_EXECUTABLE thrift)
6 message(FATAL_ERROR "The 'thrift' command was not found")
9 function(thrift function
15 source_file # The .thrift source file
16 options # Additional thrift options
34 ${target} PRIVATE ${ZEPHYR_BASE}/modules/thrift/src
/modules/thrift/src/thrift/transport/
A DThriftTLScertificateType.h10 namespace apache::thrift::transport
A DTSSLServerSocket.h14 namespace thrift
A DTServerSocket.h26 namespace thrift
A DTSSLServerSocket.cpp28 namespace thrift namespace
A DTSSLSocket.h20 namespace thrift
A DTSSLSocket.cpp31 using namespace apache::thrift::concurrency;
40 namespace thrift namespace
/modules/thrift/src/thrift/concurrency/
A DMutex.cpp13 namespace thrift namespace
/modules/thrift/src/thrift/protocol/
A DTBinaryProtocol.h35 namespace thrift
/modules/
A DKconfig43 source "modules/thrift/Kconfig"

Completed in 31 milliseconds