/openbmc/phosphor-objmgr/src/test/ |
H A D | handler.cpp | 324 getAssociatedSubTree(interfaceMap, associationMap, validAssociatedPath, in TEST_F() 329 ASSERT_TRUE(getAssociatedSubTree(interfaceMap, associationMap, path / "dog", in TEST_F() 336 getAssociatedSubTree(interfaceMap, associationMap, validAssociatedPath, in TEST_F() 352 std::vector<InterfaceMapType::value_type> subtree = getAssociatedSubTree( in TEST_F() 366 subtree = getAssociatedSubTree(interfaceMap, associationMap, associatedPath, in TEST_F() 375 subtree = getAssociatedSubTree(interfaceMap, associationMap, in TEST_F()
|
/openbmc/phosphor-objmgr/src/ |
H A D | handler.hpp | 43 std::vector<InterfaceMapType::value_type> getAssociatedSubTree( 83 * Use getAssociatedSubTree and return only the dbus objects that
|
H A D | handler.cpp | 280 std::vector<InterfaceMapType::value_type> getAssociatedSubTree( in getAssociatedSubTree() function 427 getAssociatedSubTree(interfaceMap, associationMaps, associationPath, in getAssociatedSubTreeById()
|
H A D | main.cpp | 600 "GetAssociatedSubTree", in main() 604 return getAssociatedSubTree(interfaceMap, associationMaps, in main()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ObjectMapper.interface.yaml | 98 - name: GetAssociatedSubTree 169 3. Call getAssociatedSubTree to get the endpoint path -> services of
|
/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 138 void getAssociatedSubTree( in getAssociatedSubTree() function 151 "xyz.openbmc_project.ObjectMapper", "GetAssociatedSubTree", in getAssociatedSubTree()
|
/openbmc/pldm/common/test/ |
H A D | mocked_utils.hpp | 76 MOCK_METHOD(pldm::utils::GetAssociatedSubTreeResponse, getAssociatedSubTree,
|
/openbmc/pldm/requester/test/ |
H A D | mctp_endpoint_discovery_test.cpp | 177 EXPECT_CALL(mockedDbusHandler, getAssociatedSubTree(_, _, _, _)) in TEST() 224 EXPECT_CALL(mockedDbusHandler, getAssociatedSubTree(_, _, _, _)) in TEST()
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 119 ### GetAssociatedSubTree subsection 145 xyz.openbmc_project.ObjectMapper.GetAssociatedSubTree \
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | thermal_metrics.hpp | 90 BMCWEB_LOG_ERROR("DBUS response error for getAssociatedSubTree {}", in handleTemperatureReadingsCelsius()
|
H A D | led.hpp | 297 dbus::utility::getAssociatedSubTree( in getLedGroupPath()
|
/openbmc/dbus-sensors/src/mctp/ |
H A D | MCTPReactor.cpp | 75 …yz/openbmc_project/object_mapper xyz.openbmc_project.ObjectMapper GetAssociatedSubTree ooias /au/c… in trackEndpoint()
|
/openbmc/pldm/common/ |
H A D | utils.hpp | 239 virtual GetAssociatedSubTreeResponse getAssociatedSubTree( 381 GetAssociatedSubTreeResponse getAssociatedSubTree(
|
H A D | utils.cpp | 411 GetAssociatedSubTreeResponse DBusHandler::getAssociatedSubTree( in getAssociatedSubTree() function in pldm::utils::DBusHandler 419 ObjectMapper::interface, "GetAssociatedSubTree"); in getAssociatedSubTree()
|
/openbmc/bmcweb/include/ |
H A D | dbus_utility.hpp | 170 void getAssociatedSubTree(
|
/openbmc/bmcweb/ |
H A D | COMMON_ERRORS.md |
|
/openbmc/pldm/requester/ |
H A D | mctp_endpoint_discovery.cpp | 443 auto response = handler.getAssociatedSubTree( in searchConfigurationFor()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | sensor_utils.hpp | 771 dbus::utility::getAssociatedSubTree( in getAllSensorObjects()
|