Home
last modified time | relevance | path

Searched refs:_objects (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp61 Manager::_objects; member in phosphor::fan::control::json::Manager
129 for (const auto& [path, interfaces] : _objects) in dumpCache()
327 if (!hasOwner && _objects.find(itPath.first) != _objects.end()) in setOwner()
331 _objects[itPath.first].erase(intf); in setOwner()
607 auto itPath = _objects.find(path); in getProperty()
608 if (itPath != _objects.end()) in getProperty()
631 if (_objects.find(path) != _objects.end() && in setProperty()
632 _objects[path].find(intf) != _objects[path].end()) in setProperty()
634 _objects[path][intf].erase(prop); in setProperty()
639 _objects[path][intf][prop] = std::move(value); in setProperty()
H A Dmanager.hpp406 auto itPath = _objects.find(path); in removeInterface()
407 if (itPath != std::end(_objects)) in removeInterface()
409 _objects[path].erase(intf); in removeInterface()
426 return _objects.at(path).at(intf).at(prop); in getObjValueVariant()
623 _objects; member in phosphor::fan::control::json::Manager
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp151 _objects[object][interface][property] = data; in setObjectData()
618 auto pathIter = _objects.find(path); in getPropertyByName()
619 if (pathIter != _objects.end()) in getPropertyByName()
780 _objects; member in phosphor::fan::control::Zone
H A Dzone.cpp550 auto eData = _objects[_path]["xyz.openbmc_project.Control.ThermalMode"] in current()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/
H A D0001-setup_build.py-avoid-absolute-path.patch29 MODULES = ['defs', '_errors', '_objects', '_proxy', 'h5fd', 'h5z',
H A D0001-Fix-Cython-3-compatibility.patch275 from .._objects import phil, with_phil