Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp896 MockDataInterface* mockIface = in TEST_F() local
913 EXPECT_CALL(*mockIface, in TEST_F()
937 EXPECT_CALL(*mockIface, getSystemNames) in TEST_F()
954 EXPECT_CALL(*mockIface, in TEST_F()
1177 MockDataInterface* mockIface = in TEST_F() local
1225 mockIface->fruPresent("U1234-A3"); in TEST_F()
1236 mockIface->fruPresent("U1234-A4"); in TEST_F()
1324 MockDataInterface* mockIface = in TEST_F() local
1334 *mockIface, in TEST_F()
1428 MockDataInterface* mockIface = in TEST_F() local
[all …]
/openbmc/phosphor-fan-presence/monitor/test/
H A Dpower_off_rule_test.cpp57 MockPowerInterface& mockIface = in TEST() local
60 EXPECT_CALL(mockIface, hardPowerOff).Times(1); in TEST()
61 EXPECT_CALL(mockIface, softPowerOff).Times(1); in TEST()