Searched refs:getSystemIMKeyword (Results 1 – 5 of 5) sorted by relevance
336 virtual std::vector<uint8_t> getSystemIMKeyword() const = 0;766 std::vector<uint8_t> getSystemIMKeyword() const override;
883 auto keyword = dataIface.getSystemIMKeyword(); in addIMKeyword()
415 std::vector<uint8_t> DataInterface::getSystemIMKeyword() const in getSystemIMKeyword() function in openpower::pels::DataInterface
52 MOCK_METHOD(std::vector<uint8_t>, getSystemIMKeyword, (), (const override));
408 EXPECT_CALL(dataIface, getSystemIMKeyword()) in TEST_F()