Home
last modified time | relevance | path

Searched full:associationpath (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-objmgr/src/
H A Dhandler.hpp33 * @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 Dhandler.cpp283 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 Dmain.cpp601 [&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 Dobject-mapper.md123 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 DObjectMapper.interface.yaml168 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 Dnumeric_sensor.cpp24 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 Dnumeric_sensor.hpp63 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 Dutility.cpp112 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTreePaths() argument
119 mapperCall.append(associationPath); in getAssociatedSubTreePaths()
H A Dutility.hpp161 * @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 Dpcie.hpp233 std::string associationPath = pcieDevicePath + "/contained_by"; in getPCIeDeviceSlotPath() local
235 associationPath, sdbusplus::message::object_path(inventoryPath), 0, in getPCIeDeviceSlotPath()