Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp105 inline auto argN(size_t n, std::string_view s) noexcept in argN() function
166 .append(argN(0, i)); in propertiesChanged()
187 return nameOwnerChanged().append(argN(0, s)); in nameOwnerChanged()
/openbmc/openpower-occ-control/
H A Dpowercap.hpp51 sdbusRule::argN(0, "xyz.openbmc_project.Control.Power.Cap") + in PowerCap()
H A Docc_status.hpp123 sdbusRule::argN(0, Control::convertForMessage( in Status()
H A Docc_manager.hpp88 sdbusRule::argN(0, AMBIENT_INTERFACE) + in Manager()
/openbmc/phosphor-host-ipmid/softoff/
H A Dsoftoff.hpp48 sdbusRule::argN(0, convertForMessage(Host::Command::SoftOff)), in SoftPowerOff()
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp334 rules::argN(0, restrictionModeIntf); in postInit()
344 rules::argN(0, systemOsStatusIntf); in postInit()
353 rules::argN(0, hostMiscIntf); in postInit()
/openbmc/sdbusplus/test/bus/
H A Dmatch.cpp16 return nameOwnerChanged() + argN(0, busName); in matchRule()
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.hpp97 sdbusRule::argN(0, CHASSIS_STATE_OBJ) + in Version()
/openbmc/linux/Documentation/trace/
H A Dfprobetrace.rst50 $argN : Fetch the Nth function argument. (N >= 1) (\*2)
72 parameters by its name instead of ``$argN``. This feature is available if the
H A Dkprobetrace.rst53 $argN : Fetch the Nth function argument. (N >= 1) (\*1)
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp565 sdbusplus::bus::match::rules::argN(0, assocDefsInterface), in main()
/openbmc/dbus-sensors/src/
H A DUtils.cpp792 rules::argN(0, specialModeInterface); in setupManufacturingModeMatch()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp188 argN(0, logEntryIntf), in registerSelCallbackHandler()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp349 sdbusplus::bus::match::rules::argN(0, networkChConfigIntfName), in ChannelConfig()
H A Duser_mgmt.cpp1682 sdbusplus::bus::match::rules::argN(0, usersInterface), in cacheUserDataFile()