Searched refs:getSystemNames (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | user_header_test.cpp | 163 EXPECT_CALL(dataIface, getSystemNames) in TEST() 303 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST()
|
H A D | src_test.cpp | 531 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 577 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 614 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 710 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 763 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST_F() 825 EXPECT_CALL(dataIface, getSystemNames) in TEST_F()
|
H A D | mocks.hpp | 43 MOCK_METHOD(std::vector<std::string>, getSystemNames, (), (const override));
|
H A D | pel_manager_test.cpp | 936 EXPECT_CALL(*mockIface, getSystemNames) in TEST_F()
|
H A D | pel_test.cpp | 839 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 | 311 systemNames = dataIface.getSystemNames(); in getSeverity()
|
H A D | src.cpp | 953 systemNames = dataIface.getSystemNames(); in getRegistryCallouts() 1119 dataIface.getSystemNames()); in addDevicePathCallouts() 1155 bus, address, dataIface.getSystemNames()); in addDevicePathCallouts()
|
H A D | data_interface.cpp | 628 std::vector<std::string> DataInterface::getSystemNames() const in getSystemNames() function in openpower::pels::DataInterface
|