Searched refs:getSystemNames (Results 1 – 9 of 9) sorted by relevance
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | src_test.cpp | 519 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 565 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 602 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 698 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 751 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 798 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 858 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 925 EXPECT_CALL(dataIface, getSystemNames) in TEST_F() 1121 EXPECT_CALL(dataIface, getSystemNames).WillRepeatedly(Return(names)); in TEST_F()
|
| H A D | user_header_test.cpp | 151 EXPECT_CALL(dataIface, getSystemNames) in TEST() 291 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST()
|
| H A D | mocks.hpp | 43 MOCK_METHOD(std::vector<std::string>, getSystemNames, (), (const override));
|
| H A D | pel_manager_test.cpp | 897 EXPECT_CALL(*mockIface, getSystemNames) in TEST_F()
|
| H A D | pel_test.cpp | 827 EXPECT_CALL(dataIface, getSystemNames) in TEST_F()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | data_interface.hpp | 366 virtual std::vector<std::string> getSystemNames() const = 0; 799 std::vector<std::string> getSystemNames() const override;
|
| H A D | user_header.cpp | 296 systemNames = dataIface.getSystemNames(); in getSeverity()
|
| H A D | src.cpp | 957 systemNames = dataIface.getSystemNames(); in getRegistryCallouts() 1146 dataIface.getSystemNames()); in addDevicePathCallouts() 1182 bus, address, dataIface.getSystemNames()); in addDevicePathCallouts()
|
| H A D | data_interface.cpp | 609 std::vector<std::string> DataInterface::getSystemNames() const in getSystemNames() function in openpower::pels::DataInterface
|