Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp166 if (updateIntf != nullptr) in enableUpdate()
177 updateIntf = std::make_unique<SoftwareUpdate>(ctx, objectPath.str.c_str(), in enableUpdate()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware.hpp114 std::unique_ptr<update::SoftwareUpdate> updateIntf = nullptr; member in phosphor::software::Software