Searched refs:DbusException (Results 1 – 6 of 6) sorted by relevance
211 class DbusException : public Exception class215 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
234 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()
1357 throw DbusException( in setPresentProperty()
662 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()
121 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()
454 throw DbusException("Invalid IM value read from Dbus"); in ConfigurePowerVsSystem()