Lines Matching full:ec
48 [asyncResp](const boost::system::error_code& ec,
50 if (ec)
52 if (ec.value() != EBADR)
73 [asyncResp](const boost::system::error_code& ec, const bool present) {
74 if (ec)
76 if (ec.value() != EBADR)
99 [asyncResp](const boost::system::error_code& ec,
101 if (ec)
103 if (ec.value() != EBADR)
154 const boost::system::error_code& ec,
159 if (ec)
161 callback(ec, fabricAdapterPath, serviceName);
176 callback(ec, fabricAdapterPath, serviceName);
181 std::function<void(const boost::system::error_code& ec,
195 const boost::system::error_code& ec, const std::string& fabricAdapterPath,
198 if (ec)
200 if (ec.value() == boost::system::errc::io_error)
207 BMCWEB_LOG_ERROR("DBus method call failed with error {}", ec.value());
251 const boost::system::error_code& ec, const std::string& fabricAdapterPath,
254 if (ec)
256 if (ec.value() == boost::system::errc::io_error)
263 BMCWEB_LOG_ERROR("DBus method call failed with error {}", ec.value());
388 const std::string& adapterId, const boost::system::error_code& ec,
391 if (ec)
393 if (ec.value() == boost::system::errc::io_error)
400 BMCWEB_LOG_ERROR("DBus method call failed with error {}", ec.value());