Searched refs:g_callMapTable (Results 1 – 1 of 1) sorted by relevance
43 IpcServiceCallMap *g_callMapTable = NULL; variable56 if (g_callMapTable != NULL) { in ResetCallMap()57 HcFree(g_callMapTable); in ResetCallMap()58 g_callMapTable = NULL; in ResetCallMap()67 if (g_callMapTable == NULL) { in GetCallMethodByMethodId()72 if ((g_callMapTable[i].methodId == methodId) && (g_callMapTable[i].method != NULL)) { in GetCallMethodByMethodId()242 if (g_callMapTable != NULL) { in SetCallMap()243 callMapTmp = g_callMapTable; in SetCallMap()244 g_callMapTable = NULL; in SetCallMap()247 if (g_callMapTable == NULL) { in SetCallMap()[all …]