Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_watcher.hpp113 std::bind(std::mem_fn(&PropertyWatcher::interfaceAdded), this, in PropertyWatcher()
204 void interfaceAdded(sdbusplus::message_t& msg) in interfaceAdded() function in openpower::pels::PropertyWatcher
291 std::bind(std::mem_fn(&InterfaceWatcher::interfaceAdded), this, in InterfaceWatcher()
347 void interfaceAdded(sdbusplus::message_t& msg) in interfaceAdded() function in openpower::pels::InterfaceWatcher
/openbmc/ibm-logging/
H A Dmanager.cpp38 std::bind(std::mem_fn(&Manager::interfaceAdded), this, in Manager()
297 void Manager::interfaceAdded(sdbusplus::message_t& msg) in interfaceAdded() function in ibm::logging::Manager
H A Dmanager.hpp74 void interfaceAdded(sdbusplus::message_t& msg);
/openbmc/dbus-sensors/src/
H A DUtils.cpp777 interfaceAdded; in setupManufacturingModeMatch() local
778 m.read(path, interfaceAdded); in setupManufacturingModeMatch()
779 auto intfItr = interfaceAdded.find(specialModeInterface); in setupManufacturingModeMatch()
780 if (intfItr == interfaceAdded.end()) in setupManufacturingModeMatch()