Searched refs:IpcServiceCallMap (Results 1 – 4 of 4) sorted by relevance
43 IpcServiceCallMap *g_callMapTable = NULL;238 IpcServiceCallMap *callMapTmp = NULL; in SetCallMap()248 len = sizeof(IpcServiceCallMap) * g_maxCallMapSz; in SetCallMap()249 g_callMapTable = (IpcServiceCallMap *)HcMalloc(len, 0); in SetCallMap()255 …errno_t eno = memcpy_s(g_callMapTable, len, callMapTmp, (sizeof(IpcServiceCallMap) * g_callMapElem… in SetCallMap()
27 } IpcServiceCallMap; typedef48 IpcServiceCallMap *callMapTable = nullptr;
293 IpcServiceCallMap *callMapTmp = nullptr; in SetCallMap()303 callMapTable = new(std::nothrow) IpcServiceCallMap[maxCallMapSz]; in SetCallMap()307 len = sizeof(IpcServiceCallMap) * maxCallMapSz; in SetCallMap()310 … eno = memcpy_s(callMapTable, len, callMapTmp, (sizeof(IpcServiceCallMap) * callMapElemNum)); in SetCallMap()
31 } IpcServiceCallMap; typedef