Home
last modified time | relevance | path

Searched refs:ExampleCodeUpdater (Results 1 – 5 of 5) 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 sdbusplus::async::task<bool> ExampleCodeUpdater::initDevice( in initDevice()
H A Dexample_updater_main.cpp7 sdbusplus::async::task<void> init(ExampleCodeUpdater& updater) in init()
27 ExampleCodeUpdater updater(ctx); in main()
H A Dexample_device.hpp15 class ExampleCodeUpdater : public phosphor::software::manager::SoftwareManager class
18 ExampleCodeUpdater(sdbusplus::async::context& ctx,
/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()