Home
last modified time | relevance | path

Searched refs:pErrStr (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp261 std::string pErrStr; in getPythonJSON() local
270 pErrStr = "No error string found"; in getPythonJSON()
286 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()
361 pErrStr = "No error string found"; in getPythonJSON()
377 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()
384 if (!pErrStr.empty()) in getPythonJSON()
389 "ERROR", pErrStr, "MODULE", module, "SUBTYPE", subType, in getPythonJSON()
H A Dsrc.cpp130 std::string pErrStr; in getPythonJSON() local
138 pErrStr = "No error string found"; in getPythonJSON()
154 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()
224 pErrStr = "No error string found"; in getPythonJSON()
240 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON()
247 if (!pErrStr.empty()) in getPythonJSON()
251 "ERROR", pErrStr, "SRC", hexwords.front(), "MODULE", module); in getPythonJSON()