Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp466 auto propertyIterator = interfaceIterator->second.find("Names"s); in maybeCall() local
467 if (propertyIterator == interfaceIterator->second.cend()) in maybeCall()
477 std::get<std::vector<std::string>>(propertyIterator->second); in maybeCall()