Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dmatches.hpp72 inline auto nameOwnerChanged(const std::string& obj, const std::string& iface) in nameOwnerChanged() function
77 noc = rules::nameOwnerChanged(util::SDBusPlus::getService(obj, iface)); in nameOwnerChanged()
H A Dfunctor.hpp473 auto nameOwnerChanged(U&& handler) in nameOwnerChanged() function
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.hpp83 void nameOwnerChanged(Manager* mgr, const Group& group, TriggerActions& actions,
105 {"name_owner_changed", nameOwnerChanged},
H A Dsignal.cpp165 void nameOwnerChanged(Manager* mgr, const Group& group, TriggerActions& actions, in nameOwnerChanged() function
188 const auto match = rules::nameOwnerChanged(serv); in nameOwnerChanged()
189 SignalPkg signalPkg = {Handlers::nameOwnerChanged, in nameOwnerChanged()
H A Dhandlers.hpp134 static bool nameOwnerChanged(message& msg, const SignalObject&, in nameOwnerChanged() function
/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp125 constexpr auto nameOwnerChanged() noexcept in nameOwnerChanged() function
185 inline auto nameOwnerChanged(std::string_view s) noexcept in nameOwnerChanged() function
187 return nameOwnerChanged().append(argN(0, s)); in nameOwnerChanged()
/openbmc/phosphor-state-manager/
H A Dsystemd_target_signal.hpp45 bus, sdbusplus::bus::match::rules::nameOwnerChanged(),
/openbmc/dbus-sensors/src/mctp/
H A DMCTPReactorMain.cpp215 rules::nameOwnerChanged("xyz.openbmc_project.EntityManager"); in main()
222 rules::nameOwnerChanged("au.com.codeconstruct.MCTP1"); in main()
/openbmc/sdbusplus/test/bus/
H A Dmatch.cpp16 return nameOwnerChanged() + argN(0, busName); in matchRule()
/openbmc/sdbusplus/example/
H A Dcoroutine-example.cpp74 auto match = sdbusplus::async::match(ctx, rules::nameOwnerChanged()); in startup()
/openbmc/phosphor-virtual-sensor/src/
H A DdbusSensor.cpp59 sdbusplus::bus::match::rules::nameOwnerChanged() + in initSensorValue()
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp68 _bus, match::rules::nameOwnerChanged(util::INVENTORY_SVC), in start()
186 _bus, match::rules::nameOwnerChanged(serviceName), in subscribeSensorsToServices()
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp446 sdbusplus::bus::match_t nameOwnerChanged( in main() local
448 sdbusplus::bus::match::rules::nameOwnerChanged(), in main()
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp870 sdbusplus::bus::match_t nameOwnerChanged( in main() local
872 sdbusplus::bus::match::rules::nameOwnerChanged() + in main()
H A Dsensorhandler.cpp203 bus, nameOwnerChanged(), [](auto& msg) { in initSensorMatches()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbios_handler.cpp27 sdbusplus::bus::match::rules::nameOwnerChanged( in checkAndListenPldmService()
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp781 sdbusplus::bus::match::rules::nameOwnerChanged() + in updateBiosAttrTable()
/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp675 sdbusplus::bus::match::rules::nameOwnerChanged(), in initFilters()