Searched refs:pArgs (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | user_data_json.cpp | 316 PyObject* pArgs = PyTuple_New(3); in getPythonJSON() local 318 pArgs, &pyDecRef); in getPythonJSON() 319 PyTuple_SetItem(pArgs, 0, in getPythonJSON() 321 PyTuple_SetItem(pArgs, 1, in getPythonJSON() 326 PyTuple_SetItem(pArgs, 2, pData); in getPythonJSON() 327 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()
|
H A D | src.cpp | 181 PyObject* pArgs = PyTuple_New(9); in getPythonJSON() local 183 pArgs, &pyDecRef); in getPythonJSON() 191 PyTuple_SetItem(pArgs, i, Py_BuildValue("s", arg.c_str())); in getPythonJSON() 193 PyObject* pResult = PyObject_CallObject(pFunc, pArgs); in getPythonJSON()
|