Home
last modified time | relevance | path

Searched refs:dbusType (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/message/
H A Dappend.hpp109 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local
110 intf->sd_bus_message_append_basic(m, dbusType, in op()
143 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local
144 intf->sd_bus_message_append_basic(m, dbusType, &s.fd); in op()
158 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local
159 intf->sd_bus_message_append_basic(m, dbusType, s.c_str()); in op()
182 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op() local
183 intf->sd_bus_message_append_basic(m, dbusType, s.str.c_str()); in op()
194 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op() local
195 intf->sd_bus_message_append_basic(m, dbusType, s.str.c_str()); in op()
[all …]
H A Dread.hpp83 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local
84 int r = intf->sd_bus_message_read_basic(m, dbusType, &t); in op()
124 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op() local
126 int r = intf->sd_bus_message_read_basic(m, dbusType, &str); in op()
142 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op() local
144 int r = intf->sd_bus_message_read_basic(m, dbusType, &i); in op()
165 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op() local
167 dbusType.data() + 1); in op()
212 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op() local
214 intf->sd_bus_message_read_array(m, dbusType[1], &p, &sizeInBytes); in op()
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp573 inline std::string dbusToRfBootType(const std::string& dbusType) in dbusToRfBootType() argument
575 if (dbusType == "xyz.openbmc_project.Control.Boot.Type.Types.Legacy") in dbusToRfBootType()
579 if (dbusType == "xyz.openbmc_project.Control.Boot.Type.Types.EFI") in dbusToRfBootType()