Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/inc/standard/
H A Dipc_dev_auth_stub.h27 } IpcServiceCallMap; typedef
48 IpcServiceCallMap *callMapTable = nullptr;
/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c43 IpcServiceCallMap *g_callMapTable = NULL;
241 IpcServiceCallMap *callMapTmp = NULL; in SetCallMap()
251 len = sizeof(IpcServiceCallMap) * g_maxCallMapSz; in SetCallMap()
252 g_callMapTable = (IpcServiceCallMap *)HcMalloc(len, 0); in SetCallMap()
258 errno_t eno = memcpy_s(g_callMapTable, len, callMapTmp, (sizeof(IpcServiceCallMap) * g_callMapElemNum)); in SetCallMap()
/base/security/device_auth/frameworks/inc/lite/
H A Dipc_dev_auth_stub.h31 } IpcServiceCallMap; typedef
/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp293 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()

Completed in 3 milliseconds