Home
last modified time | relevance | path

Searched refs:devAuth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c47 DeviceAuthCallback devAuth; member
720 …ActCallback(node->proxyId, CB_ID_ON_TRANS, (uintptr_t)(node->cbCtx.devAuth.onTransmit), dataParcel… in GaCbOnTransmitWithType()
770 (uintptr_t)(node->cbCtx.devAuth.onSessionKeyReturned), dataParcel, NULL); in GaCbOnSessionKeyRetWithType()
820 …ActCallback(node->proxyId, CB_ID_ON_FINISH, (uintptr_t)(node->cbCtx.devAuth.onFinish), dataParcel,… in GaCbOnFinishWithType()
874 …ActCallback(node->proxyId, CB_ID_ON_ERROR, (uintptr_t)(node->cbCtx.devAuth.onError), dataParcel, N… in GaCbOnErrorWithType()
931 …ActCallback(node->proxyId, CB_ID_ON_REQUEST, (uintptr_t)(node->cbCtx.devAuth.onRequest), dataParce… in GaCbOnRequestWithType()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp53 DeviceAuthCallback devAuth; member
700 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onTransmit), dataParcel, reply); in GaCbOnTransmitWithType()
740 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onSessionKeyReturned), dataParcel, reply); in GaCbOnSessionKeyRetWithType()
783 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onFinish), dataParcel, reply); in GaCbOnFinishWithType()
830 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onError), dataParcel, reply); in GaCbOnErrorWithType()
879 reinterpret_cast<uintptr_t>(node->cbCtx.devAuth.onRequest), dataParcel, reply); in GaCbOnRequestWithType()