Home
last modified time | relevance | path

Searched defs:MatchProbeForwarder (Results 1 – 1 of 1) sorted by relevance

/openbmc/entity-manager/src/
H A Dutils.cpp401 struct MatchProbeForwarder struct
403 explicit MatchProbeForwarder(const nlohmann::json& probe) : probeRef(probe) in MatchProbeForwarder() argument
416 return std::visit(MatchProbeForwarder(probe), dbusValue); in matchProbe() argument