/openbmc/sdbusplus/include/sdbusplus/bus/ |
H A D | match.hpp | 109 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 D | dbus_watcher.hpp | 112 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 D | fru-fault-monitor.hpp | 76 MatchRules::argNpath(0, path + "/" + CALLOUT_REV_ASSOCIATION); in match()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | allowlist-filter.cpp | 338 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 D | signal.cpp | 128 rules::interfacesAdded() + rules::argNpath(0, member); in interfacesAdded() 152 rules::interfacesRemoved() + rules::argNpath(0, member); in interfacesRemoved()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io.hpp | 238 sdbusplus::bus::match::rules::argNpath(0, dumpObjPath), in Handler() 281 sdbusplus::bus::match::rules::argNpath(0, certObjPath), in Handler()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.hpp | 245 interfacesAdded() + argNpath(0, dBusMap->objectPath), in constructAttribute()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan.cpp | 58 rules::argNpath(0, util::INVENTORY_PATH + _name), in Fan()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_mgmt.cpp | 359 sdbusplus::bus::match::rules::argNpath( in ChannelConfig() 367 sdbusplus::bus::match::rules::argNpath( in ChannelConfig()
|
/openbmc/smbios-mdr/src/ |
H A D | cpuinfo_main.cpp | 332 sdbusplus::bus::match::rules::argNpath(0, objectPath.c_str()), in createCpuUpdatedMatch()
|
H A D | mdrv2.cpp | 469 sdbusplus::bus::match::rules::argNpath(0, matchParentPath), in systemInfoUpdate()
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensorhandler.cpp | 153 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 D | Utils.cpp | 766 rules::argNpath(0, "/xyz/openbmc_project/security/special_mode"); in setupManufacturingModeMatch()
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.cpp | 829 sdbusplus::bus::match::rules::argNpath(0, objpath), in createVirtualSensorsFromDBus()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 84 sdbusplus::bus::match::rules::argNpath(0, inventoryPath), in PowerSupply()
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 958 match_rules::argNpath(0, powerRestorePolicyObject) + in run() 964 match_rules::argNpath(0, powerACBootObject) + in run()
|