Home
last modified time | relevance | path

Searched refs:IpcServiceCallMap (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/frameworks/inc/standard/
Dipc_dev_auth_stub.h27 } IpcServiceCallMap; typedef
48 IpcServiceCallMap *callMapTable = nullptr;
/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_stub.c42 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()
/base/security/device_auth/frameworks/inc/lite/
Dipc_dev_auth_stub.h31 } IpcServiceCallMap; typedef
/base/security/device_auth/frameworks/src/standard/
Dipc_dev_auth_stub.cpp227 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()