Searched refs:deviceSpecificUpdateFunctionCalled (Results 1 – 4 of 4) sorted by relevance
119 EXPECT_TRUE(device->deviceSpecificUpdateFunctionCalled); in testDeviceStartUpdateCommon()176 EXPECT_FALSE(device->deviceSpecificUpdateFunctionCalled); in testDeviceStartUpdateInvalidFD()
74 bool deviceSpecificUpdateFunctionCalled = false; member in phosphor::software::example_device::ExampleDevice
114 deviceSpecificUpdateFunctionCalled = true; in updateDevice()
83 EXPECT_EQ(device->deviceSpecificUpdateFunctionCalled, expectNewVersion); in testSoftwareUpdateCommon()