/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 | 283 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTree() argument 287 auto findEndpoint = associationMaps.ifaces.find(associationPath.str); in getAssociatedSubTree() 313 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTreePaths() argument 317 auto findEndpoint = associationMaps.ifaces.find(associationPath.str); in getAssociatedSubTreePaths() 424 sdbusplus::message::object_path associationPath(associationPathStr); in getAssociatedSubTreeById() local 427 getAssociatedSubTree(interfaceMap, associationMaps, associationPath, in getAssociatedSubTreeById() 450 sdbusplus::message::object_path associationPath(associationPathStr); in getAssociatedSubTreePathsById() local 453 interfaceMap, associationMaps, associationPath, objectPath, 0, in getAssociatedSubTreePathsById()
|
H A D | main.cpp | 601 [&interfaceMap](const sdbusplus::message::object_path& associationPath, in main() 605 associationPath, reqPath, depth, in main() 611 [&interfaceMap](const sdbusplus::message::object_path& associationPath, in main() argument 615 associationPath, reqPath, depth, in main()
|
/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/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/pldm/platform-mc/ |
H A D | numeric_sensor.cpp | 24 const std::string& associationPath, const std::string& sensorName, in createInventoryPath() argument 29 std::string invPath = associationPath + "/" + sensorName; in createInventoryPath() 163 std::string& associationPath) : tid(tid), sensorName(sensorName) in NumericSensor() argument 213 {{"chassis", "all_sensors", associationPath}}); in NumericSensor() 324 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor() 419 std::string& sensorName, std::string& associationPath) : in NumericSensor() argument 469 {{"chassis", "all_sensors", associationPath.c_str()}}); in NumericSensor() 567 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); 396 * @param[in] associationPath - sensor association path 405 const std::string& associationPath, const std::string& sensorName,
|
/openbmc/phosphor-power/ |
H A D | utility.cpp | 112 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTreePaths() argument 119 mapperCall.append(associationPath); in getAssociatedSubTreePaths()
|
H A D | utility.hpp | 161 * @param[in] associationPath - The association it must be an endpoint of. 170 const sdbusplus::message::object_path& associationPath,
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | pcie.hpp | 233 std::string associationPath = pcieDevicePath + "/contained_by"; in getPCIeDeviceSlotPath() local 235 associationPath, sdbusplus::message::object_path(inventoryPath), 0, in getPCIeDeviceSlotPath()
|