Lines Matching refs:software
17 using namespace phosphor::software::update;
18 using namespace phosphor::software::device;
19 using namespace phosphor::software;
21 namespace SoftwareLogging = phosphor::logging::xyz::openbmc_project::software;
23 sdbusplus::error::xyz::openbmc_project::software::image;
26 sdbusplus::async::context& ctx, const char* path, Software& software, in SoftwareUpdate() argument
28 sdbusplus::aserver::xyz::openbmc_project::software::Update<SoftwareUpdate>( in SoftwareUpdate()
30 software(software), allowedApplyTimes(allowedApplyTimes) in SoftwareUpdate()
46 Device& device = software.parentDevice; in method_call()
63 elog<sdbusplus::error::xyz::openbmc_project::software::update:: in method_call()
75 co_return software.objectPath; in method_call()