Home
last modified time | relevance | path

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

/openbmc/estoraged/src/
H A DgetConfig.cpp82 for (const auto& [objPath, objDict] : ret) in getConfiguration()
84 if (objDict.empty()) in getConfiguration()
88 const std::string& objOwner = objDict.begin()->first; in getConfiguration()
90 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()
1582 const std::string& owner = objDict.begin()->first; in updateAssets()
1588 if (std::find(objDict.begin()->second.begin(), in updateAssets()
1589 objDict.begin()->second.end(), in updateAssets()
1590 assetTag) == objDict.begin()->second.end()) in updateAssets()
1779 for (const auto& [path, objDict] : subtree) in populateMuxes()
1781 if (objDict.empty() || objDict.begin()->second.empty()) in populateMuxes()
1786 const std::string& owner = objDict.begin()->first; in populateMuxes()
1788 objDict.begin()->second; in populateMuxes()
[all …]
/openbmc/dbus-sensors/src/
H A DUtils.hpp347 for (const auto& [path, objDict] : ret) in getConfiguration()
349 if (objDict.empty()) in getConfiguration()
353 const std::string& owner = objDict.begin()->first; in getConfiguration()
355 for (const std::string& interface : objDict.begin()->second) in getConfiguration()
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp128 for (const auto& [path, objDict] : ret) in setMaxPWM()
130 if (objDict.empty()) in setMaxPWM()
134 const std::string& owner = objDict.begin()->first; in setMaxPWM()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp1028 for (const auto& [path, objDict] : cpuSubTree) in getPresentCpus()
1033 if (!obj.starts_with("cpu") || objDict.empty()) in getPresentCpus()
1037 const std::string& owner = objDict.begin()->first; in getPresentCpus()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp536 const dbus::utility::MapperServiceMap& objDict = in populateFanRedundancy() local
538 if (objDict.empty()) in populateFanRedundancy()
543 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']