Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_update.cpp80 std::unique_ptr<Software> softwareInstance = in method_call() local
83 softwareInstance->setActivation(ActivationInterface::Activations::NotReady); in method_call()
85 std::string newObjPath = softwareInstance->objectPath; in method_call()
95 }(device, imageDup, applyTime, std::move(softwareInstance))); in method_call()