Home
last modified time | relevance | path

Searched refs:getInterface (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/skeleton/pystatemgr/
H A Ddiscover_system_state.py59 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 Dsignal.cpp104 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 Dinit.cpp48 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 Dchassis_control.py91 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 Dinterface.cpp29 _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 Dproperty.server.cpp.mako17 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 Dmethod.prototype.hpp.mako47 msg, o->get_bus().getInterface(), error,
59 return e.set_error(o->get_bus().getInterface(), error);
/openbmc/phosphor-inventory-manager/
H A Dmanager.hpp122 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 Drequest_target_base.cpp51 member, group.getInterface(), group.getProperty()); in run()
79 getName(), member, group.getInterface(), in run()
H A Dpcie_card_floors.cpp67 if (group.getInterface() != powerStateIface) in execute()
71 group.getInterface()) in execute()
83 slotPath, group.getInterface(), group.getProperty()); in execute()
H A Dnet_target_decrease.cpp64 member, group.getInterface(), group.getProperty()); in run()
129 group.getInterface(), group.getProperty()) in run()
H A Dget_managed_objects.cpp50 zone.getManager()->getService(member, group.getInterface()); in run()
76 zone.getManager()->addObjects(member, group.getInterface(), in run()
H A Dnet_target_increase.cpp66 member, group.getInterface(), group.getProperty()); in run()
125 group.getInterface(), group.getProperty()) in run()
H A Dtimer_based_actions.cpp65 return !Manager::hasOwner(member, group.getInterface()); in run()
90 group.getInterface(), in run()
H A Ddefault_floor.cpp45 [&intf = group.getInterface()](const auto& member) { in run()
H A Dmissing_owner_target.cpp48 [&intf = group.getInterface()](const auto& member) { in run()
H A Dcount_state_target.cpp50 if (Manager::getObjValueVariant(member, group.getInterface(), in run()
H A Dcount_state_floor.cpp97 if (Manager::getObjValueVariant(member, group.getInterface(), in doCount()
/openbmc/sdbusplus/src/bus/
H A Dmatch.cpp25 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 Dobject.hpp79 __sdbusplus_server_object_bus(get_busp(bus), bus.getInterface()), in object()
81 __sdbusplus_server_object_intf(bus.getInterface()) in object()
H A Dmanager.hpp42 _slot(makeManager(bus.getInterface(), get_busp(bus), path)) in manager()
/openbmc/phosphor-fan-presence/control/json/
H A Dfan.hpp91 inline const auto& getInterface() const in getInterface() function in phosphor::fan::control::json::Fan
H A Dgroup.cpp44 _interface = origObj.getInterface(); in Group()
H A Dgroup.hpp102 inline const auto& getInterface() const in getInterface() function in phosphor::fan::control::json::Group
/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensor.cpp62 std::string interface = thresholds::getInterface(threshold.level); in NVMeSensor()

12