Home
last modified time | relevance | path

Searched defs:ConnectionError (Results 1 – 6 of 6) sorted by relevance

/external/deqp/execserver/
DxsDefs.hpp71 class ConnectionError : public Error class
74 ConnectionError (const std::string& message) : Error(message) {} in ConnectionError() function in xs::ConnectionError
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py12 class ConnectionError(Exception): class
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc124 TEST_P(BindingTest, ConnectionError) { in TEST_P() argument
/external/rust/crates/quiche/src/
Dlib.rs502 pub struct ConnectionError { struct
504 pub is_app: bool,
507 pub error_code: u64,
510 pub reason: Vec<u8>,
4236 pub fn peer_error(&self) -> Option<&ConnectionError> { in peer_error()
/external/autotest/server/cros/faft/
Dfirmware_test.py41 ConnectionError = mode_switcher.ConnectionError variable
/external/python/bumble/bumble/
Dcore.py98 class ConnectionError(BaseError): class