Home
last modified time | relevance | path

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

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