Home
last modified time | relevance | path

Searched refs:objDict (Results 1 – 7 of 7) sorted by relevance

/openbmc/estoraged/src/
H A DgetConfig.cpp83 for (const auto& [objPath, objDict] : ret) in getConfiguration()
85 if (objDict.empty()) in getConfiguration()
89 const std::string& objOwner = objDict.begin()->first; in getConfiguration()
91 for (const std::string& interface : objDict.begin()->second) in getConfiguration()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp1575 for (const auto& [path, objDict] : subtree) in updateAssets()
1577 if (objDict.empty()) in updateAssets()
1781 if (objDict.empty() || objDict.begin()->second.empty()) in populateMuxes()
1788 objDict.begin()->second; in populateMuxes()
1880 if (objDict.empty()) in populateHsbpBackplanes()
2228 for (auto& [path, objDict] : subtree) in loadIoExpanderInfo()
2231 if (objDict.empty()) in loadIoExpanderInfo()
2370 for (auto& [path, objDict] : subtree) in loadClockBufferInfo()
2373 if (objDict.empty()) in loadClockBufferInfo()
2529 auto& objDict = subtree.begin()->second; in loadHsbpConfig() local
[all …]
/openbmc/dbus-sensors/src/
H A DUtils.hpp335 for (const auto& [path, objDict] : ret) in getConfiguration()
337 if (objDict.empty()) in getConfiguration()
341 const std::string& owner = objDict.begin()->first; in getConfiguration()
343 for (const std::string& interface : objDict.begin()->second) in getConfiguration()
H A DExitAirTempSensor.cpp126 for (const auto& [path, objDict] : ret) in setMaxPWM()
128 if (objDict.empty()) in setMaxPWM()
132 const std::string& owner = objDict.begin()->first; in setMaxPWM()
H A DPSUSensorMain.cpp1003 for (const auto& [path, objDict] : cpuSubTree) in getPresentCpus()
1006 if (!obj.starts_with("cpu") || objDict.empty()) in getPresentCpus()
1010 const std::string& owner = objDict.begin()->first; in getPresentCpus()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1035 const dbus::utility::MapperServiceMap& objDict = pathPair.second; in populateFanRedundancy() local
1036 if (objDict.empty()) in populateFanRedundancy()
1041 const std::string& owner = objDict.begin()->first; in populateFanRedundancy()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py4028 objDict = json.loads(res.text)
4029 if not objDict['data']:
4031 for obj in objDict['data']:
4033 if args.address in objDict['data'][obj]['Address']:
4259 objDict = json.loads(res.text)
4260 dataDict = objDict['data']