Home
last modified time | relevance | path

Searched refs:eType (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp247 PyObject *pName, *pModule, *eType, *eValue, *eTraceback, *pKey; in getPythonJSON() local
258 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
259 if (eType) in getPythonJSON()
261 Py_XDECREF(eType); in getPythonJSON()
356 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
357 if (eType) in getPythonJSON()
359 Py_XDECREF(eType); in getPythonJSON()
H A Dsrc.cpp116 PyObject *pName, *pModule, *eType, *eValue, *eTraceback; in getPythonJSON() local
126 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
127 if (eType) in getPythonJSON()
129 Py_XDECREF(eType); in getPythonJSON()
218 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
219 if (eType) in getPythonJSON()
221 Py_XDECREF(eType); in getPythonJSON()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp554 ExpandType eType, nlohmann::json::array_t& array,
559 ExpandType eType, nlohmann::json::object_t& obj,
570 ExpandType eType, nlohmann::json& jsonResponse, in findNavigationReferencesRecursive() argument
575 if (eType == ExpandType::None) in findNavigationReferencesRecursive()
584 findNavigationReferencesInArrayRecursive(eType, *array, jsonPtr, depth, in findNavigationReferencesRecursive()
593 findNavigationReferencesInObjectRecursive(eType, *obj, jsonPtr, depth, in findNavigationReferencesRecursive()
598 ExpandType eType, nlohmann::json::array_t& array, in findNavigationReferencesInArrayRecursive() argument
608 findNavigationReferencesRecursive(eType, element, newPtr, depth, in findNavigationReferencesInArrayRecursive()
615 ExpandType eType, nlohmann::json::object_t& obj, in findNavigationReferencesInObjectRecursive() argument
676 if (localInLinks && eType == ExpandType::NotLinks) in findNavigationReferencesInObjectRecursive()
[all …]