Home
last modified time | relevance | path

Searched refs:deviceSpecificUpdateFunctionCalled (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/test/common/device/
H A Ddevice.cpp119 EXPECT_TRUE(device->deviceSpecificUpdateFunctionCalled); in testDeviceStartUpdateCommon()
176 EXPECT_FALSE(device->deviceSpecificUpdateFunctionCalled); in testDeviceStartUpdateInvalidFD()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.hpp74 bool deviceSpecificUpdateFunctionCalled = false; member in phosphor::software::example_device::ExampleDevice
H A Dexample_device.cpp114 deviceSpecificUpdateFunctionCalled = true; in updateDevice()
/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_update.cpp83 EXPECT_EQ(device->deviceSpecificUpdateFunctionCalled, expectNewVersion); in testSoftwareUpdateCommon()