Home
last modified time | relevance | path

Searched refs:getPlatformName (Results 1 – 6 of 6) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_systemspecific_bios_test.cpp86 MOCK_METHOD(std::optional<std::filesystem::path>, getPlatformName, ());
95 EXPECT_CALL(mockSystemConfig, getPlatformName()) in TEST_F()
266 EXPECT_CALL(mockSystemConfig, getPlatformName()).WillOnce(Return("")); in TEST_F()
337 EXPECT_CALL(mockSystemConfig, getPlatformName()).WillOnce(Return("jsons")); in TEST_F()
363 EXPECT_CALL(mockSystemConfig, getPlatformName()).WillOnce(Return("jsons")); in TEST_F()
381 EXPECT_CALL(mockSystemConfig, getPlatformName()).WillOnce(Return("jsons")); in TEST_F()
407 EXPECT_CALL(mockSystemConfig, getPlatformName()) in TEST_F()
H A Dlibpldmresponder_bios_config_test.cpp82 MOCK_METHOD(std::optional<std::filesystem::path>, getPlatformName, ());
/openbmc/pldm/libpldmresponder/
H A Dplatform_config.hpp40 virtual std::optional<std::filesystem::path> getPlatformName();
H A Dplatform_config.cpp66 std::optional<std::filesystem::path> Handler::getPlatformName() in getPlatformName() function in pldm::responder::platform_config::Handler
H A Dplatform.cpp186 auto systemType = platformConfigHandler->getPlatformName(); in getPDR()
H A Dbios_config.cpp70 auto systemType = platformConfigHandler->getPlatformName(); in checkSystemTypeAvailability()