| /openbmc/pldm/host-bmc/dbus/ |
| H A D | custom_dbus.hpp | 33 using ObjectPath = std::string; typedef 225 std::unordered_map<ObjectPath, std::unique_ptr<Asset>> asset; 226 std::unordered_map<ObjectPath, std::unique_ptr<Availability>> 228 std::unordered_map<ObjectPath, std::unique_ptr<LocationIntf>> location; 229 std::unordered_map<ObjectPath, std::unique_ptr<InventoryItem>> 231 std::unordered_map<ObjectPath, std::unique_ptr<CPUCore>> cpuCore; 232 std::unordered_map<ObjectPath, std::unique_ptr<ItemChassis>> chassis; 233 std::unordered_map<ObjectPath, std::unique_ptr<PCIeDevice>> pcieDevice; 234 std::unordered_map<ObjectPath, std::unique_ptr<PCIeSlot>> pcieSlot; 235 std::unordered_map<ObjectPath, std::unique_ptr<PowerSupply>> powersupply; [all …]
|
| H A D | custom_dbus.cpp | 220 std::filesystem::path ObjectPath(path); in updateItemPresentStatus() local 227 presentStatus.at(path)->prettyName(ObjectPath.filename()); in updateItemPresentStatus()
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_dbus.hpp | 15 using ObjectPath = std::string; typedef 175 std::map<ObjectPath, std::unique_ptr<SensorIntf>> sensors; 176 std::map<ObjectPath, std::unique_ptr<PurposeIntf>> purposes; 178 std::map<ObjectPath, std::unique_ptr<OperationalStatusIntf>> 181 std::map<ObjectPath, std::unique_ptr<AssociationIntf>> chassisAssociations;
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ObjectPath/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Common/ObjectPath' 8 '../../../../../yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml', 28 'xyz/openbmc_project/Common/ObjectPath',
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ethernet_interface.hpp | 56 using ObjectPath = sdbusplus::message::object_path; typedef 128 ObjectPath ip(IP::Protocol addressType, std::string ipAddress, 135 ObjectPath neighbor(std::string ipAddress, std::string macAddress) override; 142 ObjectPath staticGateway(std::string gateway, 206 ObjectPath createVLAN(uint16_t id);
|
| H A D | network_manager.hpp | 52 ObjectPath vlan(std::string interfaceName, uint32_t id) override;
|
| H A D | ethernet_interface.cpp | 270 ObjectPath EthernetInterface::ip(IP::Protocol protType, std::string ipaddress, in ip() 340 ObjectPath EthernetInterface::neighbor(std::string ipAddress, in neighbor() 393 ObjectPath EthernetInterface::staticGateway(std::string gateway, in staticGateway() 673 ObjectPath EthernetInterface::createVLAN(uint16_t id) in createVLAN() 707 ObjectPath ret = vlanIntf->objPath; in createVLAN()
|
| /openbmc/pldm/fw-update/ |
| H A D | firmware_inventory_manager.hpp | 12 using ObjectPath = pldm::dbus::ObjectPath; typedef
|
| H A D | firmware_inventory_manager.cpp | 92 return std::get<ObjectPath>(response.front()); in getBoardPath()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | fru_oem_ibm.hpp | 14 using ObjectPath = std::string; typedef 15 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>;
|
| H A D | collect_slot_vpd.hpp | 22 using ObjectPath = std::string; typedef 23 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>;
|
| H A D | oem_ibm_handler.hpp | 31 using ObjectPath = std::string; typedef 32 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>;
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | fru.hpp | 38 using ObjectPath = std::string; typedef 39 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>; 40 using ObjectPathToRSIMap = std::map<ObjectPath, uint16_t>; 262 std::map<dbus::ObjectPath, pldm_entity_node*> objToEntityNode{};
|
| /openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
| H A D | hyp_ethernet_interface.hpp | 31 using ObjectPath = sdbusplus::message::object_path; typedef 69 ObjectPath ip(HypIP::Protocol /*addressType*/, std::string /*ipAddress*/, in ip()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.hpp | 31 using ObjectPath = std::string; typedef 32 using InterfaceKey = std::tuple<ObjectPath, InterfaceName>;
|
| /openbmc/ibm-logging/ |
| H A D | interfaces.hpp | 16 sdbusplus::xyz::openbmc_project::Common::server::ObjectPath;
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
| H A D | meson.build | 8 subdir('ObjectPath') subdir 181 '../../../../yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml', 183 output: ['ObjectPath.md'], 195 'xyz/openbmc_project/Common/ObjectPath',
|
| /openbmc/phosphor-user-manager/phosphor-ldap-config/ |
| H A D | ldap_config.hpp | 33 using ObjectPath = sdbusplus::message::object_path; typedef 210 ObjectPath create(std::string groupName, std::string privilege) override;
|
| /openbmc/sdbusplus/test/message/ |
| H A D | native_types.cpp | 16 TEST(MessageNativeTypeConversions, ObjectPath) in TEST() argument
|
| H A D | types.cpp | 39 TEST(MessageTypes, ObjectPath) in TEST() argument
|
| H A D | append.cpp | 221 TEST_F(AppendTest, ObjectPath) in TEST_F() argument
|
| /openbmc/pldm/common/ |
| H A D | types.hpp | 83 using ObjectPath = std::string; typedef 101 using Configurations = std::map<dbus::ObjectPath, MctpInfo>;
|
| H A D | utils.hpp | 190 using ObjectPath = std::string; typedef 200 using GetSubTreeResponse = std::vector<std::pair<ObjectPath, MapperServiceMap>>; 205 std::vector<std::pair<ObjectPath, MapperServiceMap>>;
|
| /openbmc/docs/designs/ |
| H A D | code-update.md | 91 note over CU: ObjectPath = /xyz/openbmc_project/Software/<SwId> 92 …CU ->> CU: Create Interface<br>xyz.openbmc_project.Software.Activation<br> at ObjectPath with Stat… 93 CU -->> BMCW: {ObjectPath, Success} 97 … Create Matcher<br>(PropertiesChanged,<br> xyz.openbmc_project.Software.Activation,<br> ObjectPath) 98 …Matcher<br>(PropertiesChanged,<br> xyz.openbmc_project.Software.ActivationProgress,<br> ObjectPath) 115 CU ->> CU: Create Interface<br> xyz.openbmc_project.Software.Version<br> at ObjectPath 116 … CU ->> CU: Create Interface<br>xyz.openbmc_project.Software.ActivationProgress<br> at ObjectPath 117 … CU: Create Interface<br> xyz.openbmc_project.Software.ActivationBlocksTransition<br> at ObjectPath 132 CU ->> CU: Create Interface<br> xyz.openbmc_project.Software.Update<br> at ObjectPath 133 note over CU: Delete all interfaces on previous ObjectPath
|
| /openbmc/pldm/requester/ |
| H A D | mctp_endpoint_discovery.cpp | 180 using ObjectPath = sdbusplus::message::object_path; in getAddedMctpInfos() typedef 181 ObjectPath objPath; in getAddedMctpInfos()
|