Home
last modified time | relevance | path

Searched full:getassociatedsubtree (Results 1 – 18 of 18) sorted by relevance

/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp324 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 Dhandler.hpp43 std::vector<InterfaceMapType::value_type> getAssociatedSubTree(
83 * Use getAssociatedSubTree and return only the dbus objects that
H A Dhandler.cpp280 std::vector<InterfaceMapType::value_type> getAssociatedSubTree( in getAssociatedSubTree() function
427 getAssociatedSubTree(interfaceMap, associationMaps, associationPath, in getAssociatedSubTreeById()
H A Dmain.cpp600 "GetAssociatedSubTree", in main()
604 return getAssociatedSubTree(interfaceMap, associationMaps, in main()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml98 - name: GetAssociatedSubTree
169 3. Call getAssociatedSubTree to get the endpoint path -> services of
/openbmc/bmcweb/src/
H A Ddbus_utility.cpp138 void getAssociatedSubTree( in getAssociatedSubTree() function
151 "xyz.openbmc_project.ObjectMapper", "GetAssociatedSubTree", in getAssociatedSubTree()
/openbmc/pldm/common/test/
H A Dmocked_utils.hpp76 MOCK_METHOD(pldm::utils::GetAssociatedSubTreeResponse, getAssociatedSubTree,
/openbmc/pldm/requester/test/
H A Dmctp_endpoint_discovery_test.cpp177 EXPECT_CALL(mockedDbusHandler, getAssociatedSubTree(_, _, _, _)) in TEST()
224 EXPECT_CALL(mockedDbusHandler, getAssociatedSubTree(_, _, _, _)) in TEST()
/openbmc/docs/architecture/
H A Dobject-mapper.md119 ### GetAssociatedSubTree subsection
145 xyz.openbmc_project.ObjectMapper.GetAssociatedSubTree \
/openbmc/bmcweb/redfish-core/lib/
H A Dthermal_metrics.hpp90 BMCWEB_LOG_ERROR("DBUS response error for getAssociatedSubTree {}", in handleTemperatureReadingsCelsius()
H A Dled.hpp297 dbus::utility::getAssociatedSubTree( in getLedGroupPath()
/openbmc/dbus-sensors/src/mctp/
H A DMCTPReactor.cpp75 …yz/openbmc_project/object_mapper xyz.openbmc_project.ObjectMapper GetAssociatedSubTree ooias /au/c… in trackEndpoint()
/openbmc/pldm/common/
H A Dutils.hpp239 virtual GetAssociatedSubTreeResponse getAssociatedSubTree(
381 GetAssociatedSubTreeResponse getAssociatedSubTree(
H A Dutils.cpp411 GetAssociatedSubTreeResponse DBusHandler::getAssociatedSubTree( in getAssociatedSubTree() function in pldm::utils::DBusHandler
419 ObjectMapper::interface, "GetAssociatedSubTree"); in getAssociatedSubTree()
/openbmc/bmcweb/include/
H A Ddbus_utility.hpp170 void getAssociatedSubTree(
/openbmc/bmcweb/
H A DCOMMON_ERRORS.md
/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp443 auto response = handler.getAssociatedSubTree( in searchConfigurationFor()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp771 dbus::utility::getAssociatedSubTree( in getAllSensorObjects()