Home
last modified time | relevance | path

Searched refs:argNpath (Results 1 – 16 of 16) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp109 inline auto argNpath(size_t n, std::string_view s) noexcept in argNpath() function
147 return interfacesAdded().append(argNpath(0, p)); in interfacesAddedAtPath()
157 return interfacesRemoved().append(argNpath(0, p)); in interfacesRemovedAtPath()
/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-led-manager/fault-monitor/
H A Dfru-fault-monitor.hpp76 MatchRules::argNpath(0, path + "/" + CALLOUT_REV_ASSOCIATION); in match()
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp338 rules::argNpath( in postInit()
348 rules::argNpath(0, "/xyz/openbmc_project/state/host0"); in postInit()
357 rules::argNpath(0, "/xyz/openbmc_project/misc/platform_state"); in postInit()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.cpp128 rules::interfacesAdded() + rules::argNpath(0, member); in interfacesAdded()
152 rules::interfacesRemoved() + rules::argNpath(0, member); in interfacesRemoved()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.hpp238 sdbusplus::bus::match::rules::argNpath(0, dumpObjPath), in Handler()
281 sdbusplus::bus::match::rules::argNpath(0, certObjPath), in Handler()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp245 interfacesAdded() + argNpath(0, dBusMap->objectPath), in constructAttribute()
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp58 rules::argNpath(0, util::INVENTORY_PATH + _name), in Fan()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp359 sdbusplus::bus::match::rules::argNpath( in ChannelConfig()
367 sdbusplus::bus::match::rules::argNpath( in ChannelConfig()
/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp332 sdbusplus::bus::match::rules::argNpath(0, objectPath.c_str()), in createCpuUpdatedMatch()
H A Dmdrv2.cpp469 sdbusplus::bus::match::rules::argNpath(0, matchParentPath), in systemInfoUpdate()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp153 bus, interfacesAdded() + argNpath(0, s.second.sensorPath), in initSensorMatches()
160 bus, interfacesRemoved() + argNpath(0, s.second.sensorPath), in initSensorMatches()
/openbmc/dbus-sensors/src/
H A DUtils.cpp766 rules::argNpath(0, "/xyz/openbmc_project/security/special_mode"); in setupManufacturingModeMatch()
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp829 sdbusplus::bus::match::rules::argNpath(0, objpath), in createVirtualSensorsFromDBus()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp84 sdbusplus::bus::match::rules::argNpath(0, inventoryPath), in PowerSupply()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp958 match_rules::argNpath(0, powerRestorePolicyObject) + in run()
964 match_rules::argNpath(0, powerACBootObject) + in run()