Home
last modified time | relevance | path

Searched refs:deleteInterface (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/
H A Dactivation.cpp99 constexpr auto deleteInterface = "xyz.openbmc_project.Object.Delete"; in deleteImageManagerObject() local
105 method.append(std::vector<std::string>({deleteInterface})); in deleteImageManagerObject()
145 deleteInterface, "Delete"); in deleteImageManagerObject()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp240 constexpr auto deleteInterface = "xyz.openbmc_project.Object.Delete"; in deleteImageManagerObject() local
242 auto services = utils::getServices(bus, objPath.c_str(), deleteInterface); in deleteImageManagerObject()
263 deleteInterface, "Delete"); in deleteImageManagerObject()