/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | worker.hpp | 248 types::InterfaceMap& interfaces, 258 types::InterfaceMap& interfaces); 283 types::InterfaceMap& interfaces); 297 types::InterfaceMap& interfaces); 306 void populateIPZVPDpropertyMap(types::InterfaceMap& interfacePropMap, 317 types::InterfaceMap& interfaceMap); 327 types::InterfaceMap& interfaceMap, 333 * This method checks in the given inventory::InterfaceMap if the given 337 * present in propertymap already exist in the InterfaceMap, then the new 340 * @param[in,out] interfaceMap - map object of type inventory::InterfaceMap [all...] |
H A D | types.hpp | 102 using InterfaceMap = std::map<std::string, PropertyMap>; typedef 103 using ObjectMap = std::map<sdbusplus::message::object_path, InterfaceMap>;
|
/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-fan-presence/ |
H A D | utility.hpp | 104 using InterfaceMap = std::map<Interface, PropertyMap>; in getObjMap() typedef 107 using ObjectMap = std::map<Object, InterfaceMap>; in getObjMap() 110 InterfaceMap interfaceMap; in getObjMap()
|
/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/pldm/libpldmresponder/ |
H A D | fru.hpp | 31 using InterfaceMap = std::map<Interface, PropertyMap>; typedef 32 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>; 160 const dbus::InterfaceMap& intfMaps); 247 void populateRecords(const dbus::InterfaceMap& interfaces,
|
/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/openpower-vpd-parser/vpd-manager/src/ |
H A D | worker.cpp | 552 types::InterfaceMap& interfacePropMap, in populateIPZVPDpropertyMap() 581 types::InterfaceMap& interfaceMap) in populateKwdVPDpropertyMap() 642 types::InterfaceMap& interfaceMap, in populateInterfaces() 812 types::InterfaceMap l_interfaces; in primeInventory() 896 types::InterfaceMap& interfaces) in processEmbeddedAndSynthesizedFrus() 921 types::InterfaceMap& interfaces, in processExtraInterfaces() 953 types::InterfaceMap& interfaces) in processInheritFlag() 971 types::InterfaceMap& interfaces) in processInheritFlag() 1036 types::InterfaceMap& io_interfaces) in processFunctionalProperty() 1075 types::InterfaceMap in processEnabledProperty() [all...] |
/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 | 93 InterfaceMap invIntf; in getObjectMap()
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.hpp | 27 using InterfaceMap = std::map<std::string, PropertyMap>; typedef 30 std::map<sdbusplus::message::object_path, InterfaceMap>; 116 const InterfaceMap& ifacemap, const std::string& name, in VirtualSensor() 189 void initVirtualSensor(const InterfaceMap& 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>; 57 InterfaceMap invIntf; in setPresence() 95 InterfaceMap invIntf; in setAvailable()
|
/openbmc/phosphor-gpio-monitor/ |
H A D | evdev.hpp | 60 using InterfaceMap = std::map<Interface, PropertyMap>; typedef in phosphor::gpio::Evdev 63 using ObjectMap = std::map<Object, InterfaceMap>;
|
/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-gpio-monitor/presence/ |
H A D | gpio_presence.hpp | 39 using InterfaceMap = std::map<Interface, PropertyMap>; typedef in phosphor::gpio::presence::Presence 42 using ObjectMap = std::map<Object, InterfaceMap>;
|
/openbmc/phosphor-gpio-monitor/multi-presence/ |
H A D | gpio_presence.hpp | 40 using InterfaceMap = std::map<Interface, PropertyMap>; typedef in phosphor::gpio::GpioPresence 43 using ObjectMap = std::map<Object, InterfaceMap>;
|
/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/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/pldm/common/ |
H A D | types.hpp | 87 using InterfaceMap = std::map<Interface, PropertyMap>; typedef 88 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>;
|
H A D | utils.hpp | 200 using InterfaceMap = std::map<std::string, PropertyMap>; typedef 201 using ObjectValueTree = std::map<sdbusplus::message::object_path, InterfaceMap>;
|
/openbmc/ipmi-fru-parser/scripts/ |
H A D | extra-properties.cpp.mako | 9 extern const std::map<Path, InterfaceMap> extras = {
|
/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/phosphor-host-ipmid/include/ipmid/ |
H A D | types.hpp | 196 using InterfaceMap = std::map<DbusInterface, PropertyMap>; typedef 199 using ObjectMap = std::map<Object, InterfaceMap>;
|