Home
last modified time | relevance | path

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

/openbmc/entity-manager/test/
H A Dtest_topology.cpp16 std::make_tuple("contained_by", "containing", superchassisPath);
230 std::make_tuple("contained_by", "containing", superchassisPath + "2");
255 std::make_tuple("contained_by", "containing", superchassisPath + "2");
344 "PortType": "contained_by", in TEST()
397 {"contained_by", "containing", chassisPath})); in TEST()
405 assocs[psu0Path].contains({"contained_by", "containing", chassisPath})); in TEST()
411 assocs[psu1Path].contains({"contained_by", "containing", chassisPath})); in TEST()
433 return makeExposesItem(name, "contained_by"); in makeContainedPortExposesItem()
528 {"contained_by", "containing", chassis1Path})); in TEST()
532 {"contained_by", "containing", chassis2Path})); in TEST()
[all …]
/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/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/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/
H A Dibm,rainier-4u_associations.json399 "rType": "contained_by",
2107 "rType": "contained_by",
2157 "rType": "contained_by",
2207 "rType": "contained_by",
2257 "rType": "contained_by",
2307 "rType": "contained_by",
2357 "rType": "contained_by",
2396 "rType": "contained_by",
2446 "rType": "contained_by",
2496 "rType": "contained_by",
[all...]
H A Dibm,blueridge-4u_associations.json399 "rType": "contained_by",
2107 "rType": "contained_by",
2157 "rType": "contained_by",
2207 "rType": "contained_by",
2257 "rType": "contained_by",
2307 "rType": "contained_by",
2357 "rType": "contained_by",
2396 "rType": "contained_by",
2446 "rType": "contained_by",
2496 "rType": "contained_by",
[all...]
H A Dibm,blueridge-2u_associations.json396 "rType": "contained_by",
1974 "rType": "contained_by",
2024 "rType": "contained_by",
2074 "rType": "contained_by",
2124 "rType": "contained_by",
2174 "rType": "contained_by",
2224 "rType": "contained_by",
2263 "rType": "contained_by",
2313 "rType": "contained_by",
2363 "rType": "contained_by",
[all...]
H A Dibm,rainier-2u_associations.json397 "rType": "contained_by",
1975 "rType": "contained_by",
2025 "rType": "contained_by",
2075 "rType": "contained_by",
2125 "rType": "contained_by",
2175 "rType": "contained_by",
2225 "rType": "contained_by",
2264 "rType": "contained_by",
2314 "rType": "contained_by",
2364 "rType": "contained_by",
[all...]
H A Dibm,fuji_associations.json304 "rType": "contained_by",
654 "rType": "contained_by",
693 "rType": "contained_by",
732 "rType": "contained_by",
771 "rType": "contained_by",
810 "rType": "contained_by",
849 "rType": "contained_by",
888 "rType": "contained_by",
927 "rType": "contained_by",
966 "rType": "contained_by",
[all...]
H A Dibm,everest_associations.json304 "rType": "contained_by",
654 "rType": "contained_by",
693 "rType": "contained_by",
732 "rType": "contained_by",
771 "rType": "contained_by",
810 "rType": "contained_by",
849 "rType": "contained_by",
888 "rType": "contained_by",
927 "rType": "contained_by",
966 "rType": "contained_by",
[all...]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DREADME.md21 - Item and Item: `{containing, contained_by}`
/openbmc/entity-manager/configurations/
H A Dcompuware_cdr_9011_3m1_psu.json
H A Dsupermicro-pws-920p-sq_psu.json
/openbmc/entity-manager/configurations/tyan/
H A Dtyan_s8036_baseboard.json232 "PortType": "contained_by",
H A Dtyan_s7106_baseboard.json235 "PortType": "contained_by",
H A Dtyan_s8040_baseboard.json407 "PortType": "contained_by",
H A Dtyan_s8030_baseboard.json408 "PortType": "contained_by",
H A Dtyan_s5549_baseboard.json467 "PortType": "contained_by",
H A Dtyan_s8047_baseboard.json540 "PortType": "contained_by",
/openbmc/phosphor-dbus-interfaces/
H A Drequirements.md67 "contained_by" (secondary) the chassis.
/openbmc/entity-manager/src/entity_manager/
H A Dtopology.cpp6 AssocName("containing", "contained_by", {"Chassis"},
/openbmc/bmcweb/redfish-core/lib/
H A Dpcie.hpp234 std::string associationPath = pcieDevicePath + "/contained_by"; in getPCIeDeviceSlotPath()
H A Dchassis.hpp353 chassisPath + "/contained_by", in getChassisConnectivity()