Searched refs:ExampleSoftware (Results 1 – 6 of 6) sorted by relevance
62 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
50 class ExampleSoftware : public Software class56 ExampleSoftware(sdbusplus::async::context& ctx, ExampleDevice& parent);
25 device->softwareCurrent = std::make_unique<ExampleSoftware>(ctx, *device); in testSoftwareVersion()28 reinterpret_cast<ExampleSoftware*>(device->softwareCurrent.get()) in testSoftwareVersion()
51 auto sw = std::make_unique<ExampleSoftware>(ctx, *device); in TEST_F()72 auto sw = std::make_unique<ExampleSoftware>(ctx, *device); in TEST_F()
28 reinterpret_cast<ExampleSoftware*>(device->softwareCurrent.get()) in SoftwareAssocTest()91 reinterpret_cast<ExampleSoftware*>(device->softwareCurrent.get()) in testSoftwareAssociation()
40 reinterpret_cast<ExampleSoftware*>(device->softwareCurrent.get()) in testSoftwareUpdateCommon()