Searched refs:defaultInventoryPath (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | chassis_tests.cpp | 73 const std::string defaultInventoryPath{ member in ChassisTests 83 Chassis chassis{2, defaultInventoryPath}; in TEST_F() 85 EXPECT_EQ(chassis.getInventoryPath(), defaultInventoryPath); in TEST_F() 97 Chassis chassis{1, defaultInventoryPath, std::move(devices)}; in TEST_F() 99 EXPECT_EQ(chassis.getInventoryPath(), defaultInventoryPath); in TEST_F() 106 Chassis chassis{0, defaultInventoryPath}; in TEST_F() 128 Chassis chassis{1, defaultInventoryPath, std::move(devices)}; in TEST_F() 166 Chassis chassis{1, defaultInventoryPath, std::move(devices)}; in TEST_F() 213 Chassis chassis{1, defaultInventoryPath, std::move(devices)}; in TEST_F() 273 Chassis chassis{2, defaultInventoryPath}; in TEST_F() [all …]
|
/openbmc/smbios-mdr/src/ |
H A D | mdrv2_main.cpp | 40 phosphor::smbios::defaultInventoryPath); in main()
|
H A D | mdrv2.cpp | 402 if (smbiosInventoryPath != defaultInventoryPath) in systemInfoUpdate()
|
/openbmc/smbios-mdr/include/ |
H A D | mdrv2.hpp | 58 static constexpr const char* defaultInventoryPath = variable
|