Searched refs:cbCtx (Results 1 – 4 of 4) sorted by relevance
/base/security/deviceauth/frameworks/src/standard/ |
D | ipc_adapt.cpp | 45 } cbCtx; member 218 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByAppId() 244 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByAppId() 349 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByReqId() 370 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByReqId() 693 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onTransmit), dataParcel, reply); in GaCbOnTransmitWithType() 733 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onSessionKeyReturned), dataParcel, reply); in GaCbOnSessionKeyRetWithType() 774 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onFinish), dataParcel, reply); in GaCbOnFinishWithType() 821 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onError), dataParcel, reply); in GaCbOnErrorWithType() 870 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onRequest), dataParcel, reply); in GaCbOnRequestWithType() [all …]
|
/base/security/deviceauth/frameworks/src/lite/ |
D | ipc_adapt.c | 42 } cbCtx; member 228 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByAppId() 258 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByAppId() 371 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByReqId() 395 eno = memcpy_s(&(node->cbCtx), sizeof(node->cbCtx), cbPtr, cbSz); in AddIpcCallBackByReqId() 711 …ActCallback(node->proxyId, CB_ID_ON_TRANS, (uintptr_t)(node->cbCtx.devAuth.onTransmit), dataParcel… in GaCbOnTransmitWithType() 759 (uintptr_t)(node->cbCtx.devAuth.onSessionKeyReturned), dataParcel, NULL); in GaCbOnSessionKeyRetWithType() 806 …ActCallback(node->proxyId, CB_ID_ON_FINISH, (uintptr_t)(node->cbCtx.devAuth.onFinish), dataParcel,… in GaCbOnFinishWithType() 859 …ActCallback(node->proxyId, CB_ID_ON_ERROR, (uintptr_t)(node->cbCtx.devAuth.onError), dataParcel, N… in GaCbOnErrorWithType() 916 …ActCallback(node->proxyId, CB_ID_ON_REQUEST, (uintptr_t)(node->cbCtx.devAuth.onRequest), dataParce… in GaCbOnRequestWithType() [all …]
|
/base/security/deviceauth/frameworks/inc/standard/ |
D | ipc_adapt.h | 60 int32_t CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx); 61 void DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx);
|
/base/security/deviceauth/frameworks/inc/lite/ |
D | ipc_adapt.h | 67 int32_t CreateCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx); 68 void DestroyCallCtx(uintptr_t *callCtx, uintptr_t *cbCtx);
|