Home
last modified time | relevance | path

Searched full:throw (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp116 throw TTransportException(TTransportException::NOT_OPEN, "socket()", errno_copy); in openSecConnection()
125 throw TTransportException(TTransportException::NOT_OPEN, in openSecConnection()
132 throw TTransportException(TTransportException::NOT_OPEN, in openSecConnection()
138 throw TTransportException(TTransportException::NOT_OPEN, "set TLS_HOSTNAME failed"); in openSecConnection()
183 throw TTransportException(TTransportException::NOT_OPEN, in openSecConnection()
191 throw TTransportException(TTransportException::NOT_OPEN, in openSecConnection()
209 throw TTransportException(TTransportException::NOT_OPEN, "connect() failed", in openSecConnection()
229 throw TTransportException(TTransportException::NOT_OPEN, "getsockopt()", in openSecConnection()
239 throw TTransportException(TTransportException::NOT_OPEN, "socket open() error", in openSecConnection()
245 throw TTransportException(TTransportException::NOT_OPEN, "open() timed out"); in openSecConnection()
[all …]
DTSSLServerSocket.cpp94 throw TTransportException(TTransportException::BAD_ARGS, in listen()
107 throw TTransportException(TTransportException::NOT_OPEN, in listen()
145 throw TTransportException(TTransportException::NOT_OPEN, in listen()
190 // throw error if socket still wasn't created successfully in listen()
194 throw TTransportException(TTransportException::NOT_OPEN, in listen()
198 // throw an error if we failed to bind properly in listen()
207 throw TTransportException(TTransportException::NOT_OPEN, "Could not bind", in listen()
220 throw TTransportException(TTransportException::NOT_OPEN, "Could not listen", in listen()
DTSSLSocket.h175 * @throw TTransportException::INTERRUPTED if interrupted is signaled.
/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.cpp80 throw system_error(errno, system_category(), "poll"); in read_virt()
111 throw TTransportException(TTransportException::END_OF_FILE); in write_virt()
118 throw system_error(errno, system_category(), "write"); in write_virt()
135 throw system_error(errno, system_category(), "write"); in interrupt()
188 throw TTransportException(TTransportException::INTERRUPTED); in acceptImpl()
DTServerFramework.cpp211 throw std::invalid_argument("newLimit must be greater than zero"); in setConcurrentClientLimit()
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/
Dmain.js11 throw new Error(`Response status: ${response.status}`);
29 throw new Error(`Response satus: ${response.status}`);
/Zephyr-latest/boards/96boards/wistrio/dts/bindings/
Dqorvo,rfsw8001.yaml5 Qorvo's RFSW8001 is a single pole triple throw (SP3T) RF switch. The RF1,
/Zephyr-latest/soc/nxp/mcx/mcxn/
Dsoc.c38 * Throw a build error if user is enabling SPI and UART/I2C on a Flexcomm node.
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp280 throw e; in testException()
283 throw e; in testException()
300 throw e; in testMultiException()
305 throw e; in testMultiException()
/Zephyr-latest/tests/kernel/timer/timer_monotonic/src/
Dmain.c28 /* Heuristic: if we're more than 10% off, throw an error */ in test_frequency()
/Zephyr-latest/tests/lib/cpp/libcxx/src/
Dmain.cpp74 throw 42; in throw_exception()
/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle.min.mjs2throw new RangeError(`Allowed values are: "${e.join(`", "`)}".`)}if(matchMedia("(hover:none)").mat…
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dmain.c855 "Should not enter any other state and throw an event"); in ZTEST()
890 "Should not enter any other state and throw an event"); in ZTEST()
/Zephyr-latest/scripts/release/
Dlist_backports.py17 script will throw an error if a PR has been made without an associated issue.
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_emul.c285 * setting the register and throw off the actual reading. Therefore, scale down the range in icm42688_emul_get_gyro_ranges()
/Zephyr-latest/arch/xtensa/core/
DREADME_MMU.txt157 care, as the CPU will throw an exception ("multi hit") if a memory
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/
Dxtensa-cavs-linker.ld153 * page-aligned or it will throw an error, not sure why since all
/Zephyr-latest/cmake/modules/
Dyaml.cmake272 # non-existing keys will throw errors but also set type to NOT-FOUND.
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c68 /* Compiler will throw an error if the provided value isn't a
/Zephyr-latest/drivers/counter/
Dmaxim_ds3231.c540 /* Throw away information counter API disallows */ in ds3231_counter_cancel_alarm()
1249 /* Throw away information counter API disallows */ in ds3231_counter_set_alarm()
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld167 * page-aligned or it will throw an error, not sure why since all
/Zephyr-latest/boards/intel/adsp/doc/
Dchromebooks_adsp.rst112 Metanote: The astute will note that we're probably going to throw this
/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dmain.c377 * will throw off the math. in ZTEST_USER()
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst1004 * :github:`24322` - IRQ_CONNECT and IRQ_DIRECT_CONNECT throw compile error with CONFIG_CPLUSPLUS
1203 * :github:`23133` - boards: adafruit_feather_m0: don't throw compiler warnings on using custom serc…
/Zephyr-latest/drivers/gpio/
Dgpio_pca_series.c1349 * flag. Otherwise, throw out error.)

12