Home
last modified time | relevance | path

Searched refs:ObjectPath (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.hpp22 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 Docc_dbus.hpp14 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 Dmeson.build3 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 Dethernet_interface.hpp56 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 Dnetwork_manager.hpp52 ObjectPath vlan(std::string interfaceName, uint32_t id) override;
H A Dethernet_interface.cpp266 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 Dnetwork_manager.cpp462 ObjectPath Manager::vlan(std::string interfaceName, uint32_t id) in vlan()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfru_oem_ibm.hpp14 using ObjectPath = std::string; typedef
15 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>;
H A Dcollect_slot_vpd.hpp22 using ObjectPath = std::string; typedef
23 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>;
H A Doem_ibm_handler.hpp25 using ObjectPath = std::string; typedef
26 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>;
/openbmc/pldm/libpldmresponder/
H A Dfru.hpp33 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 Dthreshold_alarm_logger.hpp31 using ObjectPath = std::string; typedef
32 using InterfaceKey = std::tuple<ObjectPath, InterfaceName>;
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.hpp31 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 Dmeson.build8 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 Dcode-update.md79 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 Dldap_config.hpp33 using ObjectPath = sdbusplus::message::object_path; typedef
210 ObjectPath create(std::string groupName, std::string privilege) override;
H A Dldap_config.cpp743 ObjectPath Config::create(std::string groupName, std::string privilege) in create()
/openbmc/ibm-logging/
H A Dinterfaces.hpp16 sdbusplus::xyz::openbmc_project::Common::server::ObjectPath;
/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp134 using ObjectPath = sdbusplus::message::object_path; in getAddedMctpInfos() typedef
135 ObjectPath objPath; in getAddedMctpInfos()
/openbmc/sdbusplus/test/message/
H A Dnative_types.cpp16 TEST(MessageNativeTypeConversions, ObjectPath) in TEST() argument
H A Dtypes.cpp39 TEST(MessageTypes, ObjectPath) in TEST() argument
H A Dappend.cpp217 TEST_F(AppendTest, ObjectPath) in TEST_F() argument
H A Dread.cpp144 TEST_F(ReadTest, ObjectPath) in TEST_F() argument
/openbmc/pldm/common/
H A Dutils.hpp185 using ObjectPath = std::string; typedef
195 using GetSubTreeResponse = std::vector<std::pair<ObjectPath, MapperServiceMap>>;
H A Dtypes.hpp76 using ObjectPath = std::string; typedef

12