Searched refs:apache (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TSimpleServer.h | 30 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 …]
|
D | TServerFramework.h | 36 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 …]
|
D | TConnectedClient.h | 34 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 …]
|
D | TServerFramework.cpp | 31 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;
|
D | TServer.h | 34 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;
|
D | TFDServer.h | 15 namespace apache
|
D | TFDServer.cpp | 26 namespace apache namespace
|
/Zephyr-latest/samples/modules/thrift/hello/server/src/ |
D | main.cpp | 25 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/ |
D | main.cpp | 24 using namespace apache::thrift; 25 using namespace apache::thrift::protocol; 26 using namespace apache::thrift::transport;
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | ThriftTLScertificateType.h | 10 namespace apache::thrift::transport
|
D | TSSLServerSocket.h | 12 namespace apache
|
D | TServerSocket.h | 24 namespace apache
|
D | TSSLServerSocket.cpp | 26 namespace apache namespace
|
D | TSSLSocket.h | 18 namespace apache
|
D | TSSLSocket.cpp | 31 using namespace apache::thrift::concurrency; 38 namespace apache namespace
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | context.hpp | 18 using namespace apache::thrift::server;
|
D | main.cpp | 24 using namespace apache::thrift; 25 using namespace apache::thrift::protocol; 26 using namespace apache::thrift::transport;
|
D | server.hpp | 20 using namespace apache::thrift; 21 using namespace apache::thrift::transport; 282 apache::thrift::TException e; in testException()
|
D | client.cpp | 18 using namespace apache::thrift;
|
/Zephyr-latest/modules/thrift/src/thrift/concurrency/ |
D | Mutex.cpp | 11 namespace apache namespace
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/boards/ |
D | litex_vexriscv.overlay | 7 http://www.apache.org/licenses/LICENSE-2.0
|
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/support/ |
D | qspi_config.cfg | 18 # http://www.apache.org/licenses/LICENSE-2.0
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 25 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/ |
D | TBinaryProtocol.h | 33 namespace apache
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr.rst | 155 .. _MCUmgr: https://github.com/apache/mynewt-mcumgr
|
12