Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/test/
H A Dinterface_ops_test.cpp14 MockInterface* g_currentMock = nullptr; variable
23 g_currentMock = this; in MockInterface()
27 g_currentMock = nullptr; in ~MockInterface()
57 g_currentMock->constructWithoutProperties(name); in DummyInterfaceWithoutProperties()
68 g_currentMock->constructWithProperties(name, i, skipSignal); in DummyInterfaceWithProperties()
74 g_currentMock->setPropertyByName(name, val, skipSignal); in setPropertyByName()
82 g_currentMock->serializeTwoArgs(path, iface); in serialize()
88 g_currentMock->serializeThreeArgs(path, iface, obj); in serialize()
94 g_currentMock->deserializeNoop(); in deserialize()
100 g_currentMock->deserializeThreeArgs(path, iface, obj); in deserialize()