Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp135 constexpr auto interfacesRemoved() noexcept in interfacesRemoved() function
150 constexpr auto interfacesRemoved(std::string_view p) noexcept in interfacesRemoved() function
152 return interfacesRemoved().append(path(p)); in interfacesRemoved()
157 return interfacesRemoved().append(argNpath(0, p)); in interfacesRemovedAtPath()
/openbmc/phosphor-fan-presence/control/
H A Dmatches.hpp57 inline auto interfacesRemoved(const std::string& obj) in interfacesRemoved() function
59 return rules::interfacesRemoved(obj); in interfacesRemoved()
H A Dfunctor.hpp378 auto interfacesRemoved(const char* path, const char* intf, U&& handler) in interfacesRemoved() function
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.hpp73 void interfacesRemoved(Manager* mgr, const Group& group,
104 {"interfaces_removed", interfacesRemoved},
H A Dsignal.cpp143 void interfacesRemoved(Manager* mgr, const Group& group, in interfacesRemoved() function
152 rules::interfacesRemoved() + rules::argNpath(0, member); in interfacesRemoved()
154 Handlers::interfacesRemoved, in interfacesRemoved()
H A Dhandlers.hpp102 static bool interfacesRemoved(message& msg, const SignalObject& obj, in interfacesRemoved() function
/openbmc/bmcweb/include/
H A Duser_monitor.hpp28 sdbusplus::bus::match::rules::interfacesRemoved( in registerUserRemovedSignal()
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp474 std::vector<std::string> interfacesRemoved; in main() local
475 message.read(objPath, interfacesRemoved); in main()
487 for (const std::string& interface : interfacesRemoved) in main()
535 sdbusplus::bus::match_t interfacesRemoved( in main() local
537 sdbusplus::bus::match::rules::interfacesRemoved(), in main()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.hpp75 MatchRules::interfacesRemoved() + in match()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.hpp92 void interfacesRemoved(sdbusplus::message_t& msg);
H A Dthreshold_alarm_logger.cpp119 std::bind(&ThresholdAlarmLogger::interfacesRemoved, this, in ThresholdAlarmLogger()
159 void ThresholdAlarmLogger::interfacesRemoved(sdbusplus::message_t& msg) in interfacesRemoved() function in sensor::monitor::ThresholdAlarmLogger
/openbmc/phosphor-virtual-sensor/
H A DdbusSensor.cpp30 sdbusplus::bus::match::rules::interfacesRemoved(interfacesSensorPath),
H A DvirtualSensor.cpp828 sdbusplus::bus::match::rules::interfacesRemoved() + in createVirtualSensorsFromDBus()
/openbmc/phosphor-debug-collector/
H A Delog_watch.cpp42 sdbusplus::bus::match::rules::interfacesRemoved() + in Watch()
/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp33 bus, interfacesRemoved(MCTPPath), in MctpDiscovery()
/openbmc/ibm-logging/
H A Dmanager.cpp41 sdbusplus::bus::match::rules::interfacesRemoved() + in Manager()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp174 bus, interfacesRemoved(ipmi::sel::logWatchPath), in registerSelCallbackHandler()
H A Dsensorhandler.cpp160 bus, interfacesRemoved() + argNpath(0, s.second.sensorPath), in initSensorMatches()
/openbmc/entity-manager/src/
H A Dentity_manager.cpp1297 sdbusplus::bus::match::rules::interfacesRemoved(), in main()