/openbmc/telemetry/tests/src/ |
H A D | test_trigger_manager.cpp | 78 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 93 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 105 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 148 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 184 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 199 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 208 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 218 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 230 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 242 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() [all …]
|
H A D | test_report_manager.cpp | 127 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 140 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 159 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 172 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 185 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 198 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 210 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 222 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 233 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() 430 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F() [all …]
|
H A D | test_trigger.cpp | 124 Eq(boost::system::errc::success); 185 Eq(boost::system::errc::success)); in TEST_F() 196 Eq(boost::system::errc::success)); in TEST_F() 214 Eq(boost::system::errc::success)); in TEST_F() 227 Eq(boost::system::errc::success)); in TEST_F() 306 Eq(boost::system::errc::success)); in TEST_F() 317 Eq(boost::system::errc::success)); in TEST_F() 335 .ec = Eq(boost::system::errc::invalid_argument), in TEST_F() 409 EXPECT_THAT(ec, Eq(boost::system::errc::success)); in TEST_F() 419 EXPECT_THAT(ec, Eq(boost::system::errc::success)); in TEST_F() [all …]
|
H A D | test_report.cpp | 180 Eq(boost::system::errc::success); 286 Eq(boost::system::errc::success)); in TEST_F() 314 Eq(boost::system::errc::invalid_argument)); in TEST_F() 328 Eq(boost::system::errc::success)); in TEST_F() 351 Eq(boost::system::errc::success)); in TEST_F() 369 Eq(boost::system::errc::success)); in TEST_F() 380 Eq(boost::system::errc::invalid_argument)); in TEST_F() 423 Eq(boost::system::errc::success)); in TEST_F() 433 Eq(boost::system::errc::success)); in TEST_F() 444 Eq(boost::system::errc::invalid_argument)); in TEST_F() [all …]
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | connection.hpp | 147 ec = boost::system::errc::make_error_code( in async_method_call_timed() 148 boost::system::errc::invalid_argument); in async_method_call_timed() 177 ec = boost::system::errc::make_error_code( in async_method_call_timed() 178 static_cast<boost::system::errc::errc_t>(e.get_errno())); in async_method_call_timed() 241 ec = boost::system::errc::make_error_code( in yield_method_call() 242 static_cast<boost::system::errc::errc_t>(e.get_errno())); in yield_method_call() 276 ec = boost::system::errc::make_error_code( in yield_method_call() 277 boost::system::errc::invalid_argument); in yield_method_call() 298 ec = boost::system::errc::make_error_code( in yield_method_call() 299 boost::system::errc::invalid_argument); in yield_method_call()
|
H A D | property.hpp | 66 handler(boost::system::errc::make_error_code( in getProperty() 67 boost::system::errc::invalid_argument), in getProperty() 99 onError(boost::system::errc::make_error_code( in getProperty() 100 boost::system::errc::invalid_argument)); in getProperty()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_util.hpp | 228 boost::system::errc::make_error_code( in getPortNumber() 229 boost::system::errc::bad_message); in getPortNumber() 240 ec2 != std::errc()) in getPortNumber() 245 boost::system::errc::make_error_code( in getPortNumber() 246 boost::system::errc::invalid_argument); in getPortNumber() 247 if (ec2 == std::errc::result_out_of_range) in getPortNumber() 249 ec3 = boost::system::errc::make_error_code( in getPortNumber() 250 boost::system::errc::result_out_of_range); in getPortNumber()
|
H A D | led.hpp | 47 if (ec == boost::system::errc::invalid_argument) in getIndicatorLedState() 70 if (ec2 == boost::system::errc::invalid_argument) in getIndicatorLedState() 172 if (ec == boost::system::errc::invalid_argument) in getSystemLocationIndicatorActive() 194 if (ec2 == boost::system::errc::invalid_argument) in getSystemLocationIndicatorActive()
|
/openbmc/telemetry/src/utils/ |
H A D | dbus_path_utils.cpp | 11 static_cast<int>(std::errc::invalid_argument), in pathAppend() 22 static_cast<int>(std::errc::invalid_argument), in pathAppend() 42 static_cast<int>(std::errc::invalid_argument), "Invalid path prefix"); in reportPathToId()
|
H A D | make_id_name.cpp | 39 static_cast<int>(std::errc::file_exists), "Duplicated id"); in generateId() 71 static_cast<int>(std::errc::file_exists), in generateId()
|
/openbmc/bmcweb/include/ |
H A D | async_resolve.hpp | 72 if (it.ec != std::errc()) in async_resolve() 75 handler(std::make_error_code(std::errc::invalid_argument), in async_resolve() 108 boost::system::errc::address_not_available); in async_resolve()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | subscription.cpp | 278 return boost::system::errc::make_error_code( in retryRespHandler() 279 boost::system::errc::result_out_of_range); in retryRespHandler() 283 return boost::system::errc::make_error_code(boost::system::errc::success); in retryRespHandler()
|
/openbmc/sdbusplus/include/sdbusplus/asio/detail/ |
H A D | async_send_handler.hpp | 57 static_cast<boost::system::errc::errc_t>(message.get_errno())); in do_unpack() 85 make_error_code(static_cast<boost::system::errc::errc_t>(ec)); in operator ()()
|
/openbmc/pldm/oem/ibm/host-bmc/ |
H A D | host_lamp_test.cpp | 55 static_cast<int>(std::errc::invalid_argument), in asserted() 67 static_cast<int>(std::errc::invalid_argument), in asserted()
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | dbus_utils.cpp | 67 boost::system::errc::make_error_code(boost::system::errc::timed_out); in TEST()
|
/openbmc/boost-dbus/include/dbus/ |
H A D | connection.hpp | 172 ec = boost::system::errc::make_error_code( in async_method_call() 173 boost::system::errc::invalid_argument); in async_method_call()
|
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempSensor.cpp | 172 if ((err == boost::system::errc::bad_file_descriptor) || in handleResponse() 186 if (ret.ec != std::errc()) in handleResponse()
|
/openbmc/telemetry/src/ |
H A D | errors.cpp | 41 return static_cast<int>(std::errc::invalid_argument); in get_errno()
|
H A D | trigger_manager.cpp | 67 static_cast<int>(std::errc::invalid_argument), in verifyReportIds() 101 static_cast<int>(std::errc::too_many_files_open), in verifyAddTrigger()
|
/openbmc/bmcweb/http/ |
H A D | http_client.hpp | 89 return boost::system::errc::make_error_code( in defaultRetryHandler() 90 boost::system::errc::result_out_of_range); in defaultRetryHandler() 94 return boost::system::errc::make_error_code(boost::system::errc::success); in defaultRetryHandler() 513 if (ec && ec != boost::beast::errc::not_connected) in shutdownConn()
|
H A D | http_body.hpp | 194 if (readEc != boost::system::errc::operation_would_block && in getWithMaxSize() 195 readEc != boost::system::errc::resource_unavailable_try_again) in getWithMaxSize()
|
/openbmc/dbus-sensors/src/fan/ |
H A D | TachSensor.cpp | 150 if ((err == boost::system::errc::bad_file_descriptor) || in handleResponse() 177 if (ret.ec != std::errc()) in handleResponse()
|
H A D | PresenceGpio.cpp | 100 if (ec != boost::system::errc::bad_file_descriptor) in monitorPresence()
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | IntelCPUSensor.cpp | 234 if ((err == boost::system::errc::bad_file_descriptor) || in handleResponse() 239 if (err == boost::system::errc::operation_canceled) in handleResponse()
|
/openbmc/linux/drivers/net/can/ |
H A D | sun4i_can.c | 533 unsigned int rxerr, txerr, errc; in sun4i_can_err() local 539 errc = readl(priv->base + SUN4I_REG_ERRC_ADDR); in sun4i_can_err() 540 rxerr = (errc >> 16) & 0xFF; in sun4i_can_err() 541 txerr = errc & 0xFF; in sun4i_can_err()
|