Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp399 bool requireExactMatch = false; in systemInfoUpdate() local
409 requireExactMatch = true; in systemInfoUpdate()
420 if (requireExactMatch) in systemInfoUpdate()
435 if (requireExactMatch && (paths[i] != smbiosInventoryPath)) in systemInfoUpdate()
470 [this, requireExactMatch](sdbusplus::message_t& msg) { in systemInfoUpdate()
488 if (requireExactMatch && msgData.contains(boardInterface)) in systemInfoUpdate()