Home
last modified time | relevance | path

Searched refs:is_object (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py98 def is_object(self, path: str) -> bool: member in QOMFuse
173 elif self.is_object(path):
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.hpp268 if (!element.is_object()) in verifyIsObject()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp64 if (!json.is_object()) in prettyJSON()
341 if ((json.is_object() && !json.empty()) || in getPythonJSON()
H A Dsrc.cpp65 if (!json.is_object()) in prettyJSON()
207 if ((json.is_object() && !json.empty()) || in getPythonJSON()
/openbmc/bmcweb/include/
H A Dlogin_routes.hpp88 else if (dataIt->is_object()) in handleLogin()
H A Dopenbmc_dbus_rest.hpp1341 if (transaction->methodResponse.is_object() && dataobj != nullptr) in handleMethodResponse()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp60 if (json.is_object() && json.contains("condition")) in loadConditions()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp878 if (!element.is_object()) in verifyIsObject()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp843 if (!res.jsonValue.is_object() || res.jsonValue.empty()) in placeResult()
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp49 if (!error.is_object()) in addMessageToErrorJson()
90 if (!source.is_object()) in moveErrorsToErrorJson()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_app.cpp367 else if (itr.value().is_object()) in populateInterfaces()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp2501 if (events.is_object()) in loadConfigValues()