Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dprocessing.cpp32 static constexpr std::array<std::string_view, 2> skipNamespaces{ in needToIntrospect() local
35 auto inSkipList = std::find_if(skipNamespaces.begin(), skipNamespaces.end(), in needToIntrospect()
38 }) != skipNamespaces.end(); in needToIntrospect()