Home
last modified time | relevance | path

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

/openbmc/pldm/host-bmc/test/
H A Dcustom_dbus_test.cpp24 auto retMicroCode = CustomDBus::getCustomDBus().getMicroCode(tmpPath); in TEST() local
26 EXPECT_NE(retMicroCode, std::nullopt); in TEST()
27 EXPECT_EQ(value, retMicroCode); in TEST()