Home
last modified time | relevance | path

Searched refs:DbusException (Results 1 – 6 of 6) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dexceptions.hpp211 class DbusException : public Exception class
215 DbusException() = delete;
216 DbusException(const DbusException&) = delete;
217 DbusException(DbusException&&) = delete;
218 DbusException& operator=(const DbusException&) = delete;
221 ~DbusException() = default;
226 explicit DbusException(const std::string& msg) : Exception(msg) {} in DbusException() function in vpd::DbusException
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlistener.cpp234 throw DbusException( in presentPropertyChangeCallback()
258 throw DbusException( in presentPropertyChangeCallback()
361 throw DbusException("Error in reading property change signal."); in correlatedPropChangedCallBack()
375 throw DbusException( in correlatedPropChangedCallBack()
H A Dworker.cpp1357 throw DbusException( in setPresentProperty()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp662 throw DbusException("failed to get functional image path."); in getImagePrefix()
674 throw DbusException( in getImagePrefix()
692 throw DbusException( in getImagePrefix()
700 throw DbusException("Invalid extended version read for path [" + in getImagePrefix()
H A Devent_logger_utility.hpp121 else if (typeid(i_exception) == typeid(DbusException)) in getExceptionData()
123 const DbusException& l_ex = in getExceptionData()
124 dynamic_cast<const DbusException&>(i_exception); in getExceptionData()
/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.cpp454 throw DbusException("Invalid IM value read from Dbus"); in ConfigurePowerVsSystem()