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.cpp310 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON() local
312 Py_INCREF(pFunc); in getPythonJSON()
313 if (PyCallable_Check(pFunc)) in getPythonJSON()
327 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()
328 Py_DECREF(pFunc); in getPythonJSON()
H A Dsrc.cpp176 PyObject* pFunc = PyDict_GetItemString(pDict, funcToCall.c_str()); in getPythonJSON() local
178 Py_INCREF(pFunc); in getPythonJSON()
179 if (PyCallable_Check(pFunc)) in getPythonJSON()
193 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()
194 Py_DECREF(pFunc); in getPythonJSON()