Home
last modified time | relevance | path

Searched refs:getEntityByObjectPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_fru_test.cpp176 auto entityPtr = mockedFruHandler.getEntityByObjectPath(iface); in TEST()
182 entityPtr = mockedFruHandler.getEntityByObjectPath(invalidIface); in TEST()
/openbmc/pldm/libpldmresponder/
H A Dfru.hpp175 std::optional<pldm_entity> getEntityByObjectPath(
H A Dfru.cpp32 std::optional<pldm_entity> FruImpl::getEntityByObjectPath( in getEntityByObjectPath() function in pldm::responder::FruImpl
102 auto entityPtr = getEntityByObjectPath(objects.at(currPath)); in updateAssociationTree()