Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dperform_probe.cpp73 probe::probe_type_codes lastCommand = probe::probe_type_codes::FALSE_T; in doProbe() local
166 if (lastCommand == probe::probe_type_codes::AND) in doProbe()
170 else if (lastCommand == probe::probe_type_codes::OR) in doProbe()
180 lastCommand = probeType.value_or(probe::probe_type_codes::FALSE_T); in doProbe()