Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp297 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON() local
299 Py_INCREF(pFunc); in getPythonJSON()
300 if (PyCallable_Check(pFunc)) in getPythonJSON()
314 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()
315 Py_DECREF(pFunc); in getPythonJSON()
H A Dsrc.cpp163 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON() local
165 Py_INCREF(pFunc); in getPythonJSON()
166 if (PyCallable_Check(pFunc)) in getPythonJSON()
180 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()
181 Py_DECREF(pFunc); in getPythonJSON()