Home
last modified time | relevance | path

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

12

/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.hpp33 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 Dcustom_dbus.cpp220 std::filesystem::path ObjectPath(path); in updateItemPresentStatus() local
227 presentStatus.at(path)->prettyName(ObjectPath.filename()); in updateItemPresentStatus()
/openbmc/openpower-occ-control/
H A Docc_dbus.hpp15 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 Dmeson.build3 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 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.cpp270 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 Dfirmware_inventory_manager.hpp12 using ObjectPath = pldm::dbus::ObjectPath; typedef
H A Dfirmware_inventory_manager.cpp92 return std::get<ObjectPath>(response.front()); in getBoardPath()
/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.hpp31 using ObjectPath = std::string; typedef
32 using AssociatedEntityMap = std::map<ObjectPath, pldm_entity>;
/openbmc/pldm/libpldmresponder/
H A Dfru.hpp38 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 Dhyp_ethernet_interface.hpp31 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 Dthreshold_alarm_logger.hpp31 using ObjectPath = std::string; typedef
32 using InterfaceKey = std::tuple<ObjectPath, InterfaceName>;
/openbmc/ibm-logging/
H A Dinterfaces.hpp16 sdbusplus::xyz::openbmc_project::Common::server::ObjectPath;
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/
H A Dmeson.build8 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 Dldap_config.hpp33 using ObjectPath = sdbusplus::message::object_path; typedef
210 ObjectPath create(std::string groupName, std::string privilege) override;
/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.cpp221 TEST_F(AppendTest, ObjectPath) in TEST_F() argument
/openbmc/pldm/common/
H A Dtypes.hpp83 using ObjectPath = std::string; typedef
101 using Configurations = std::map<dbus::ObjectPath, MctpInfo>;
H A Dutils.hpp190 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 Dcode-update.md91 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 Dmctp_endpoint_discovery.cpp180 using ObjectPath = sdbusplus::message::object_path; in getAddedMctpInfos() typedef
181 ObjectPath objPath; in getAddedMctpInfos()

12