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 Duser_header_test.cpp163 EXPECT_CALL(dataIface, getSystemNames) in TEST()
303 EXPECT_CALL(dataIface, getSystemNames).WillOnce(Return(names)); in TEST()
H A Dsrc_test.cpp531 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 Dmocks.hpp43 MOCK_METHOD(std::vector<std::string>, getSystemNames, (), (const override));
H A Dpel_manager_test.cpp936 EXPECT_CALL(*mockIface, getSystemNames) in TEST_F()
H A Dpel_test.cpp839 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.cpp311 systemNames = dataIface.getSystemNames(); in getSeverity()
H A Dsrc.cpp953 systemNames = dataIface.getSystemNames(); in getRegistryCallouts()
1119 dataIface.getSystemNames()); in addDevicePathCallouts()
1155 bus, address, dataIface.getSystemNames()); in addDevicePathCallouts()
H A Ddata_interface.cpp628 std::vector<std::string> DataInterface::getSystemNames() const in getSystemNames() function in openpower::pels::DataInterface