Home
last modified time | relevance | path

Searched defs:objs (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py52 def get_index(objs, cls, name, config=None): argument
68 def exists(objs, cls, name, config=None): argument
253 def factory(self, objs): argument
259 def setup(self, objs): argument
280 def factory(self, objs): argument
295 def setup(self, objs): argument
318 def factory(self, objs): argument
340 def setup(self, objs): argument
356 def setup(self, objs): argument
378 def setup(self, objs): argument
[all …]
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py54 def get_index(objs, cls, name): argument
67 def exists(objs, cls, name): argument
110 def factory(self, objs): argument
116 def setup(self, objs): argument
132 def setup(self, objs): argument
151 def setup(self, objs): argument
166 def setup(self, objs): argument
180 def setup(self, objs): argument
199 def setup(self, objs): argument
213 def setup(self, objs): argument
[all …]
/openbmc/skeleton/pystatemgr/
H A Ddiscover_system_state.py59 def getInterface(bus, objs, key): argument
66 def getProperty(bus, objs, key, prop): argument
74 def setProperty(bus, objs, key, prop, prop_value): argument
/openbmc/openpower-inventory-upload/
H A Dinventory_upload.py86 objs = obmc.utils.pathtree.PathTree() variable
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp222 const std::map<sdbusplus::message::object_path, Object>& objs, in updateObjects()
272 void Manager::notify(std::map<sdbusplus::message::object_path, Object> objs) in notify()
309 const std::map<sdbusplus::message::object_path, Object>& objs) in createObjects()
H A Dfunctor.hpp114 std::map<sdbusplus::message::object_path, Object>&& objs) in createObjects()
/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.cpp64 ObjectTree objs; in getVLANID() local
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.cpp165 std::vector<std::string> objs; in enableInventoryItemsHelper() local
/openbmc/qemu/include/qemu/
H A Dmodule.h185 const char **objs; member
/openbmc/phosphor-objmgr/libmapper/
H A Dmapper.c55 char** objs; member
344 _public_ int mapper_wait_async(sd_bus* conn, sd_event* loop, char* objs[], in mapper_wait_async()
/openbmc/qemu/backends/
H A Dcryptodev.c100 Object *objs = object_get_container("objects"); in qmp_query_cryptodev() local
560 Object *objs = object_get_container("objects"); in cryptodev_backend_stats_cb() local
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp217 const ObjectTree objs; member in ipmi::transport::ObjectLookupCache
H A Dtransporthandler.cpp113 ipmi::ObjectTree objs = in maybeGetChannelParams() local
520 ObjectTree objs = in deconfigureChannel() local
H A Dchassishandler.cpp1096 ipmi::ObjectTree objs; in getChassisIntrusionStatus() local
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py658 def add_element(self, indexname, objs): argument