Home
last modified time | relevance | path

Searched refs:is_object (Results 1 – 11 of 11) 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/bmcweb/test/redfish-core/include/
H A Dredfish_oem_routing_test.cpp90 ASSERT_TRUE(oemFooIt->second.is_object()); in TEST()
109 ASSERT_TRUE(oemBarIt->second.is_object()); in TEST()
/openbmc/bmcweb/redfish-core/src/
H A Derror_message_utils.cpp
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp51 if (!json.is_object()) in prettyJSON()
335 if ((json.is_object() && !json.empty()) || in getPythonJSON()
H A Dsrc.cpp52 if (!json.is_object()) in prettyJSON()
200 if ((json.is_object() && !json.empty()) || in getPythonJSON()
/openbmc/phosphor-power/
H A Djson_parser_utils.hpp285 if (!element.is_object()) in verifyIsObject()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp60 if (json.is_object() && json.contains("condition")) in loadConditions()
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dprime_inventory.cpp343 else if (l_propValuePair.value().is_object()) in populateInterfaces()
/openbmc/bmcweb/redfish-core/lib/
H A Dtask.hpp206 if (p.jsonBody.is_object()) in populateResp()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp237 else if (propValuePair.value().is_object()) in populateInterfaces()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp2464 if (events.is_object()) in loadConfigValues()