Home
last modified time | relevance | path

Searched refs:errc (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/telemetry/tests/src/
H A Dtest_trigger_manager.cpp78 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 Dtest_report_manager.cpp127 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 Dtest_trigger.cpp124 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 Dtest_report.cpp180 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 Dconnection.hpp147 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 Dproperty.hpp66 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 Dredfish_util.hpp228 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 Dled.hpp47 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 Ddbus_path_utils.cpp11 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 Dmake_id_name.cpp39 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 Dasync_resolve.hpp72 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 Dsubscription.cpp278 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 Dasync_send_handler.hpp57 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 Dhost_lamp_test.cpp55 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 Ddbus_utils.cpp67 boost::system::errc::make_error_code(boost::system::errc::timed_out); in TEST()
/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp172 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 DHwmonTempSensor.cpp172 if ((err == boost::system::errc::bad_file_descriptor) || in handleResponse()
186 if (ret.ec != std::errc()) in handleResponse()
/openbmc/telemetry/src/
H A Derrors.cpp41 return static_cast<int>(std::errc::invalid_argument); in get_errno()
H A Dtrigger_manager.cpp67 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 Dhttp_client.hpp89 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 Dhttp_body.hpp194 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 DTachSensor.cpp150 if ((err == boost::system::errc::bad_file_descriptor) || in handleResponse()
177 if (ret.ec != std::errc()) in handleResponse()
H A DPresenceGpio.cpp100 if (ec != boost::system::errc::bad_file_descriptor) in monitorPresence()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp234 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 Dsun4i_can.c533 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()

123