Searched refs:paramCache (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_adapt.h | 84 int32_t type, uint8_t *paramCache, int32_t *cacheLen);
|
/ohos5.0/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_adapt.h | 92 int32_t type, uint8_t *paramCache, int32_t *cacheLen);
|
/ohos5.0/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 1556 int32_t type, uint8_t *paramCache, int32_t *cacheLen) in GetIpcRequestParamByType() argument 1568 *(uint8_t **)paramCache = ipcParams[i].val; in GetIpcRequestParamByType() 1579 eno = memcpy_s(paramCache, *cacheLen, ipcParams[i].val, ipcParams[i].valSz); in GetIpcRequestParamByType() 1587 *(int32_t *)paramCache = ipcParams[i].idx; in GetIpcRequestParamByType()
|
/ohos5.0/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 1466 int32_t type, uint8_t *paramCache, int32_t *cacheLen) in GetIpcRequestParamByType() argument 1478 *(reinterpret_cast<uint8_t **>(paramCache)) = ipcParams[i].val; in GetIpcRequestParamByType() 1489 eno = memcpy_s(paramCache, *cacheLen, ipcParams[i].val, ipcParams[i].valSz); in GetIpcRequestParamByType() 1497 *(reinterpret_cast<int32_t *>(paramCache)) = ipcParams[i].idx; in GetIpcRequestParamByType()
|