Home
last modified time | relevance | path

Searched refs:exampleCompatibleHardware (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_update.cpp152 makeUpdateFd(exampleCompatibleHardware, exampleVendorIANA, false); in TEST()
166 const int fd = makeUpdateFd(exampleCompatibleHardware, 0x03289, false); in TEST()
174 makeUpdateFd(exampleCompatibleHardware, exampleVendorIANA, true); in TEST()
/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/
H A Dexample_device.hpp45 const std::string exampleCompatibleHardware = "com.example.CompatibleDevice"; variable
H A Dexample_device.cpp27 exampleCompatibleHardware, "Nop", exampleName);
/openbmc/phosphor-bmc-code-mgmt/test/common/device/
H A Ddevice.cpp58 std::optional<std::string>(exampleCompatibleHardware), sizeOut); in createTestPkgMemfd()