Home
last modified time | relevance | path

Searched refs:override (Results 1 – 25 of 128) sorted by relevance

123456

/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.h34 virtual bool isOpen() const override;
35 virtual THRIFT_SOCKET getSocketFD() override;
36 virtual void close() override;
38 virtual void interrupt() override;
39 virtual void interruptChildren() override;
43 virtual std::shared_ptr<TTransport> acceptImpl() override;
DTFDServer.cpp52 virtual uint32_t read_virt(uint8_t *buf, uint32_t len) override in read_virt()
107 virtual void write_virt(const uint8_t *buf, uint32_t len) override in write_virt()
148 void close() override in close()
160 bool isOpen() const override in isOpen()
DTSimpleServer.h86 void onClientConnected(const std::shared_ptr<TConnectedClient> &pClient) override
88 void onClientDisconnected(TConnectedClient *pClient) override /* override */;
91 void setConcurrentClientLimit(int64_t newLimit) override; // hide
DTServerFramework.h105 virtual void serve() override;
110 virtual void stop() override;
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTServerSocket.h76 ~TServerSocket() override;
78 bool isOpen() const override;
127 THRIFT_SOCKET getSocketFD() override in getSocketFD()
138 void listen() override;
139 void interrupt() override;
140 void interruptChildren() override;
141 void close() override;
144 std::shared_ptr<TTransport> acceptImpl() override;
DTSSLServerSocket.h56 void listen() override;
57 void close() override;
60 std::shared_ptr<TSocket> createSocket(THRIFT_SOCKET socket) override;
DTSSLSocket.h64 ~TSSLSocket() override;
68 void open() override;
369 const char *what() const noexcept override in what()
457 Decision verify(const sockaddr_storage &sa) noexcept override;
458 Decision verify(const std::string &host, const char *name, int size) noexcept override;
459 Decision verify(const sockaddr_storage &sa, const char *data, int size) noexcept override;
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp29 void testVoid() override in testVoid()
34 void testString(string &out, const string &thing) override in testString()
40 bool testBool(const bool thing) override in testBool()
46 int8_t testByte(const int8_t thing) override in testByte()
52 int32_t testI32(const int32_t thing) override in testI32()
58 int64_t testI64(const int64_t thing) override in testI64()
64 double testDouble(const double thing) override in testDouble()
70 void testBinary(std::string &_return, const std::string &thing) override in testBinary()
80 void testStruct(Xtruct &out, const Xtruct &thing) override in testStruct()
87 void testNest(Xtruct2 &out, const Xtruct2 &nest) override in testNest()
[all …]
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dboard.cmake11 board_runner_args(linkserver "--override=/device/memory/1/flash-driver=MCXN9xx_S.cfx")
12 board_runner_args(linkserver "--override=/device/memory/1/location=0x10000000")
15 board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x30000000\",\
17 board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x30060000\",\
20 board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x50000000\",\
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dboard.cmake10 board_runner_args(linkserver "--override=/device/memory/1/flash-driver=MCXNxxx_S.cfx")
11 board_runner_args(linkserver "--override=/device/memory/1/location=0x10000000")
14 board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x30000000\",\
17 board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x50000000\",\
/Zephyr-latest/scripts/west_commands/runners/
Dlinkserver.py31 override=None, argument
50 self.override = override if override else []
106 override=args.override,
177 if self.override is not None:
178 for ov in self.override:
/Zephyr-latest/subsys/logging/
DKconfig.filtering39 - 0 OFF, do not override
40 - 1 ERROR, override to write LOG_LEVEL_ERR
41 - 2 WARNING, override to write LOG_LEVEL_WRN
42 - 3 INFO, override to write LOG_LEVEL_INFO
43 - 4 DEBUG, override to write LOG_LEVEL_DBG
/Zephyr-latest/boards/nxp/mimxrt595_evk/
Dboard.cmake9 board_runner_args(linkserver "--override=/device/memory/5/flash-driver=MIMXRT500_SFDP_MXIC_OSPI_S.…
10 board_runner_args(linkserver "--override=/device/memory/5/location=0x18000000")
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h181 int getMinSerializedSize(TType type) override;
183 void checkReadBytesAvailable(TSet &set) override in checkReadBytesAvailable()
188 void checkReadBytesAvailable(TList &list) override in checkReadBytesAvailable()
193 void checkReadBytesAvailable(TMap &map) override in checkReadBytesAvailable()
235 ~TBinaryProtocolFactoryT() override = default;
253 std::shared_ptr<TProtocol> getProtocol(std::shared_ptr<TTransport> trans) override in getProtocol()
/Zephyr-latest/boards/nxp/lpcxpresso55s69/
Dboard.cmake18 board_runner_args(linkserver "--override=/device/memory/0/flash-driver=LPC55xx_S.cfx")
19 board_runner_args(linkserver "--override=/device/memory/0/location=0x10000000")
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
DKconfig.defconfig15 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application
20 # so no override is necessary.
/Zephyr-latest/boards/ezurio/bl654_usb/
DKconfig.defconfig12 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application
18 # so no override or limit is necessary.
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/
Doverride.dtsi6 * higher-priority override.dtsi file in use.
/Zephyr-latest/dts/common/nordic/
Dnrf_common.dtsi15 #include <arm/nordic/override.dtsi>
18 * dts/arm/nordic/override.dtsi file.
/Zephyr-latest/soc/nxp/imx/
DKconfig.defconfig7 # can override the defaults given here
DKconfig10 # can override the defaults given here
/Zephyr-latest/dts/arm/nordic/
Doverride.dtsi9 * higher-priority dts/arm/nordic/override.dtsi file in use.
/Zephyr-latest/boards/st/stm32f7508_dk/support/
Dopenocd.cfg16 # override that speed setting it also to the maximum speed.
/Zephyr-latest/boards/st/stm32f746g_disco/support/
Dopenocd.cfg20 # override that speed setting it also to the maximum speed.
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dboard.cmake19 board_runner_args(linkserver "--override=/device/memory/3/flash-driver=MIMXRT1050_SFDP_QSPI.cfx")

123456