Home
last modified time | relevance | path

Searched refs:convert_from_string (Results 1 – 15 of 15) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/message/
H A Dnative_types.hpp179 struct convert_from_string struct
201 auto convert_from_string(const std::string& str) noexcept in convert_from_string() function
203 return details::convert_from_string<T>::op(str); in convert_from_string()
226 -> decltype(convert_from_string<T>::op(std::declval<std::string>()),
240 struct convert_from_string<std::variant<Types...>> struct
264 auto r = convert_from_string<T>::op(str); in process()
H A Dread.hpp159 auto r = sdbusplus::message::convert_from_string<Td<T>>(value); in op()
389 sdbusplus::message::convert_from_string<std::variant<Args...>>( in read()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dplatform_oem_ibm.cpp37 auto currHostState = sdbusplus::message::convert_from_string<Stages>( in sendBiosAttributeUpdateEvent()
/openbmc/phosphor-inventory-manager/
H A Dutils.hpp84 auto r = sdbusplus::message::convert_from_string<T>( in make()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Devent.cpp.mako56 sdbusplus::message::convert_from_string<decltype(${m.camelCase})>(
H A Dinterface.common.hpp.mako181 struct convert_from_string<common::${interface.cppNamespacedClass()}::${e.name}>
/openbmc/phosphor-fan-presence/
H A Dpower_state.hpp287 sdbusplus::message::convert_from_string<HostState>( in hostStateChanged()
/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp89 sdbusplus::message::convert_from_string<BMC::RebootCause>( in main()
H A Dutils.cpp251 if (sdbusplus::message::convert_from_string<BMC::BMCState>(bmcState) != in isBmcReady()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dupdate_manager.cpp151 sdbusplus::message::convert_from_string<Version::VersionPurpose>( in processImage()
H A Dimage_manager.cpp184 sdbusplus::message::convert_from_string<Version::VersionPurpose>( in processImage()
H A Dimage_verify.cpp51 sdbusplus::message::convert_from_string<VersionPurpose>(purposeString); in Signature()
/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.cpp199 auto currHostState = sdbusplus::message::convert_from_string<Stages>( in isHostOn()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp324 auto bootMode = sdbusplus::message::convert_from_string<boot::BootMode>( in getBootOrder()
336 auto bootType = sdbusplus::message::convert_from_string<boot::BootType>( in getBootOrder()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1120 sdbusplus::message::convert_from_string<Intrusion::Status>( in getChassisIntrusionStatus()