| /openbmc/openpower-vpd-parser/vpd-manager/include/ |
| H A D | worker.hpp | 204 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 D | prime_inventory.hpp | 78 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 D | libpldmresponder_fru_test.cpp | 127 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 D | types.hpp | 12 using InterfaceMap = std::map<InterfaceType, std::any>; typedef 13 using ObjectInfo = std::tuple<sdbusplus::bus_t*, std::string, InterfaceMap>;
|
| H A D | sensor.cpp | 125 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 D | types.hpp | 32 using InterfaceMap = std::map<Interface, PropertyMap>; typedef 35 using ObjectMap = std::map<Object, InterfaceMap>;
|
| /openbmc/phosphor-fan-presence/ |
| H A D | utility.hpp | 100 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 D | cooling_type.hpp | 29 using InterfaceMap = std::map<Interface, PropertyMap>; typedef in phosphor::cooling::type::CoolingType 32 using ObjectMap = std::map<Object, InterfaceMap>;
|
| H A D | cooling_type.cpp | 83 InterfaceMap invIntf; in getObjectMap()
|
| /openbmc/phosphor-gpio-monitor/ |
| H A D | evdev.hpp | 63 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 D | util.hpp | 22 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 D | fru.hpp | 36 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 D | dump_monitor.hpp | 23 using InterfaceMap = std::map<std::string, PropertyMap>; typedef 78 inline bool isInProgress(const InterfaceMap& interfaces) in isInProgress()
|
| /openbmc/phosphor-virtual-sensor/src/ |
| H A D | virtualSensor.hpp | 27 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 D | gpio_presence.hpp | 42 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 D | worker.cpp | 60 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 D | manager.hpp | 51 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 D | fan.hpp | 60 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 D | gpio_presence.hpp | 43 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 D | fw_update_watch.cpp | 34 using InterfaceMap = std::map<InterfaceName, PropertyMap>; typedef 40 InterfaceMap interfaceMap; in fwIntfAddedCallback()
|
| /openbmc/ipmi-fru-parser/scripts/ |
| H A D | extra-properties.cpp.mako | 9 extern const std::map<Path, InterfaceMap> extras = {
|
| /openbmc/openpower-vpd-parser/wait-vpd-parser/src/ |
| H A D | prime_inventory.cpp | 157 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 D | fru-fault-monitor.cpp | 35 using InterfaceMap = std::unordered_map<InterfaceName, PropertyMap>; typedef 132 InterfaceMap interfaces; in created()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | vpd_specific_utility.hpp | 310 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 D | types.hpp | 94 using InterfaceMap = std::map<Interface, PropertyMap>; typedef 95 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>;
|