Home
last modified time | relevance | path

Searched refs:DbusVariantType (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/bmcweb/test/redfish-core/include/
H A Ddbus_log_watcher_test.cpp20 DbusVariantType(std::vector<std::string>{"KEY=VALUE"})}, in TEST()
21 {"EventId", DbusVariantType("")}, in TEST()
22 {"Id", DbusVariantType(static_cast<uint32_t>(1838))}, in TEST()
26 {"Message", DbusVariantType("OpenBMC.0.1.PowerButtonPressed")}, in TEST()
27 {"Resolution", DbusVariantType("")}, in TEST()
28 {"Resolved", DbusVariantType(true)}, in TEST()
29 {"ServiceProviderNotify", DbusVariantType("")}, in TEST()
30 {"Severity", DbusVariantType("")}, in TEST()
31 {"Timestamp", DbusVariantType(static_cast<uint64_t>(1638312095123))}, in TEST()
32 {"UpdateTimestamp", DbusVariantType(static_cast<uint64_t>(3899))}, in TEST()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dparser_interface.hpp36 virtual types::DbusVariantType readKeywordFromHardware( in readKeywordFromHardware()
39 return types::DbusVariantType(); in readKeywordFromHardware()
H A Dparser.hpp100 types::DbusVariantType& o_updatedValue);
H A Dlistener.hpp161 const types::DbusVariantType& i_value) const noexcept;
H A Dmanager.hpp116 types::DbusVariantType readKeyword(
H A Dipz_parser.hpp90 types::DbusVariantType readKeywordFromHardware(
H A Dtypes.hpp40 using DbusVariantType = std::variant< typedef
101 using PropertyMap = std::map<std::string, DbusVariantType>;
/openbmc/bmcweb/test/redfish-core/lib/
H A Dchassis_test.cpp113 dbus::utility::DbusVariantType( in TEST()
122 dbus::utility::DbusVariantType( in TEST()
134 dbus::utility::DbusVariantType( in TEST()
146 dbus::utility::DbusVariantType(123)); in TEST()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.hpp31 using DbusVariantType = typedef
38 std::unordered_map<std::string, DbusVariantType>>>;
H A Ddbusconfiguration.cpp292 inline DbusVariantType getPIDAttribute( in getPIDAttribute()
293 const std::unordered_map<std::string, DbusVariantType>& base, in getPIDAttribute()
305 const std::unordered_map<std::string, DbusVariantType>& zone, in getCycleTimeSetting()
332 const std::unordered_map<std::string, DbusVariantType>& base, in populatePidInfo()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp178 inline types::DbusVariantType readDbusProperty( in readDbusProperty()
182 types::DbusVariantType propertyValue; in readDbusProperty()
228 const types::DbusVariantType& propertyValue) in writeDbusProperty()
653 types::DbusVariantType l_retVal = readDbusProperty( in getImagePrefix()
667 types::DbusVariantType l_retValPriority = in getImagePrefix()
685 types::DbusVariantType l_retExVer = readDbusProperty( in getImagePrefix()
832 auto l_serviceNameVar = l_result.unpack<types::DbusVariantType>(); in getServiceNameFromConnectionId()
H A Dvpd_specific_utility.hpp1567 types::DbusVariantType{commonUtility::getCurrentTimeSinceEpoch()}); in setCollectionStatusProperty()
1573 types::DbusVariantType{commonUtility::getCurrentTimeSinceEpoch()}); in setCollectionStatusProperty()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_types.hpp19 using DbusVariantType = std::variant< typedef
72 using PropertyMap = std::map<std::string, DbusVariantType>;
H A Dtool_utils.hpp40 inline types::DbusVariantType readDbusProperty( in readDbusProperty()
44 types::DbusVariantType l_propertyValue; in readDbusProperty()
193 inline types::DbusVariantType readKeywordFromHardware( in readKeywordFromHardware()
204 types::DbusVariantType l_propertyValue; in readKeywordFromHardware()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dparser.cpp91 types::DbusVariantType& o_updatedValue) in updateVpdKeyword()
177 types::DbusVariantType l_keywordValue; in updateVpdKeyword()
306 types::DbusVariantType o_updatedValue; in updateVpdKeyword()
H A Dipz_parser.cpp537 types::DbusVariantType IpzVpdParser::readKeywordFromHardware( in readKeywordFromHardware()
567 return types::DbusVariantType{getKeywordValueFromRecord( in readKeywordFromHardware()
584 return types::DbusVariantType{ in readKeywordFromHardware()
602 return types::DbusVariantType{ in readKeywordFromHardware()
H A Dmanager.cpp77 -> types::DbusVariantType { in Manager()
238 types::DbusVariantType l_updatedValue; in updateKeyword()
386 types::DbusVariantType Manager::readKeyword( in readKeyword()
H A Dlistener.cpp515 const types::DbusVariantType& i_propertyValue) const noexcept in updateCorrelatedProperty()
523 types::DbusVariantType l_valueToUpdate; in updateCorrelatedProperty()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dsensor_utils_test.cpp296 using dbus::utility::DbusVariantType;
331 {"MaxValue", DbusVariantType(static_cast<double>(200))}, in TEST()
332 {"MinValue", DbusVariantType(static_cast<double>(0))}, in TEST()
333 {"Value", DbusVariantType(static_cast<double>(100))}, in TEST()
/openbmc/bmcweb/include/
H A Ddbus_utility.hpp34 using DbusVariantType = std::variant< typedef
66 using DBusPropertiesMap = std::vector<std::pair<std::string, DbusVariantType>>;
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp41 types::DbusVariantType l_keywordValue; in readKeyword()
320 types::DbusVariantType l_keyWordValue; in getInventoryPropertyJson()
685 types::DbusVariantType l_srcKeywordVariant; in fetchKeywordInfo()
716 types::DbusVariantType l_dstKeywordVariant; in fetchKeywordInfo()
792 types::DbusVariantType l_keyWordValue; in isFruPresent()
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage_chassis.hpp123 std::pair<std::string, dbus::utility::DbusVariantType>>& in getDriveItemProperties()
132 for (const std::pair<std::string, dbus::utility::DbusVariantType>& in getDriveItemProperties()
H A Dpower.hpp149 for (const std::pair<std::string, dbus::utility::DbusVariantType>& in afterPowerCapSettingGet()
H A Dmetric_report_definition.hpp958 dbus::utility::DbusVariantType{readingParams}); in setReadingParams()
1025 dbus::utility::DbusVariantType{enabled}); in setReportEnabled()
1141 dbus::utility::DbusVariantType{dbusReportUpdates}); in setReportUpdates()
1189 dbus::utility::DbusVariantType{dbusReportActions}); in setReportActions()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp126 dbus::utility::DbusVariantType>& in asyncPopulatePid()
167 dbus::utility::DbusVariantType>& in asyncPopulatePid()

12