Searched refs:pErrStr (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | user_data_json.cpp | 248 std::string pErrStr; in getPythonJSON() local 257 pErrStr = "No error string found"; in getPythonJSON() 273 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON() 355 pErrStr = "No error string found"; in getPythonJSON() 371 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON() 378 if (!pErrStr.empty()) in getPythonJSON() 383 "ERROR", pErrStr, "MODULE", module, "SUBTYPE", subType, in getPythonJSON()
|
| H A D | src.cpp | 117 std::string pErrStr; in getPythonJSON() local 125 pErrStr = "No error string found"; in getPythonJSON() 141 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON() 217 pErrStr = "No error string found"; in getPythonJSON() 233 pErrStr = PyUnicode_AsUTF8(pStr); in getPythonJSON() 240 if (!pErrStr.empty()) in getPythonJSON() 244 "ERROR", pErrStr, "SRC", hexwords.front(), "MODULE", module); in getPythonJSON()
|