Searched refs:pErrStr (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | user_data_json.cpp | 261 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 D | src.cpp | 130 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()
|