/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TFDServer.h | 34 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;
|
D | TSimpleServer.h | 86 void onClientConnected(const std::shared_ptr<TConnectedClient> &pClient) override 87 /* override */; 88 void onClientDisconnected(TConnectedClient *pClient) override /* override */; 91 void setConcurrentClientLimit(int64_t newLimit) override; // hide
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | server.hpp | 29 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/subsys/logging/ |
D | Kconfig.filtering | 29 int "Override lowest log level" 39 - 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/frdm_mcxn947/ |
D | board.cmake | 15 board_runner_args(linkserver "--override=/device/memory/1/flash-driver=MCXN9xx_S.cfx") 16 board_runner_args(linkserver "--override=/device/memory/1/location=0x10000000") 19 board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x30000000\",\ 21 board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x30060000\",\ 24 board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x50000000\",\
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TServerSocket.h | 76 ~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;
|
D | TSSLServerSocket.h | 56 void listen() override; 57 void close() override; 60 std::shared_ptr<TSocket> createSocket(THRIFT_SOCKET socket) override;
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | linkserver.py | 31 override=None, argument 50 self.override = override if override else [] 90 # user may need to override settings. 91 parser.add_argument('--override', required=False, action='append', 106 override=args.override, 177 if self.override is not None: 178 for ov in self.override:
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/ |
D | board.cmake | 9 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/dts/bindings/display/ |
D | solomon,ssd16xx-common.yaml | 46 cycle. Refresh profiles are optional and are used to override 81 description: Dummy line period override. 85 description: Gate line width override.
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/ |
D | Kconfig.defconfig | 15 # 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/ |
D | Kconfig.defconfig | 12 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application 18 # so no override or limit is necessary.
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/ |
D | board.cmake | 18 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/dts/common/nordic/ |
D | nrf_common.dtsi | 15 #include <arm/nordic/override.dtsi> 18 * dts/arm/nordic/override.dtsi file.
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | cs.h | 101 /** CS Test Override 3 T_PM Tone Extension */ 123 /** CS Test Override 4 Tone Antenna Permutation. 215 /** CS Test Override 7 Sounding Sequence Marker Value */ 223 /** CS Test Override 8 CS_SYNC Payload Pattern */ 363 /** Override configuration. 365 * This parameter is used to override CS parameters from the DRBG. 371 * - Bit 0 set: Override using list of channels 372 * - Bit 0 not set: Override using channel map 373 * - Bit 2 set: Override main mode steps 374 * - Bit 3 set: Override T_PM_Tone_Ext [all …]
|
/Zephyr-latest/modules/thrift/src/thrift/protocol/ |
D | TBinaryProtocol.h | 181 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/samples/bluetooth/hci_uart/boards/ |
D | nrf9160dk_nrf52840.conf | 1 # Override prj.conf defaults
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/ |
D | nrf9160dk_nrf52840.conf | 1 # Override prj.conf defaults
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.stm32_lptim | 50 bool "Override tick to freq ratio check" 59 This options allows to override this check
|
/Zephyr-latest/soc/nxp/imx/ |
D | Kconfig.defconfig | 7 # can override the defaults given here
|
D | Kconfig | 10 # can override the defaults given here
|
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/ |
D | override.dtsi | 6 * higher-priority override.dtsi file in use.
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-init/ |
D | invalid_child_proptype.yaml | 3 # This binding should not try to override the "type:"
|
D | invalid_child_propreq.yaml | 3 # This binding should not try to override "required: true"
|
D | invalid_grandchild_proptype.yaml | 3 # This binding should not try to override the "type:"
|