/openbmc/skeleton/pystatemgr/ |
H A D | discover_system_state.py | 59 def getInterface(bus, objs, key): function 84 intf = getInterface(bus, dbus_objects, "bootprogress") 86 intf = getInterface(bus, dbus_objects, "occstatus0") 88 intf = getInterface(bus, dbus_objects, "occstatus1") 92 settings_intf = getInterface(bus, dbus_objects, "settings") 93 system_intf = getInterface(bus, dbus_objects, "system")
|
/openbmc/phosphor-fan-presence/control/json/triggers/ |
H A D | signal.cpp | 104 rules::propertiesChanged(member, group.getInterface()); in propertiesChanged() 107 SignalObject(std::cref(member), std::cref(group.getInterface()), in propertiesChanged() 131 SignalObject(std::cref(member), std::cref(group.getInterface()), in interfacesAdded() 134 auto isSameSig = [&intf = group.getInterface()](SignalPkg& pkg) { in interfacesAdded() 155 SignalObject(std::cref(member), std::cref(group.getInterface()), in interfacesRemoved() 158 auto isSameSig = [&intf = group.getInterface()](SignalPkg& pkg) { in interfacesRemoved() 178 serv = Manager::getService(member, group.getInterface()); in nameOwnerChanged() 210 member, group.getInterface()) in nameOwnerChanged() 232 rules::path(member) + rules::interface(group.getInterface()); in member()
|
H A D | init.cpp | 48 auto value = mgr->getProperty(member, group.getInterface(), in getProperties() 53 mgr->addObjects(member, group.getInterface(), in getProperties() 83 auto intf = group.getInterface(); in nameHasOwner()
|
/openbmc/skeleton/pychassisctl/ |
H A D | chassis_control.py | 91 def getInterface(self, name): member in ChassisControlObject 100 intf = self.getInterface("systemd") 108 intf = self.getInterface("systemd") 116 intf = self.getInterface("systemd") 139 intf = self.getInterface("systemd") 146 intf = self.getInterface("power_control")
|
/openbmc/sdbusplus/src/server/ |
H A D | interface.cpp | 29 _bus(get_busp(bus), bus.getInterface()), _path(path), _interf(interf), in interface() 31 _slot(makeObjVtable(_bus.getInterface(), get_busp(_bus), _path.c_str(), in interface() 46 _bus.getInterface()->sd_bus_emit_properties_changed_strv( in property_changed()
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | property.server.cpp.mako | 17 reply, o->get_bus().getInterface(), error, 28 return e.set_error(o->get_bus().getInterface(), error); 71 value, o->get_bus().getInterface(), error, 82 return e.set_error(o->get_bus().getInterface(), error);
|
H A D | method.prototype.hpp.mako | 47 msg, o->get_bus().getInterface(), error, 59 return e.set_error(o->get_bus().getInterface(), error);
|
/openbmc/phosphor-inventory-manager/ |
H A D | manager.hpp | 122 auto& iface = getInterface<T>(path, interface); in invokeMethod() 173 auto& getInterface(const char* path, const char* interface) in getInterface() function in phosphor::inventory::manager::Manager 179 auto& getInterface(const char* path, const char* interface) const in getInterface() function in phosphor::inventory::manager::Manager
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | request_target_base.cpp | 51 member, group.getInterface(), group.getProperty()); in run() 79 getName(), member, group.getInterface(), in run()
|
H A D | pcie_card_floors.cpp | 67 if (group.getInterface() != powerStateIface) in execute() 71 group.getInterface()) in execute() 83 slotPath, group.getInterface(), group.getProperty()); in execute()
|
H A D | net_target_decrease.cpp | 64 member, group.getInterface(), group.getProperty()); in run() 129 group.getInterface(), group.getProperty()) in run()
|
H A D | get_managed_objects.cpp | 50 zone.getManager()->getService(member, group.getInterface()); in run() 76 zone.getManager()->addObjects(member, group.getInterface(), in run()
|
H A D | net_target_increase.cpp | 66 member, group.getInterface(), group.getProperty()); in run() 125 group.getInterface(), group.getProperty()) in run()
|
H A D | timer_based_actions.cpp | 65 return !Manager::hasOwner(member, group.getInterface()); in run() 90 group.getInterface(), in run()
|
H A D | default_floor.cpp | 45 [&intf = group.getInterface()](const auto& member) { in run()
|
H A D | missing_owner_target.cpp | 48 [&intf = group.getInterface()](const auto& member) { in run()
|
H A D | count_state_target.cpp | 50 if (Manager::getObjValueVariant(member, group.getInterface(), in run()
|
H A D | count_state_floor.cpp | 97 if (Manager::getObjValueVariant(member, group.getInterface(), in doCount()
|
/openbmc/sdbusplus/src/bus/ |
H A D | match.cpp | 25 makeMatch(bus.getInterface(), get_busp(bus), _match, handler, context)) in match() 40 _slot(makeMatch(bus.getInterface(), get_busp(bus), _match, matchCallback, in match()
|
/openbmc/sdbusplus/include/sdbusplus/server/ |
H A D | object.hpp | 79 __sdbusplus_server_object_bus(get_busp(bus), bus.getInterface()), in object() 81 __sdbusplus_server_object_intf(bus.getInterface()) in object()
|
H A D | manager.hpp | 42 _slot(makeManager(bus.getInterface(), get_busp(bus), path)) in manager()
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | fan.hpp | 91 inline const auto& getInterface() const in getInterface() function in phosphor::fan::control::json::Fan
|
H A D | group.cpp | 44 _interface = origObj.getInterface(); in Group()
|
H A D | group.hpp | 102 inline const auto& getInterface() const in getInterface() function in phosphor::fan::control::json::Group
|
/openbmc/dbus-sensors/src/nvme/ |
H A D | NVMeSensor.cpp | 62 std::string interface = thresholds::getInterface(threshold.level); in NVMeSensor()
|