Searched refs:getEntityByObjectPath (Results 1 – 3 of 3) sorted by relevance
176 auto entityPtr = mockedFruHandler.getEntityByObjectPath(iface); in TEST()182 entityPtr = mockedFruHandler.getEntityByObjectPath(invalidIface); in TEST()
175 std::optional<pldm_entity> getEntityByObjectPath(
32 std::optional<pldm_entity> FruImpl::getEntityByObjectPath( in getEntityByObjectPath() function in pldm::responder::FruImpl102 auto entityPtr = getEntityByObjectPath(objects.at(currPath)); in updateAssociationTree()