Lines Matching defs:value
60 const boost::system::error_code& ec, const std::string& value) {
63 if (ec.value() != EBADR)
66 ec.value(), assembly);
73 ["PartLocation"]["ServiceLabel"] = value;
88 assembly](const boost::system::error_code& ec, const bool value) {
91 if (ec.value() != EBADR)
93 BMCWEB_LOG_ERROR("DBUS response error: {}", ec.value());
99 if (!value)
121 if (ec.value() != EBADR)
123 BMCWEB_LOG_ERROR("DBUS response error {}", ec.value());
146 BMCWEB_LOG_ERROR("DBUS response error : {} for assembly {}", ec.value(),