Home
last modified time | relevance | path

Searched full:contained_by (Results 1 – 17 of 17) sorted by relevance

/openbmc/entity-manager/docs/
H A Dassociations.md5 ## `contained_by`, `containing`
10 contained_by upstream' associations for the connected entities.
44 'Subchassis contained_by Superchassis` associations, putting the associations
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/
H A DItem.interface.yaml25 reverse_name: contained_by
28 - name: contained_by
30 Any inventory Items can optionally implement the 'contained_by'
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/
H A DDetector.interface.yaml58 - name: contained_by
60 Leak detectors can optionally implement the 'contained_by' association
H A DDetectorGroup.interface.yaml26 reverse_name: contained_by
/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/
H A Dibm,rainier-4u_associations.json461 "rType": "contained_by",
2160 "rType": "contained_by",
2210 "rType": "contained_by",
2260 "rType": "contained_by",
2310 "rType": "contained_by",
2360 "rType": "contained_by",
2410 "rType": "contained_by",
2449 "rType": "contained_by",
2499 "rType": "contained_by",
2549 "rType": "contained_by",
[all …]
H A Dibm,blueridge-4u_associations.json461 "rType": "contained_by",
2160 "rType": "contained_by",
2210 "rType": "contained_by",
2260 "rType": "contained_by",
2310 "rType": "contained_by",
2360 "rType": "contained_by",
2410 "rType": "contained_by",
2449 "rType": "contained_by",
2499 "rType": "contained_by",
2549 "rType": "contained_by",
[all …]
H A Dibm,blueridge-2u_associations.json445 "rType": "contained_by",
2014 "rType": "contained_by",
2064 "rType": "contained_by",
2114 "rType": "contained_by",
2164 "rType": "contained_by",
2214 "rType": "contained_by",
2264 "rType": "contained_by",
2303 "rType": "contained_by",
2353 "rType": "contained_by",
2403 "rType": "contained_by",
[all …]
H A Dibm,rainier-2u_associations.json446 "rType": "contained_by",
2015 "rType": "contained_by",
2065 "rType": "contained_by",
2115 "rType": "contained_by",
2165 "rType": "contained_by",
2215 "rType": "contained_by",
2265 "rType": "contained_by",
2304 "rType": "contained_by",
2354 "rType": "contained_by",
2404 "rType": "contained_by",
[all …]
H A Dibm,fuji_associations.json350 "rType": "contained_by",
678 "rType": "contained_by",
717 "rType": "contained_by",
756 "rType": "contained_by",
795 "rType": "contained_by",
834 "rType": "contained_by",
873 "rType": "contained_by",
912 "rType": "contained_by",
951 "rType": "contained_by",
990 "rType": "contained_by",
[all …]
H A Dibm,everest_associations.json350 "rType": "contained_by",
678 "rType": "contained_by",
717 "rType": "contained_by",
756 "rType": "contained_by",
795 "rType": "contained_by",
834 "rType": "contained_by",
873 "rType": "contained_by",
912 "rType": "contained_by",
951 "rType": "contained_by",
990 "rType": "contained_by",
[all …]
/openbmc/docs/designs/
H A Dphysical-topology.md85 will have `containing` and `contained_by`, a Chassis and PowerSupply will have
145 /xyz/openbmc_project/inventory/system/chassis/Subchassis/contained_by \
207 contained_by, etc)
/openbmc/entity-manager/test/
H A Dtest_topology.cpp14 std::make_tuple("contained_by", "containing", superchassisPath);
229 std::make_tuple("contained_by", "containing", superchassisPath + "2");
254 std::make_tuple("contained_by", "containing", superchassisPath + "2");
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DREADME.md21 - Item and Item: `{containing, contained_by}`
/openbmc/entity-manager/src/
H A Dtopology.cpp71 result[downstream].emplace_back("contained_by", in getAssocs()
/openbmc/phosphor-dbus-interfaces/
H A Drequirements.md67 "contained_by" (secondary) the chassis.
/openbmc/bmcweb/redfish-core/lib/
H A Dpcie.hpp233 std::string associationPath = pcieDevicePath + "/contained_by"; in getPCIeDeviceSlotPath()
H A Dchassis.hpp359 chassisPath + "/contained_by", in getChassisConnectivity()