Home
last modified time | relevance | path

Searched refs:_objects (Results 1 – 5 of 5) 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()
329 if (!hasOwner && _objects.find(itPath.first) != _objects.end()) in setOwner()
333 _objects[itPath.first].erase(intf); in setOwner()
608 auto itPath = _objects.find(path); in getProperty()
609 if (itPath != _objects.end()) in getProperty()
632 if (_objects.find(path) != _objects.end() && in setProperty()
633 _objects[path].find(intf) != _objects[path].end()) in setProperty()
635 _objects[path][intf].erase(prop); in setProperty()
640 _objects[path][intf][prop] = std::move(value); in setProperty()
H A Dmanager.hpp408 auto itPath = _objects.find(path); in removeInterface()
409 if (itPath != std::end(_objects)) in removeInterface()
411 _objects[path].erase(intf); in removeInterface()
428 return _objects.at(path).at(intf).at(prop); in getObjValueVariant()
625 _objects; member in phosphor::fan::control::json::Manager
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp151 _objects[object][interface][property] = data; in setObjectData()
617 auto pathIter = _objects.find(path); in getPropertyByName()
618 if (pathIter != _objects.end()) in getPropertyByName()
779 _objects; member in phosphor::fan::control::Zone
H A Dzone.cpp551 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.patch28 MODULES = ['defs', '_errors', '_objects', '_proxy', 'h5fd', 'h5z',