Searched refs:IpcServiceCallMap (Results 1 – 4 of 4) sorted by relevance
27 } IpcServiceCallMap; typedef48 IpcServiceCallMap *callMapTable = nullptr;
42 IpcServiceCallMap *g_callMapTable = NULL;236 IpcServiceCallMap *callMapTmp = NULL; in SetCallMap()246 len = sizeof(IpcServiceCallMap) * g_maxCallMapSz; in SetCallMap()247 g_callMapTable = (IpcServiceCallMap *)HcMalloc(len, 0); in SetCallMap()253 …errno_t eno = memcpy_s(g_callMapTable, len, callMapTmp, (sizeof(IpcServiceCallMap) * g_callMapElem… in SetCallMap()
31 } IpcServiceCallMap; typedef
227 IpcServiceCallMap *callMapTmp = nullptr; in SetCallMap()237 callMapTable = new(std::nothrow) IpcServiceCallMap[maxCallMapSz]; in SetCallMap()241 len = sizeof(IpcServiceCallMap) * maxCallMapSz; in SetCallMap()244 … eno = memcpy_s(callMapTable, len, callMapTmp, (sizeof(IpcServiceCallMap) * callMapElemNum)); in SetCallMap()