/openbmc/entity-manager/test/ |
H A D | test_topology.cpp | 16 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 D | Item.interface.yaml | 25 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 D | Detector.interface.yaml | 58 - name: contained_by 60 Leak detectors can optionally implement the 'contained_by' association
|
H A D | DetectorGroup.interface.yaml | 26 reverse_name: contained_by
|
/openbmc/docs/designs/ |
H A D | physical-topology.md | 85 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 D | ibm,rainier-4u_associations.json | 399 "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 D | ibm,blueridge-4u_associations.json | 399 "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 D | ibm,blueridge-2u_associations.json | 396 "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 D | ibm,rainier-2u_associations.json | 397 "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 D | ibm,fuji_associations.json | 304 "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 D | ibm,everest_associations.json | 304 "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 D | README.md | 21 - Item and Item: `{containing, contained_by}`
|
/openbmc/entity-manager/configurations/ |
H A D | compuware_cdr_9011_3m1_psu.json |
|
H A D | supermicro-pws-920p-sq_psu.json |
|
/openbmc/entity-manager/configurations/tyan/ |
H A D | tyan_s8036_baseboard.json | 232 "PortType": "contained_by",
|
H A D | tyan_s7106_baseboard.json | 235 "PortType": "contained_by",
|
H A D | tyan_s8040_baseboard.json | 407 "PortType": "contained_by",
|
H A D | tyan_s8030_baseboard.json | 408 "PortType": "contained_by",
|
H A D | tyan_s5549_baseboard.json | 467 "PortType": "contained_by",
|
H A D | tyan_s8047_baseboard.json | 540 "PortType": "contained_by",
|
/openbmc/phosphor-dbus-interfaces/ |
H A D | requirements.md | 67 "contained_by" (secondary) the chassis.
|
/openbmc/entity-manager/src/entity_manager/ |
H A D | topology.cpp | 6 AssocName("containing", "contained_by", {"Chassis"},
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | pcie.hpp | 234 std::string associationPath = pcieDevicePath + "/contained_by"; in getPCIeDeviceSlotPath()
|
H A D | chassis.hpp | 353 chassisPath + "/contained_by", in getChassisConnectivity()
|