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.cpp478 auto interfaceIterator = interfacesAndProperties.find(interfaceName); in maybeCall() local
479 if (interfaceIterator == interfacesAndProperties.cend()) in maybeCall()
485 auto propertyIterator = interfaceIterator->second.find("Names"s); in maybeCall()
486 if (propertyIterator == interfaceIterator->second.cend()) in maybeCall()