Lines Matching defs:ec
47 [asyncResp](const boost::system::error_code& ec,
49 if (ec)
51 if (ec.value() != EBADR)
73 const boost::system::error_code& ec,
75 if (ec)
77 if (ec.value() != EBADR)
130 [asyncResp](const boost::system::error_code& ec, const bool present) {
131 if (ec)
133 if (ec.value() != EBADR)
156 [asyncResp](const boost::system::error_code& ec,
158 if (ec)
160 if (ec.value() != EBADR)
206 const boost::system::error_code& ec,
211 if (ec)
213 callback(ec, fabricAdapterPath, serviceName);
228 callback(ec, fabricAdapterPath, serviceName);
233 std::function<void(const boost::system::error_code& ec,
247 const boost::system::error_code& ec, const std::string& fabricAdapterPath,
250 if (ec)
252 if (ec.value() == boost::system::errc::io_error)
259 BMCWEB_LOG_ERROR("DBus method call failed with error {}", ec.value());
303 const boost::system::error_code& ec, const std::string& fabricAdapterPath,
306 if (ec)
308 if (ec.value() == boost::system::errc::io_error)
315 BMCWEB_LOG_ERROR("DBus method call failed with error {}", ec.value());
440 const std::string& adapterId, const boost::system::error_code& ec,
443 if (ec)
445 if (ec.value() == boost::system::errc::io_error)
452 BMCWEB_LOG_ERROR("DBus method call failed with error {}", ec.value());