Searched refs:_objects (Results 1 – 5 of 5) sorted by relevance
61 Manager::_objects; member in phosphor::fan::control::json::Manager129 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()
408 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
151 _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
551 auto eData = _objects[_path]["xyz.openbmc_project.Control.ThermalMode"] in current()
28 MODULES = ['defs', '_errors', '_objects', '_proxy', 'h5fd', 'h5z',