Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp519 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 Duser_header_test.cpp151 EXPECT_CALL(dataIface, getSystemNames) in TEST()
291 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST()
H A Dmocks.hpp43 MOCK_METHOD(std::vector<std::string>, getSystemNames, (), (const override));
H A Dpel_manager_test.cpp897 EXPECT_CALL(*mockIface, getSystemNames) in TEST_F()
H A Dpel_test.cpp827 EXPECT_CALL(dataIface, getSystemNames) in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp366 virtual std::vector<std::string> getSystemNames() const = 0;
799 std::vector<std::string> getSystemNames() const override;
H A Duser_header.cpp296 systemNames = dataIface.getSystemNames(); in getSeverity()
H A Dsrc.cpp957 systemNames = dataIface.getSystemNames(); in getRegistryCallouts()
1146 dataIface.getSystemNames()); in addDevicePathCallouts()
1182 bus, address, dataIface.getSystemNames()); in addDevicePathCallouts()
H A Ddata_interface.cpp609 std::vector<std::string> DataInterface::getSystemNames() const in getSystemNames() function in openpower::pels::DataInterface