Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp29 long ExampleCodeUpdater::getRandomId() in getRandomId()
39 ExampleCodeUpdater::ExampleCodeUpdater(sdbusplus::async::context& ctx, in ExampleCodeUpdater() function in ExampleCodeUpdater
44 ExampleCodeUpdater::ExampleCodeUpdater( in ExampleCodeUpdater() function in ExampleCodeUpdater
46 ExampleCodeUpdater(ctx) in ExampleCodeUpdater()
67 std::unique_ptr<ExampleDevice>& ExampleCodeUpdater::getDevice() in getDevice()
80 sdbusplus::async::task<bool> ExampleCodeUpdater::initDevice( in initDevice()
H A Dexample_device.hpp17 class ExampleCodeUpdater : public phosphor::software::manager::SoftwareManager class
20 ExampleCodeUpdater(sdbusplus::async::context& ctx,
27 ExampleCodeUpdater(sdbusplus::async::context& ctx, bool createDevice,
H A Dexample_updater_main.cpp7 sdbusplus::async::task<void> init(ExampleCodeUpdater& updater) in init()
27 ExampleCodeUpdater updater(ctx); in main()
/openbmc/phosphor-bmc-code-mgmt/common/
H A DREADME.md15 'ExampleCodeUpdater'.
17 The ExampleCodeUpdater implements the classes from common firmware library and
/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_get_random_softwareid.cpp33 ExampleCodeUpdater exampleUpdater(ctx); in TEST()
H A Dsoftware_version.cpp21 ExampleCodeUpdater exampleUpdater(ctx, true, nullptr); in testSoftwareVersion()
H A Dsoftware.cpp28 ExampleCodeUpdater exampleUpdater;
H A Dsoftware_association.cpp35 ExampleCodeUpdater exampleUpdater;
H A Dsoftware_update.cpp33 ExampleCodeUpdater exampleUpdater(ctx, true, "v12.345"); in testSoftwareUpdateCommon()
/openbmc/phosphor-bmc-code-mgmt/test/common/device/
H A Ddevice.cpp36 ExampleCodeUpdater exampleUpdater;