Searched refs:BSystemError (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DErrorsExt.cpp79 throw BSystemError("BDataIO::Write()", result);
152 /* BSystemError */
153 BSystemError::BSystemError(const char* origin, status_t error) function in class:BSystemError
161 BSystemError::BSystemError(BString origin, status_t error) function in class:BSystemError
169 BSystemError::BSystemError(const BSystemError& other) = default;
172 BSystemError
[all...]
H A DHttpResultPrivate.h144 throw BSystemError("BDataIO::Write()", result);
H A DHttpSession.cpp364 throw BSystemError("wait_for_objects()", status);
/haiku/headers/private/netservices2/
H A DErrorsExt.h71 class BSystemError : public BError class in namespace:BPrivate::Network
74 BSystemError(const char* origin, status_t error);
75 BSystemError(BString origin, status_t error);
77 BSystemError(const BSystemError& other);
78 BSystemError& operator=(const BSystemError& other);
80 BSystemError(BSystemError&& other) noexcept;
81 BSystemError
[all...]
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp39 throw BSystemError("BFile::SetTo()", status);
158 throw BSystemError("BFile::WriteExactly()", status);
160 throw BSystemError("BFile::Flush()", status);

Completed in 41 milliseconds