Home
last modified time | relevance | path

Searched refs:objDict (Results 1 – 8 of 8) 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/subprojects/hsbp-manager/src/
H A Dhsbp_manager.cpp1577 for (const auto& [path, objDict] : subtree) in updateAssets()
1579 if (objDict.empty()) in updateAssets()
1584 const std::string& owner = objDict.begin()->first; in updateAssets()
1590 if (std::find(objDict.begin()->second.begin(), in updateAssets()
1591 objDict.begin()->second.end(), assetTag) == in updateAssets()
1592 objDict.begin()->second.end()) in updateAssets()
1785 for (const auto& [path, objDict] : subtree) in populateMuxes()
1787 if (objDict.empty() || objDict.begin()->second.empty()) in populateMuxes()
1792 const std::string& owner = objDict.begin()->first; in populateMuxes()
1794 objDict.begin()->second; in populateMuxes()
[all …]
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp1577 for (const auto& [path, objDict] : subtree) in updateAssets()
1579 if (objDict.empty()) in updateAssets()
1584 const std::string& owner = objDict.begin()->first; in updateAssets()
1590 if (std::find(objDict.begin()->second.begin(), in updateAssets()
1591 objDict.begin()->second.end(), assetTag) == in updateAssets()
1592 objDict.begin()->second.end()) in updateAssets()
1785 for (const auto& [path, objDict] : subtree) in populateMuxes()
1787 if (objDict.empty() || objDict.begin()->second.empty()) in populateMuxes()
1792 const std::string& owner = objDict.begin()->first; in populateMuxes()
1794 objDict.begin()->second; in populateMuxes()
[all …]
/openbmc/dbus-sensors/src/
H A DUtils.hpp353 for (const auto& [path, objDict] : ret) in getConfiguration()
355 if (objDict.empty()) in getConfiguration()
359 const std::string& owner = objDict.begin()->first; in getConfiguration()
361 for (const std::string& interface : objDict.begin()->second) in getConfiguration()
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp122 for (const auto& [path, objDict] : ret) in setMaxPWM()
124 if (objDict.empty()) in setMaxPWM()
128 const std::string& owner = objDict.begin()->first; in setMaxPWM()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp1018 for (const auto& [path, objDict] : cpuSubTree) in getPresentCpus()
1023 if (!obj.starts_with("cpu") || objDict.empty()) in getPresentCpus()
1027 const std::string& owner = objDict.begin()->first; in getPresentCpus()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp555 const dbus::utility::MapperServiceMap& objDict = in populateFanRedundancy() local
557 if (objDict.empty()) in populateFanRedundancy()
562 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']