/openbmc/pldm/host-bmc/dbus/ |
H A D | custom_dbus.hpp | 22 using ObjectPath = std::string; typedef 139 std::unordered_map<ObjectPath, std::unique_ptr<LocationIntf>> location; 140 std::unordered_map<ObjectPath, std::unique_ptr<CPUCore>> cpuCore; 141 std::unordered_map<ObjectPath, std::unique_ptr<PCIeDevice>> pcieDevice; 142 std::unordered_map<ObjectPath, std::unique_ptr<PCIeSlot>> pcieSlot; 143 std::unordered_map<ObjectPath, std::unique_ptr<Cable>> cable; 144 std::unordered_map<ObjectPath, std::unique_ptr<Motherboard>> motherboard;
|
/openbmc/openpower-occ-control/ |
H A D | occ_dbus.hpp | 14 using ObjectPath = std::string; typedef 163 std::map<ObjectPath, std::unique_ptr<SensorIntf>> sensors; 165 std::map<ObjectPath, std::unique_ptr<OperationalStatusIntf>> 168 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', 23 '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 | 266 ObjectPath EthernetInterface::ip(IP::Protocol protType, std::string ipaddress, in ip() 336 ObjectPath EthernetInterface::neighbor(std::string ipAddress, in neighbor() 389 ObjectPath EthernetInterface::staticGateway(std::string gateway, in staticGateway() 646 ObjectPath EthernetInterface::createVLAN(uint16_t id) in createVLAN() 680 ObjectPath ret = vlanIntf->objPath; in createVLAN()
|
H A D | network_manager.cpp | 462 ObjectPath Manager::vlan(std::string interfaceName, uint32_t id) in vlan()
|
/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 | 25 using ObjectPath = std::string; typedef 26 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>;
|
/openbmc/pldm/libpldmresponder/ |
H A D | fru.hpp | 33 using ObjectPath = std::string; typedef 34 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>; 237 std::map<dbus::ObjectPath, pldm_entity_node*> objToEntityNode{};
|
/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/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-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
H A D | meson.build | 8 subdir('ObjectPath') subdir 147 input: [ '../../../../yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml', ], 148 output: [ 'ObjectPath.md' ], 155 'xyz/openbmc_project/Common/ObjectPath',
|
/openbmc/docs/designs/ |
H A D | code-update.md | 79 note over CU: ObjectPath = /xyz/openbmc_project/Software/<SwId> 80 …CU ->> CU: Create Interface<br>xyz.openbmc_project.Software.Activation<br> at ObjectPath with Stat… 81 CU -->> BMCW: {ObjectPath, Success} 85 … Create Matcher<br>(PropertiesChanged,<br> xyz.openbmc_project.Software.Activation,<br> ObjectPath) 86 …Matcher<br>(PropertiesChanged,<br> xyz.openbmc_project.Software.ActivationProgress,<br> ObjectPath) 103 CU ->> CU: Create Interface<br> xyz.openbmc_project.Software.Version<br> at ObjectPath 104 … CU ->> CU: Create Interface<br>xyz.openbmc_project.Software.ActivationProgress<br> at ObjectPath 105 … CU: Create Interface<br> xyz.openbmc_project.Software.ActivationBlocksTransition<br> at ObjectPath 120 CU ->> CU: Create Interface<br> xyz.openbmc_project.Software.Update<br> at ObjectPath 121 note over CU: Delete all interfaces on previous 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;
|
H A D | ldap_config.cpp | 743 ObjectPath Config::create(std::string groupName, std::string privilege) in create()
|
/openbmc/ibm-logging/ |
H A D | interfaces.hpp | 16 sdbusplus::xyz::openbmc_project::Common::server::ObjectPath;
|
/openbmc/pldm/requester/ |
H A D | mctp_endpoint_discovery.cpp | 134 using ObjectPath = sdbusplus::message::object_path; in getAddedMctpInfos() typedef 135 ObjectPath objPath; in getAddedMctpInfos()
|
/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 | 217 TEST_F(AppendTest, ObjectPath) in TEST_F() argument
|
H A D | read.cpp | 144 TEST_F(ReadTest, ObjectPath) in TEST_F() argument
|
/openbmc/pldm/common/ |
H A D | utils.hpp | 185 using ObjectPath = std::string; typedef 195 using GetSubTreeResponse = std::vector<std::pair<ObjectPath, MapperServiceMap>>;
|
H A D | types.hpp | 76 using ObjectPath = std::string; typedef
|