Searched refs:cbCtx (Results 1 - 4 of 4) sorted by relevance
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 49 } cbCtx; member 233 if (memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz) != EOK) { in AddIpcCallBackByAppId() 259 if (memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz) != EOK) { in AddIpcCallBackByAppId() 369 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByReqId() 391 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByReqId() 720 ActCallback(node->proxyId, CB_ID_ON_TRANS, (uintptr_t)(node->cbCtx in GaCbOnTransmitWithType() 1344 CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) CreateCallCtx() argument 1371 DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) DestroyCallCtx() argument [all...] |
/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 56 } cbCtx; member 234 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByAppId() 260 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByAppId() 365 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByReqId() 386 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByReqId() 701 reinterpret_cast<uintptr_t>(node->cbCtx in GaCbOnTransmitWithType() 1258 CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) CreateCallCtx() argument 1276 DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx) DestroyCallCtx() argument [all...] |
/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_adapt.h | 67 int32_t CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx);
68 void DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx);
|
/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_adapt.h | 59 int32_t CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx); 60 void DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx);
|
Completed in 6 milliseconds