Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_executor.hpp11 const filter_ast::LogicalAnd& filterParam);
14 const filter_ast::LogicalAnd& filterParam);
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp385 const filter_ast::LogicalAnd& filterParam) in memberMatches() argument
387 ApplyFilter filterApplier(member, filterParam); in memberMatches()
393 const filter_ast::LogicalAnd& filterParam) in applyFilterToCollection() argument
420 if (!memberMatches(*it, filterParam)) in applyFilterToCollection()