Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp551 ExpandType eType, nlohmann::json::array_t& array,
556 ExpandType eType, nlohmann::json::object_t& obj,
567 ExpandType eType, nlohmann::json& jsonResponse, in findNavigationReferencesRecursive() argument
572 if (eType == ExpandType::None) in findNavigationReferencesRecursive()
581 findNavigationReferencesInArrayRecursive(eType, *array, jsonPtr, depth, in findNavigationReferencesRecursive()
590 findNavigationReferencesInObjectRecursive(eType, *obj, jsonPtr, depth, in findNavigationReferencesRecursive()
595 ExpandType eType, nlohmann::json::array_t& array, in findNavigationReferencesInArrayRecursive() argument
605 findNavigationReferencesRecursive(eType, element, newPtr, depth, in findNavigationReferencesInArrayRecursive()
612 ExpandType eType, nlohmann::json::object_t& obj, in findNavigationReferencesInObjectRecursive() argument
673 if (localInLinks && eType == ExpandType::NotLinks) in findNavigationReferencesInObjectRecursive()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp260 PyObject *pName, *pModule, *eType, *eValue, *eTraceback, *pKey; in getPythonJSON() local
271 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
272 if (eType) in getPythonJSON()
274 Py_XDECREF(eType); in getPythonJSON()
362 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
363 if (eType) in getPythonJSON()
365 Py_XDECREF(eType); in getPythonJSON()
H A Dsrc.cpp129 PyObject *pName, *pModule, *eType, *eValue, *eTraceback; in getPythonJSON() local
139 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
140 if (eType) in getPythonJSON()
142 Py_XDECREF(eType); in getPythonJSON()
225 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
226 if (eType) in getPythonJSON()
228 Py_XDECREF(eType); in getPythonJSON()