/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 392 ASSERT_TRUE(getAssociatedSubTreePaths(interfaceMap, associationMap, in TEST_F() 399 getAssociatedSubTreePaths(interfaceMap, associationMap, path / "dog", in TEST_F() 406 getAssociatedSubTreePaths(interfaceMap, associationMap, in TEST_F() 423 std::vector<std::string> subtreePath = getAssociatedSubTreePaths( in TEST_F() 430 subtreePath = getAssociatedSubTreePaths( in TEST_F() 436 getAssociatedSubTreePaths(interfaceMap, associationMap, in TEST_F()
|
/openbmc/phosphor-objmgr/src/ |
H A D | handler.hpp | 65 std::vector<std::string> getAssociatedSubTreePaths( 107 * Use getAssociatedSubTreePaths and return only the dbus objects that
|
H A D | handler.cpp | 316 std::vector<std::string> getAssociatedSubTreePaths( in getAssociatedSubTreePaths() function 459 auto associatedSubTree = getAssociatedSubTreePaths( in getAssociatedSubTreePathsById()
|
H A D | main.cpp | 612 "GetAssociatedSubTreePaths", in main() 616 return getAssociatedSubTreePaths(interfaceMap, associationMaps, in main()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ObjectMapper.interface.yaml | 127 - name: GetAssociatedSubTreePaths 216 3. Call getAssociatedSubTreePaths to get the endpoint paths of the
|
/openbmc/phosphor-power/ |
H A D | utility.cpp | 114 std::vector<DbusPath> getAssociatedSubTreePaths( in getAssociatedSubTreePaths() function 122 "GetAssociatedSubTreePaths"); in getAssociatedSubTreePaths()
|
H A D | utility.hpp | 154 /** @brief GetAssociatedSubTreePaths wrapper from the object mapper. 169 std::vector<DbusPath> getAssociatedSubTreePaths(
|
/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 128 void getAssociatedSubTreePaths( in getSubTreePaths() 143 "xyz.openbmc_project.ObjectMapper", "GetAssociatedSubTreePaths", in getAssociatedSubTree() 155 void getAssociatedSubTreePaths( getAssociatedSubTreePaths() function
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 310 ### GetAssociatedSubTreePaths subsection 312 This is the same as GetAssociatedSubTreePaths, but only returns object paths 330 xyz.openbmc_project.ObjectMapper.GetAssociatedSubTreePaths \
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | fan.hpp | 76 dbus::utility::getAssociatedSubTreePaths( in getFanPaths() 88 "DBUS response error for getAssociatedSubTreePaths {}", in getFanPaths()
|
H A D | pcie.hpp | 235 dbus::utility::getAssociatedSubTreePaths( in getPCIeDeviceSlotPath() 249 "DBUS response error for getAssociatedSubTreePaths {}", in getPCIeDeviceSlotPath()
|
H A D | chassis.hpp | 352 dbus::utility::getAssociatedSubTreePaths( in getChassisConnectivity() 358 dbus::utility::getAssociatedSubTreePaths( in getChassisConnectivity()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util.hpp | 197 auto chassisPaths = phosphor::power::util::getAssociatedSubTreePaths( in getChassis()
|
/openbmc/bmcweb/include/ |
H A D | dbus_utility.hpp | 172 void getAssociatedSubTreePaths(
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | data_interface.hpp | 545 * interfaces passed in, by using GetAssociatedSubTreePaths. 923 * interfaces passed in, by using GetAssociatedSubTreePaths.
|
H A D | data_interface.cpp | 909 interface::objectMapper, "GetAssociatedSubTreePaths"); in getAssociatedPaths()
|
/openbmc/bmcweb/docs/ |
H A D | COMMON_ERRORS.md | 396 - getAssociatedSubTreePaths
|