Home
last modified time | relevance | path

Searched refs:probe_type_codes (Results 1 – 2 of 2) 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()
83 case probe::probe_type_codes::FALSE_T: in doProbe()
88 case probe::probe_type_codes::TRUE_T: in doProbe()
93 case probe::probe_type_codes::MATCH_ONE: in doProbe()
107 case probe::probe_type_codes::FOUND: in doProbe()
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()
223 static const std::flat_map<std::string_view, probe_type_codes, std::less<>> in findProbeType()
224 probeTypes{{{"FALSE", probe_type_codes::FALSE_T}, in findProbeType()
[all …]
H A Dperform_probe.hpp14 enum class probe_type_codes enum
24 using FoundProbeTypeT = std::optional<probe_type_codes>;