Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp471 interfacesAndProperties, in maybeCall()
478 auto interfaceIterator = interfacesAndProperties.find(interfaceName); in maybeCall()
479 if (interfaceIterator == interfacesAndProperties.cend()) in maybeCall()
532 interfacesAndProperties; in maybeCallMessage() local
534 message.read(_, interfacesAndProperties); in maybeCallMessage()
535 return maybeCall(interfacesAndProperties, callback); in maybeCallMessage()
684 interfacesAndProperties; in processHostFirmware() local
685 std::map<sdbusplus::message::object_path, decltype(interfacesAndProperties)> in processHostFirmware()
708 std::tie(std::ignore, interfacesAndProperties) = pair; in processHostFirmware()
712 if (maybeCall(interfacesAndProperties, maybeMakeLinksWithArgsBound)) in processHostFirmware()
[all …]