Searched refs:itemUpdater (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | update_manager.hpp | 40 ItemUpdaterIntf& itemUpdater) : in Manager() argument 42 ctx(ctx), itemUpdater(itemUpdater) in Manager() 71 ItemUpdaterIntf& itemUpdater; member in phosphor::software::update::Manager
|
H A D | update_manager.cpp | 39 itemUpdater.updateActivationStatus(id, in processImageFailed() 161 if (!verifyImagePurpose(purpose, itemUpdater.type)) in processImage() 188 auto state = itemUpdater.verifyAndCreateObjects( in processImage() 203 itemUpdater.requestActivation(id); in processImage() 229 itemUpdater.createActivationWithApplyTime(id, objPath, applyTime); in startUpdate()
|
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | test_item_updater.cpp | 46 return itemUpdater->activations; in GetActivations() 57 itemUpdater->onPsuInventoryChanged(psuPath, properties); in onPsuInventoryChanged() 62 itemUpdater->scanDirectory(p); in scanDirectory() 69 std::unique_ptr<ItemUpdater> itemUpdater; member in TestItemUpdater 77 itemUpdater = std::make_unique<ItemUpdater>(mockedBus, dBusPath); in TEST_F() 568 associations, "", itemUpdater.get(), itemUpdater.get()); in TEST_F() 581 itemUpdater->onUpdateDone(newVersionId, psu0); in TEST_F() 590 itemUpdater->onUpdateDone(newVersionId, psu1); in TEST_F() 636 associations, "", itemUpdater.get(), itemUpdater.get()); in TEST_F() 645 itemUpdater->onUpdateDone(newVersionId, psu0); in TEST_F() [all …]
|