Home
last modified time | relevance | path

Searched refs:interfacesAdded (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatchimpl.hpp45 sdbusplus::bus::match::rules::interfacesAdded(path), in start()
48 { this->interfacesAdded(msg); }); in start()
201 void PropertyWatchOfType<T, DBusInterfaceType>::interfacesAdded( in interfacesAdded() function in phosphor::dbus::monitoring::PropertyWatchOfType
211 void PropertyWatchOfType<T, DBusInterfaceType>::interfacesAdded( in interfacesAdded() function in phosphor::dbus::monitoring::PropertyWatchOfType
217 interfacesAdded(path, interfaces); in interfacesAdded()
H A Dpropertywatch.hpp93 virtual void interfacesAdded(sdbusplus::message_t& msg) = 0;
175 void interfacesAdded(sdbusplus::message_t& msg) override;
182 void interfacesAdded(const std::string& path,
H A Dpathwatchimpl.hpp33 sdbusplus::bus::match::rules::interfacesAdded(objectPath), in start()
/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp130 constexpr auto interfacesAdded() noexcept in interfacesAdded() function
140 constexpr auto interfacesAdded(std::string_view p) noexcept in interfacesAdded() function
142 return interfacesAdded().append(path(p)); in interfacesAdded()
147 return interfacesAdded().append(argNpath(0, p)); in interfacesAddedAtPath()
/openbmc/phosphor-fan-presence/control/
H A Dmatches.hpp43 inline auto interfacesAdded(const std::string& obj) in interfacesAdded() function
45 return rules::interfacesAdded(obj); in interfacesAdded()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.hpp63 void interfacesAdded(Manager* mgr, const Group& group, TriggerActions& actions,
103 {"interfaces_added", interfacesAdded},
H A Dsignal.cpp119 void interfacesAdded(Manager* mgr, const Group& group, TriggerActions& actions, in interfacesAdded() function
128 rules::interfacesAdded() + rules::argNpath(0, member); in interfacesAdded()
130 Handlers::interfacesAdded, in interfacesAdded()
H A Dhandlers.hpp61 static bool interfacesAdded(message& msg, const SignalObject& obj, in interfacesAdded() function
/openbmc/sdbusplus/test/async/
H A Dcontext.cpp104 *ctx, sdbusplus::bus::match::rules::interfacesAdded( in TEST_F()
123 *ctx, sdbusplus::bus::match::rules::interfacesAdded( in TEST_F()
/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.hpp56 MatchRules::interfacesAdded() + MatchRules::path(SOFTWARE_OBJPATH), in ItemUpdater()
61 MatchRules::interfacesAdded() + in ItemUpdater()
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/
H A Devents.yaml102 - name: interfacesAdded
120 - name: interfacesAdded
128 match: interfacesAdded
364 signal: interfacesAdded
387 signal: interfacesAdded
/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.hpp45 sdbusplus::bus::match::rules::interfacesAdded() + in Watch()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_watcher.hpp112 match_rules::interfacesAdded() + match_rules::argNpath(0, _path), in PropertyWatcher()
290 match_rules::interfacesAdded() + match_rules::argNpath(0, _path), in InterfaceWatcher()
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp452 InterfacesAdded interfacesAdded; in main() local
453 message.read(objPath, interfacesAdded); in main()
461 processInterfaceAdded(io, interfaceMap, objPath, interfacesAdded, in main()
466 sdbusplus::bus::match_t interfacesAdded( in main() local
468 sdbusplus::bus::match::rules::interfacesAdded(), in main()
/openbmc/pldm/libpldmresponder/
H A Dplatform_config.hpp28 sdbusplus::bus::match::rules::interfacesAdded() +
/openbmc/phosphor-fan-presence/control/example/
H A Devents.yaml144 # - name: interfacesAdded
159 # - name: interfacesAdded
167 # match: interfacesAdded
359 # signal: interfacesAdded
382 # signal: interfacesAdded
/openbmc/phosphor-power/
H A Ddbus_interfaces_finder.cpp33 sdbusplus::bus::match::rules::interfacesAdded() +
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.hpp102 sdbusplus::bus::match::rules::interfacesAdded() + in Add()
/openbmc/phosphor-bmc-code-mgmt/usb/
H A Dusb_manager.hpp55 MatchRules::interfacesAdded() + in USBManager()
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp337 rules::interfacesAdded() + in postInit()
347 rules::interfacesAdded() + in postInit()
356 rules::interfacesAdded() + in postInit()
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.hpp40 sdbusplus::bus::match::rules::interfacesAdded( in DumpMonitor()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp65 bus, sdbusplus::bus::match::rules::interfacesAdded(certRootPath), in Config()
70 bus, sdbusplus::bus::match::rules::interfacesAdded(authObjPath), in Config()
116 bus, sdbusplus::bus::match::rules::interfacesAdded(certRootPath), in Config()
120 bus, sdbusplus::bus::match::rules::interfacesAdded(authObjPath), in Config()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.hpp102 void interfacesAdded(sdbusplus::message_t& msg);
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/
H A Devents.yaml152 - name: interfacesAdded
173 - name: interfacesAdded
181 match: interfacesAdded
701 signal: interfacesAdded
756 signal: interfacesAdded
803 signal: interfacesAdded
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.hpp237 sdbusplus::bus::match::rules::interfacesAdded() + in Handler()
280 sdbusplus::bus::match::rules::interfacesAdded() + in Handler()

12