Searched refs:getMotherboardCCIN (Results 1 – 5 of 5) sorted by relevance
329 virtual std::string getMotherboardCCIN() const = 0;759 std::string getMotherboardCCIN() const override;
387 std::string DataInterface::getMotherboardCCIN() const in getMotherboardCCIN() function in openpower::pels::DataInterface
426 auto ccinString = dataIface.getMotherboardCCIN(); in setMotherboardCCIN()
37 MOCK_METHOD(std::string, getMotherboardCCIN, (), (const override));
209 EXPECT_CALL(dataIface, getMotherboardCCIN).WillOnce(Return("ABCD")); in TEST_F()272 EXPECT_CALL(dataIface, getMotherboardCCIN) in TEST_F()1345 EXPECT_CALL(dataIface, getMotherboardCCIN).WillOnce(Return("ABCD")); in TEST_F()