Home
last modified time | relevance | path

Searched refs:associationPath (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-objmgr/src/
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()
411 sdbusplus::message::object_path associationPath(associationPathStr); in getAssociatedSubTreeById() local
414 getAssociatedSubTree(interfaceMap, associationMaps, associationPath, in getAssociatedSubTreeById()
437 sdbusplus::message::object_path associationPath(associationPathStr); in getAssociatedSubTreePathsById() local
440 interfaceMap, associationMaps, associationPath, objectPath, 0, in getAssociatedSubTreePathsById()
H A Dhandler.hpp46 const sdbusplus::message::object_path& associationPath,
68 const sdbusplus::message::object_path& associationPath,
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/pldm/platform-mc/
H A Dnumeric_sensor.hpp60 std::string& sensorName, std::string& associationPath);
64 std::string& sensorName, std::string& associationPath);
238 const std::string& associationPath, const std::string& sensorName,
H A Dnumeric_sensor.cpp19 const std::string& associationPath, const std::string& sensorName, in createInventoryPath() argument
24 std::string invPath = associationPath + "/" + sensorName; in createInventoryPath()
158 std::string& associationPath) : tid(tid), sensorName(sensorName) in NumericSensor() argument
208 {{"chassis", "all_sensors", associationPath}}); in NumericSensor()
305 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor()
381 std::string& sensorName, std::string& associationPath) : in NumericSensor() argument
431 {{"chassis", "all_sensors", associationPath.c_str()}}); in NumericSensor()
516 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor()
/openbmc/phosphor-power/
H A Dutility.cpp115 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTreePaths() argument
122 mapperCall.append(associationPath); in getAssociatedSubTreePaths()
H A Dutility.hpp170 const sdbusplus::message::object_path& associationPath,
/openbmc/docs/architecture/
H A Dobject-mapper.md122 associationPath. An optional list of interfaces may also be passed in to
129 - param: associationPath - the path to look for the association endpoints.
190 endpoint of the input associationPath.
273 endpoint of the input associationPath.
315 - param: associationPath - the path to look for the association endpoints.
352 input associationPath.
405 input 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()