Lines Matching refs:SdBusError
33 SdBusError::SdBusError(int error_in, const char* prefix, in SdBusError() function in sdbusplus::exception::SdBusError
35 SdBusError(error_in, std::string(prefix), intf_in) in SdBusError()
38 SdBusError::SdBusError(int error_in, std::string&& prefix, in SdBusError() function in sdbusplus::exception::SdBusError
55 SdBusError::SdBusError(sd_bus_error* error_in, const char* prefix, in SdBusError() function in sdbusplus::exception::SdBusError
65 SdBusError::SdBusError(SdBusError&& other) : error(SD_BUS_ERROR_NULL) in SdBusError() function in sdbusplus::exception::SdBusError
70 SdBusError& SdBusError::operator=(SdBusError&& other) in operator =()
79 SdBusError::~SdBusError() in ~SdBusError()
84 const char* SdBusError::name() const noexcept in name()
89 const char* SdBusError::description() const noexcept in description()
94 const char* SdBusError::what() const noexcept in what()
99 int SdBusError::get_errno() const noexcept in get_errno()
104 const sd_bus_error* SdBusError::get_error() const noexcept in get_error()
109 void SdBusError::populateMessage(std::string&& prefix) in populateMessage()
124 void SdBusError::move(SdBusError&& other) in move()