Home
last modified time | relevance | path

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

1234

/openbmc/telemetry/tests/src/
H A Dtest_trigger_manager.cpp85 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
100 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
112 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
124 EXPECT_THAT(ec.value(), Eq(boost::system::errc::file_exists)); in TEST_F()
134 EXPECT_THAT(ec.value(), Eq(boost::system::errc::invalid_argument)); in TEST_F()
145 EXPECT_THAT(ec.value(), Eq(boost::system::errc::invalid_argument)); in TEST_F()
155 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
166 EXPECT_THAT(ec.value(), Eq(boost::system::errc::invalid_argument)); in TEST_F()
177 EXPECT_THAT(ec.value(), Eq(boost::system::errc::invalid_argument)); in TEST_F()
191 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
[all …]
H A Dtest_report_manager.cpp128 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
141 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
160 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
173 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
186 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()
211 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
223 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
234 EXPECT_THAT(ec.value(), Eq(boost::system::errc::success)); in TEST_F()
248 EXPECT_THAT(ec.value(), Eq(boost::system::errc::invalid_argument)); in TEST_F()
[all …]
H A Dtest_trigger.cpp123 Eq(boost::system::errc::success);
191 Eq(boost::system::errc::success)); in TEST_F()
202 Eq(boost::system::errc::success)); in TEST_F()
220 Eq(boost::system::errc::success)); in TEST_F()
233 Eq(boost::system::errc::success)); in TEST_F()
247 Eq(boost::system::errc::invalid_argument)); in TEST_F()
259 Eq(boost::system::errc::invalid_argument)); in TEST_F()
272 Eq(boost::system::errc::invalid_argument)); in TEST_F()
285 Eq(boost::system::errc::invalid_argument)); in TEST_F()
297 Eq(boost::system::errc::invalid_argument)); in TEST_F()
[all …]
H A Dtest_report.cpp178 Eq(boost::system::errc::success);
284 Eq(boost::system::errc::success)); in TEST_F()
312 Eq(boost::system::errc::invalid_argument)); in TEST_F()
326 Eq(boost::system::errc::success)); in TEST_F()
349 Eq(boost::system::errc::success)); in TEST_F()
367 Eq(boost::system::errc::success)); in TEST_F()
378 Eq(boost::system::errc::invalid_argument)); in TEST_F()
421 Eq(boost::system::errc::success)); in TEST_F()
431 Eq(boost::system::errc::success)); in TEST_F()
442 Eq(boost::system::errc::invalid_argument)); in TEST_F()
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp229 boost::system::errc::make_error_code( in getPortNumber()
230 boost::system::errc::bad_message); in getPortNumber()
241 ec2 != std::errc()) in getPortNumber()
246 boost::system::errc::make_error_code( in getPortNumber()
247 boost::system::errc::invalid_argument); in getPortNumber()
248 if (ec2 == std::errc::result_out_of_range) in getPortNumber()
250 ec3 = boost::system::errc::make_error_code( in getPortNumber()
251 boost::system::errc::result_out_of_range); in getPortNumber()
H A Dled.hpp40 if (ec == boost::system::errc::invalid_argument) in getIndicatorLedState()
62 if (ec2 == boost::system::errc::invalid_argument) in getIndicatorLedState()
164 if (ec == boost::system::errc::invalid_argument) in getSystemLocationIndicatorActive()
185 if (ec2 == boost::system::errc::invalid_argument) in getSystemLocationIndicatorActive()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp133 ec = boost::system::errc::make_error_code( in unpack()
134 boost::system::errc::invalid_argument); in unpack()
195 ec = boost::system::errc::make_error_code( in async_method_call_timed()
196 static_cast<boost::system::errc::errc_t>(e.get_errno())); in async_method_call_timed()
281 ec = boost::system::errc::make_error_code( in yield_method_call()
282 static_cast<boost::system::errc::errc_t>(e.get_errno())); in yield_method_call()
294 ec = boost::system::errc::make_error_code( in yield_method_call()
295 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/openbmc/poky/meta/recipes-support/vte/vte/
H A D0005-color-parser-Use-fast_float-implementation-for-from_.patch37 if (rv.ec != std::errc{} || rv.ptr != end)
46 if (rv.ec != std::errc{} || rv.ptr != end)
55 if (rv.ec != std::errc{} || rv.ptr == end || *rv.ptr != '/')
59 if (rv.ec != std::errc{} || rv.ptr == end || *rv.ptr != '/')
63 if (rv.ec != std::errc{} || rv.ptr != end)
87 err == std::errc() && ptr == std::end(str)) {
100 err == std::errc() &&
/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()
74 static_cast<int>(std::errc::file_exists), in generateId()
/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp157 if (ec == boost::system::errc::operation_canceled) in onHbTimeout()
332 return boost::system::errc::make_error_code( in retryRespHandler()
333 boost::system::errc::result_out_of_range); in retryRespHandler()
337 return boost::system::errc::make_error_code(boost::system::errc::success); in retryRespHandler()
/openbmc/bmcweb/include/
H A Dasync_resolve.hpp83 if (it.ec != std::errc()) in async_resolve()
86 handler(std::make_error_code(std::errc::invalid_argument), in async_resolve()
119 boost::system::errc::address_not_available); in async_resolve()
/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/dbus-sensors/src/mctp/
H A DMCTPDeviceRepository.hpp41 std::make_error_code(std::errc::device_or_resource_busy), in add()
53 std::make_error_code(std::errc::no_such_device), in remove()
/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.cpp69 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/fan/
H A DPresenceGpio.cpp107 if (ec != boost::system::errc::bad_file_descriptor) in monitorPresence()
161 if (ec != boost::system::errc::bad_file_descriptor) in pollTimerHandler()
H A DTachSensor.cpp151 if ((err == boost::system::errc::bad_file_descriptor) || in handleResponse()
178 if (ret.ec != std::errc()) in handleResponse()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempSensor.cpp177 if ((err == boost::system::errc::bad_file_descriptor) || in handleResponse()
191 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.cpp82 static_cast<int>(std::errc::invalid_argument), in verifyReportIds()
116 static_cast<int>(std::errc::too_many_files_open), in verifyAddTrigger()
/openbmc/phosphor-networkd/src/
H A Dncsi_cmd.cpp138 if (err != std::errc() || next != end) in parsePayload()
157 if (err != std::errc() || next != end) in parsePayload()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp99 return boost::system::errc::make_error_code( in defaultRetryHandler()
100 boost::system::errc::result_out_of_range); in defaultRetryHandler()
104 return boost::system::errc::make_error_code(boost::system::errc::success); in defaultRetryHandler()
522 if (ec && ec != boost::beast::errc::not_connected) in shutdownConn()

1234