Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_systemspecific_bios_test.cpp200 auto defValue = biosStringTable.findString(pvHdls[defInds[0]]); in TEST_F() local
203 EXPECT_EQ(defValue, defaultValues[0]); in TEST_F()
229 auto defValue = in TEST_F() local
231 EXPECT_EQ(value, defValue); in TEST_F()
238 auto defValue = jsonEntry->at("default_value").get<uint64_t>(); in TEST_F() local
239 EXPECT_EQ(value, defValue); in TEST_F()
324 auto defValue = in TEST_F() local
326 EXPECT_EQ(defValue, "Temp"); in TEST_F()
H A Dlibpldmresponder_bios_config_test.cpp193 auto defValue = biosStringTable.findString(pvHdls[defInds[0]]); in TEST_F() local
196 EXPECT_EQ(defValue, defaultValues[0]); in TEST_F()
222 auto defValue = in TEST_F() local
224 EXPECT_EQ(value, defValue); in TEST_F()
231 auto defValue = jsonEntry->at("default_value").get<uint64_t>(); in TEST_F() local
232 EXPECT_EQ(value, defValue); in TEST_F()
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_sys_config.cpp60 std::variant<std::string, int64_t> defValue; in getHostNameFromBios() local
61 reply.read(type, currValue, defValue); in getHostNameFromBios()