Home
last modified time | relevance | path

Searched refs:apache (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/modules/thrift/src/thrift/server/
DTSimpleServer.h30 namespace apache
46 const std::shared_ptr<apache::thrift::TProcessorFactory> &processorFactory,
47 const std::shared_ptr<apache::thrift::transport::TServerTransport> &serverTransport,
48 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
50 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory> &protocolFactory);
53 const std::shared_ptr<apache::thrift::TProcessor> &processor,
54 const std::shared_ptr<apache::thrift::transport::TServerTransport> &serverTransport,
55 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
57 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory> &protocolFactory);
60 const std::shared_ptr<apache::thrift::TProcessorFactory> &processorFactory,
[all …]
DTServerFramework.h36 namespace apache
59 const std::shared_ptr<apache::thrift::TProcessorFactory> &processorFactory,
60 const std::shared_ptr<apache::thrift::transport::TServerTransport> &serverTransport,
61 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
63 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory> &protocolFactory);
66 const std::shared_ptr<apache::thrift::TProcessor> &processor,
67 const std::shared_ptr<apache::thrift::transport::TServerTransport> &serverTransport,
68 const std::shared_ptr<apache::thrift::transport::TTransportFactory>
70 const std::shared_ptr<apache::thrift::protocol::TProtocolFactory> &protocolFactory);
73 const std::shared_ptr<apache::thrift::TProcessorFactory> &processorFactory,
[all …]
DTConnectedClient.h34 namespace apache
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 …]
DTServerFramework.cpp31 namespace apache 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;
DTServer.h34 namespace apache
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;
DTFDServer.h15 namespace apache
DTFDServer.cpp26 namespace apache namespace
/Zephyr-latest/samples/modules/thrift/hello/server/src/
Dmain.cpp25 using namespace ::apache::thrift;
26 using namespace ::apache::thrift::protocol;
27 using namespace ::apache::thrift::transport;
28 using namespace ::apache::thrift::server;
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp24 using namespace apache::thrift;
25 using namespace apache::thrift::protocol;
26 using namespace apache::thrift::transport;
/Zephyr-latest/modules/thrift/src/thrift/transport/
DThriftTLScertificateType.h10 namespace apache::thrift::transport
DTSSLServerSocket.h12 namespace apache
DTServerSocket.h24 namespace apache
DTSSLServerSocket.cpp26 namespace apache namespace
DTSSLSocket.h18 namespace apache
DTSSLSocket.cpp31 using namespace apache::thrift::concurrency;
38 namespace apache namespace
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dcontext.hpp18 using namespace apache::thrift::server;
Dmain.cpp24 using namespace apache::thrift;
25 using namespace apache::thrift::protocol;
26 using namespace apache::thrift::transport;
Dserver.hpp20 using namespace apache::thrift;
21 using namespace apache::thrift::transport;
282 apache::thrift::TException e; in testException()
Dclient.cpp18 using namespace apache::thrift;
/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp11 namespace apache namespace
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/boards/
Dlitex_vexriscv.overlay7 http://www.apache.org/licenses/LICENSE-2.0
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/support/
Dqspi_config.cfg18 # http://www.apache.org/licenses/LICENSE-2.0
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst25 https://github.com/apache/thrift
37 https://thrift.apache.org/static/files/thrift-20070401.pdf
40 https://www.apache.org
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h33 namespace apache
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr.rst155 .. _MCUmgr: https://github.com/apache/mynewt-mcumgr

12