| /openbmc/phosphor-objmgr/src/ |
| H A D | handler.hpp | 33 * @param associationPath Object path to get the endpoint from 39 * of associationPath. 46 const sdbusplus::message::object_path& associationPath, 55 * @param associationPath Object path to get the endpoint from 61 * endpoint of associationPath. 68 const sdbusplus::message::object_path& associationPath,
|
| H A D | handler.cpp | 290 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTree() argument 294 auto findEndpoint = associationMaps.ifaces.find(associationPath.str); in getAssociatedSubTree() 320 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTreePaths() argument 324 auto findEndpoint = associationMaps.ifaces.find(associationPath.str); in getAssociatedSubTreePaths() 433 sdbusplus::message::object_path associationPath(associationPathStr); in getAssociatedSubTreeById() local 436 getAssociatedSubTree(interfaceMap, associationMaps, associationPath, in getAssociatedSubTreeById() 460 sdbusplus::message::object_path associationPath(associationPathStr); in getAssociatedSubTreePathsById() local 463 interfaceMap, associationMaps, associationPath, objectPath, 0, in getAssociatedSubTreePathsById()
|
| H A D | main.cpp | 603 [&interfaceMap](const sdbusplus::message::object_path& associationPath, in main() 607 associationPath, reqPath, depth, in main() 613 [&interfaceMap](const sdbusplus::message::object_path& associationPath, in main() argument 617 associationPath, reqPath, depth, in main()
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
| H A D | ObjectMapper.interface.yaml | 168 associationPath = subtreePath + "/" + "association" 170 the associationPath that implements the "endpointInterfaces". 215 associationPath = subtreePath + "/" + "association" 217 associationPath that implements the "endpointInterfaces".
|
| /openbmc/docs/architecture/ |
| H A D | object-mapper.md | 123 associationPath. An optional list of interfaces may also be passed in to 130 - param: associationPath - the path to look for the association endpoints. 191 endpoint of the input associationPath. 274 endpoint of the input associationPath. 316 - param: associationPath - the path to look for the association endpoints. 353 input associationPath. 406 input associationPath.
|
| /openbmc/pldm/platform-mc/ |
| H A D | numeric_sensor.cpp | 31 const std::string& associationPath, const std::string& sensorName, in createInventoryPath() argument 36 std::string invPath = associationPath + "/" + sensorName; in createInventoryPath() 174 std::string& associationPath) : tid(tid), sensorName(sensorName) in NumericSensor() argument 224 {{"chassis", "all_sensors", associationPath}}); in NumericSensor() 335 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor() 430 std::string& sensorName, std::string& associationPath) : in NumericSensor() argument 480 {{"chassis", "all_sensors", associationPath.c_str()}}); in NumericSensor() 578 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor()
|
| H A D | numeric_sensor.hpp | 60 std::string& sensorName, std::string& associationPath); 64 std::string& sensorName, std::string& associationPath); 424 * @param[in] associationPath - sensor association path 433 const std::string& associationPath, const std::string& sensorName,
|
| /openbmc/phosphor-power/ |
| H A D | utility.cpp | 116 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTreePaths() argument 123 mapperCall.append(associationPath); in getAssociatedSubTreePaths()
|
| H A D | utility.hpp | 162 * @param[in] associationPath - The association it must be an endpoint of. 171 const sdbusplus::message::object_path& associationPath,
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | pcie.hpp | 295 std::string associationPath = pcieDevicePath + "/contained_by"; in getPCIeDeviceSlotPath() local 297 associationPath, sdbusplus::message::object_path(inventoryPath), 0, in getPCIeDeviceSlotPath()
|