/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 | 289 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTree() argument 293 auto findEndpoint = associationMaps.ifaces.find(associationPath.str); in getAssociatedSubTree() 319 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTreePaths() argument 323 auto findEndpoint = associationMaps.ifaces.find(associationPath.str); in getAssociatedSubTreePaths() 431 sdbusplus::message::object_path associationPath(associationPathStr); in getAssociatedSubTreeById() local 434 getAssociatedSubTree(interfaceMap, associationMaps, associationPath, in getAssociatedSubTreeById() 457 sdbusplus::message::object_path associationPath(associationPathStr); in getAssociatedSubTreePathsById() local 460 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 | 32 const std::string& associationPath, const std::string& sensorName, in createInventoryPath() argument 37 std::string invPath = associationPath + "/" + sensorName; in createInventoryPath() 175 std::string& associationPath) : tid(tid), sensorName(sensorName) in NumericSensor() argument 225 {{"chassis", "all_sensors", associationPath}}); in NumericSensor() 336 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor() 431 std::string& sensorName, std::string& associationPath) : in NumericSensor() argument 481 {{"chassis", "all_sensors", associationPath.c_str()}}); in NumericSensor() 579 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor()
|
H A D | numeric_sensor.hpp | 63 std::string& sensorName, std::string& associationPath); 67 std::string& sensorName, std::string& associationPath); 427 * @param[in] associationPath - sensor association path 436 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 | 234 std::string associationPath = pcieDevicePath + "/contained_by"; in getPCIeDeviceSlotPath() 236 associationPath, sdbusplus::message::object_path(inventoryPath), 0, in getPCIeDeviceSlotPath() 233 std::string associationPath = pcieDevicePath + "/contained_by"; getPCIeDeviceSlotPath() local
|