Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.cpp62 std::make_unique<ExampleSoftware>(ctx, *device); in ExampleCodeUpdater()
86 device->softwareCurrent = std::make_unique<ExampleSoftware>(ctx, *device); in initDevice()
131 ExampleSoftware::ExampleSoftware(sdbusplus::async::context& ctx, in ExampleSoftware() function in ExampleSoftware
H A Dexample_device.hpp50 class ExampleSoftware : public Software class
56 ExampleSoftware(sdbusplus::async::context& ctx, ExampleDevice& parent);
/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_version.cpp25 device->softwareCurrent = std::make_unique<ExampleSoftware>(ctx, *device); in testSoftwareVersion()
28 reinterpret_cast<ExampleSoftware*>(device->softwareCurrent.get()) in testSoftwareVersion()
H A Dsoftware.cpp51 auto sw = std::make_unique<ExampleSoftware>(ctx, *device); in TEST_F()
72 auto sw = std::make_unique<ExampleSoftware>(ctx, *device); in TEST_F()
H A Dsoftware_association.cpp28 reinterpret_cast<ExampleSoftware*>(device->softwareCurrent.get()) in SoftwareAssocTest()
91 reinterpret_cast<ExampleSoftware*>(device->softwareCurrent.get()) in testSoftwareAssociation()
H A Dsoftware_update.cpp40 reinterpret_cast<ExampleSoftware*>(device->softwareCurrent.get()) in testSoftwareUpdateCommon()