Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp458 auto interfaceIterator = interfacesAndProperties.find(interfaceName); in maybeCall() local
459 if (interfaceIterator == interfacesAndProperties.cend()) in maybeCall()
465 auto propertyIterator = interfaceIterator->second.find("Names"s); in maybeCall()
466 if (propertyIterator == interfaceIterator->second.cend()) in maybeCall()