Searched refs:g_ipcCallBackList (Results 1 – 2 of 2) sorted by relevance
68 } g_ipcCallBackList = {nullptr, 0}; variable97 g_ipcCallBackList.nodeCnt = 0; in InitIpcCallBackList()126 delete[] g_ipcCallBackList.ctx; in DeInitIpcCallBackList()127 g_ipcCallBackList.ctx = nullptr; in DeInitIpcCallBackList()148 g_ipcCallBackList.nodeCnt--; in ResetIpcCallBackNodeByNodeId()175 if ((g_ipcCallBackList.ctx[i].appId[0] == 0) && (g_ipcCallBackList.ctx[i].cbType == 0)) { in GetFreeIpcCallBackNode()266 g_ipcCallBackList.nodeCnt++; in AddIpcCallBackByAppId()276 if ((g_ipcCallBackList.nodeCnt <= 0) || (g_ipcCallBackList.ctx == nullptr)) { in DelIpcCallBackByAppId()283 g_ipcCallBackList.nodeCnt--; in DelIpcCallBackByAppId()393 g_ipcCallBackList.nodeCnt++; in AddIpcCallBackByReqId()[all …]
62 } g_ipcCallBackList = {NULL, 0}; variable82 if (g_ipcCallBackList.ctx != NULL) { in InitIpcCallBackList()96 g_ipcCallBackList.nodeCnt = 0; in InitIpcCallBackList()131 g_ipcCallBackList.ctx = NULL; in DeInitIpcCallBackList()175 if ((g_ipcCallBackList.ctx[i].appId[0] == 0) && (g_ipcCallBackList.ctx[i].cbType == 0)) { in GetFreeIpcCallBackNode()266 g_ipcCallBackList.nodeCnt++; in AddIpcCallBackByAppId()275 if ((g_ipcCallBackList.nodeCnt <= 0) || (g_ipcCallBackList.ctx == NULL)) { in DelIpcCallBackByAppId()283 g_ipcCallBackList.nodeCnt--; in DelIpcCallBackByAppId()400 g_ipcCallBackList.nodeCnt++; in AddIpcCallBackByReqId()409 if ((g_ipcCallBackList.nodeCnt <= 0) || (g_ipcCallBackList.ctx == NULL)) { in DelCallBackByReqId()[all …]