Home
last modified time | relevance | path

Searched refs:InterfaceMap (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dworker.hpp204 types::InterfaceMap& interfaces,
214 types::InterfaceMap& interfaces);
239 types::InterfaceMap& interfaces);
253 types::InterfaceMap& interfaces);
262 void populateIPZVPDpropertyMap(types::InterfaceMap& interfacePropMap,
273 types::InterfaceMap& interfaceMap);
283 types::InterfaceMap& interfaceMap,
386 types::InterfaceMap& io_interfaces);
401 types::InterfaceMap& io_interfaces);
/openbmc/openpower-vpd-parser/wait-vpd-parser/include/
H A Dprime_inventory.hpp78 vpd::types::InterfaceMap& io_interfaceMap,
114 vpd::types::InterfaceMap& io_interfaces) const noexcept;
131 vpd::types::InterfaceMap& io_interfaces) const noexcept;
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_fru_test.cpp127 dbus::InterfaceMap systemIface{ in TEST()
129 dbus::InterfaceMap chassisIface{ in TEST()
131 dbus::InterfaceMap motherboardIface{ in TEST()
170 InterfaceMap iface = {{"xyz.openbmc_project.Inventory.Item.Chassis", {}}}; in TEST()
180 InterfaceMap invalidIface = { in TEST()
/openbmc/phosphor-hwmon/
H A Dtypes.hpp12 using InterfaceMap = std::map<InterfaceType, std::any>; typedef
13 using ObjectInfo = std::tuple<sdbusplus::bus_t*, std::string, InterfaceMap>;
H A Dsensor.cpp125 auto& obj = std::get<InterfaceMap>(info); in addValue()
215 auto& obj = std::get<InterfaceMap>(info); in addStatus()
269 auto& obj = std::get<InterfaceMap>(info); in addAccuracy()
285 auto& obj = std::get<InterfaceMap>(info); in addPriority()
/openbmc/ipmi-fru-parser/
H A Dtypes.hpp32 using InterfaceMap = std::map<Interface, PropertyMap>; typedef
35 using ObjectMap = std::map<Object, InterfaceMap>;
/openbmc/phosphor-fan-presence/
H A Dutility.hpp100 using InterfaceMap = std::map<Interface, PropertyMap>; in getObjMap() typedef
103 using ObjectMap = std::map<Object, InterfaceMap>; in getObjMap()
106 InterfaceMap interfaceMap; in getObjMap()
/openbmc/phosphor-fan-presence/cooling-type/
H A Dcooling_type.hpp29 using InterfaceMap = std::map<Interface, PropertyMap>; typedef in phosphor::cooling::type::CoolingType
32 using ObjectMap = std::map<Object, InterfaceMap>;
H A Dcooling_type.cpp83 InterfaceMap invIntf; in getObjectMap()
/openbmc/phosphor-gpio-monitor/
H A Devdev.hpp63 using InterfaceMap = std::map<Interface, PropertyMap>; typedef in phosphor::gpio::Evdev
66 using ObjectMap = std::map<Object, InterfaceMap>;
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp22 using InterfaceMap = std::map<Interface, PropertyMap>; typedef
24 using ObjectMap = std::map<Object, InterfaceMap>;
55 InterfaceMap invIntf; in setPresence()
91 InterfaceMap invIntf; in setAvailable()
/openbmc/pldm/libpldmresponder/
H A Dfru.hpp36 using InterfaceMap = std::map<Interface, PropertyMap>; typedef
37 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>;
176 const dbus::InterfaceMap& intfMaps);
277 void populateRecords(const dbus::InterfaceMap& interfaces,
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.hpp23 using InterfaceMap = std::map<std::string, PropertyMap>; typedef
78 inline bool isInProgress(const InterfaceMap& interfaces) in isInProgress()
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.hpp27 using InterfaceMap = std::map<std::string, PropertyMap>; typedef
30 std::map<sdbusplus::message::object_path, InterfaceMap>;
120 const InterfaceMap& ifacemap, const std::string& name, in VirtualSensor()
197 void initVirtualSensor(const InterfaceMap& interfaceMap,
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.hpp42 using InterfaceMap = std::map<Interface, PropertyMap>; typedef in phosphor::gpio::presence::Presence
45 using ObjectMap = std::map<Object, InterfaceMap>;
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp60 types::InterfaceMap& interfacePropMap, in populateIPZVPDpropertyMap()
89 types::InterfaceMap& interfaceMap) in populateKwdVPDpropertyMap()
159 types::InterfaceMap& interfaceMap, in populateInterfaces()
359 types::InterfaceMap& interfaces) in processEmbeddedAndSynthesizedFrus()
392 types::InterfaceMap& interfaces, in processExtraInterfaces()
432 types::InterfaceMap& interfaces) in processCopyRecordFlag()
450 types::InterfaceMap& interfaces) in processInheritFlag()
519 types::InterfaceMap& io_interfaces) in processFunctionalProperty()
566 types::InterfaceMap& io_interfaces) in processEnabledProperty()
625 types::InterfaceMap interfaces; in populateDbus()
[all …]
/openbmc/ibm-logging/
H A Dmanager.hpp51 using InterfaceMap = std::map<InterfaceType, std::any>; typedef in ibm::logging::Manager
52 using EntryMap = std::map<EntryID, InterfaceMap>;
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.hpp60 using InterfaceMap = std::map<Interface, PropertyMap>; typedef in phosphor::fan::monitor::Fan
63 using ObjectMap = std::map<Object, InterfaceMap>;
/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dgpio_presence.hpp43 using InterfaceMap = std::map<Interface, PropertyMap>; typedef in phosphor::gpio::GpioPresence
46 using ObjectMap = std::map<Object, InterfaceMap>;
/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.cpp34 using InterfaceMap = std::map<InterfaceName, PropertyMap>; typedef
40 InterfaceMap interfaceMap; in fwIntfAddedCallback()
/openbmc/ipmi-fru-parser/scripts/
H A Dextra-properties.cpp.mako9 extern const std::map<Path, InterfaceMap> extras = {
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dprime_inventory.cpp157 vpd::types::InterfaceMap l_interfaces; in primeInventory()
260 vpd::types::InterfaceMap& io_interfaceMap, in populateInterfaces()
449 vpd::types::InterfaceMap& io_interfaces) const noexcept in processFunctionalProperty()
497 vpd::types::InterfaceMap& io_interfaces) const noexcept in processEnabledProperty()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp35 using InterfaceMap = std::unordered_map<InterfaceName, PropertyMap>; typedef
132 InterfaceMap interfaces; in created()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp310 inline int insertOrMerge(types::InterfaceMap& io_map, in insertOrMerge()
656 types::InterfaceMap& io_interfaceMap, in resetDataUnderPIM()
996 types::InterfaceMap{ in updateKwdOnInheritedFrus()
1042 inline types::InterfaceMap getCommonInterfaceProperties( in getCommonInterfaceProperties()
1046 types::InterfaceMap l_interfaceMap; in getCommonInterfaceProperties()
1181 const types::InterfaceMap l_interfaceMap = getCommonInterfaceProperties( in updateCiPropertyOfInheritedFrus()
1453 types::InterfaceMap l_interfaces; in setCollectionStatusProperty()
/openbmc/pldm/common/
H A Dtypes.hpp94 using InterfaceMap = std::map<Interface, PropertyMap>; typedef
95 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>;

12