Lines Matching defs:ec2
160 path](const boost::system::error_code& ec2,
162 if (ec2)
164 BMCWEB_LOG_ERROR("DBUS response error {}", ec2);
238 path](const boost::system::error_code& ec2,
240 if (ec2)
242 BMCWEB_LOG_ERROR("DBUS response error {}", ec2);
1427 [asyncResp](const boost::system::error_code& ec2, bool tpmRequired) {
1428 if (ec2)
1431 ec2);
2218 const boost::system::error_code& ec2,
2220 afterGetPowerMode(asyncResp, ec2, properties);
2654 const boost::system::error_code& ec2,
2656 if (ec2)
2660 ec2);