Searched refs:dbusType (Results 1 – 3 of 3) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/message/ |
H A D | append.hpp | 164 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local 165 intf->sd_bus_message_append_basic(m, dbusType, in op() 198 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local 199 intf->sd_bus_message_append_basic(m, dbusType, &s.fd); in op() 213 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local 214 intf->sd_bus_message_append_basic(m, dbusType, s.c_str()); in op() 237 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op() local 238 intf->sd_bus_message_append_basic(m, dbusType, s.str.c_str()); in op() 249 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op() local 250 intf->sd_bus_message_append_basic(m, dbusType, s.str.c_str()); in op() [all …]
|
H A D | read.hpp | 143 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local 144 int r = intf->sd_bus_message_read_basic(m, dbusType, &t); in op() 185 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local 187 int r = intf->sd_bus_message_read_basic(m, dbusType, &str); in op() 204 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op() local 206 int r = intf->sd_bus_message_read_basic(m, dbusType, &i); in op() 223 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op() local 225 dbusType.data() + 1); in op() 261 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op() local 263 dbusType.data() + 1); in op() [all …]
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems.hpp | 649 inline std::string dbusToRfBootType(const std::string& dbusType) in dbusToRfBootType() argument 651 if (dbusType == "xyz.openbmc_project.Control.Boot.Type.Types.Legacy") in dbusToRfBootType() 655 if (dbusType == "xyz.openbmc_project.Control.Boot.Type.Types.EFI") in dbusToRfBootType()
|