Searched refs:associationPath (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-objmgr/src/ |
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() 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 D | handler.hpp | 46 const sdbusplus::message::object_path& associationPath, 68 const sdbusplus::message::object_path& associationPath,
|
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/pldm/platform-mc/ |
H A D | numeric_sensor.hpp | 60 std::string& sensorName, std::string& associationPath); 64 std::string& sensorName, std::string& associationPath); 238 const std::string& associationPath, const std::string& sensorName,
|
H A D | numeric_sensor.cpp | 19 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 D | utility.cpp | 115 const sdbusplus::message::object_path& associationPath, in getAssociatedSubTreePaths() argument 122 mapperCall.append(associationPath); in getAssociatedSubTreePaths()
|
H A D | utility.hpp | 170 const sdbusplus::message::object_path& associationPath,
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 122 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 D | pcie.hpp | 233 std::string associationPath = pcieDevicePath + "/contained_by"; in getPCIeDeviceSlotPath() local 235 associationPath, sdbusplus::message::object_path(inventoryPath), 0, in getPCIeDeviceSlotPath()
|