Lines Matching refs:authReqId
892 int64_t authReqId = 0; in IpcServiceGaProcessData() local
899 inOutLen = sizeof(authReqId); in IpcServiceGaProcessData()
900 …ret = GetIpcRequestParamByType(ipcParams, paramNum, PARAM_TYPE_REQID, (uint8_t *)&authReqId, &inOu… in IpcServiceGaProcessData()
901 if ((inOutLen != sizeof(authReqId)) || (ret != HC_SUCCESS)) { in IpcServiceGaProcessData()
916 ret = AddIpcCallBackByReqId(authReqId, (const uint8_t *)gaCallback, in IpcServiceGaProcessData()
926 DelIpcCallBackByReqId(authReqId, CB_TYPE_TMP_DEV_AUTH, true); in IpcServiceGaProcessData()
929 AddIpcCbObjByReqId(authReqId, cbObjIdx, CB_TYPE_TMP_DEV_AUTH); in IpcServiceGaProcessData()
931 callRet = g_groupAuthMgrMethod.processData(authReqId, data, dataLen, &g_authCbAdt); in IpcServiceGaProcessData()
933 DelIpcCallBackByReqId(authReqId, CB_TYPE_TMP_DEV_AUTH, true); in IpcServiceGaProcessData()
946 int64_t authReqId = 0; in IpcServiceGaAuthDevice() local
958 inOutLen = sizeof(authReqId); in IpcServiceGaAuthDevice()
959 …ret = GetIpcRequestParamByType(ipcParams, paramNum, PARAM_TYPE_REQID, (uint8_t *)&authReqId, &inOu… in IpcServiceGaAuthDevice()
960 if ((inOutLen != sizeof(authReqId)) || (ret != HC_SUCCESS)) { in IpcServiceGaAuthDevice()
976 ret = AddIpcCallBackByReqId(authReqId, (const uint8_t *)gaCallback, in IpcServiceGaAuthDevice()
986 DelIpcCallBackByReqId(authReqId, CB_TYPE_TMP_DEV_AUTH, true); in IpcServiceGaAuthDevice()
989 AddIpcCbObjByReqId(authReqId, cbObjIdx, CB_TYPE_TMP_DEV_AUTH); in IpcServiceGaAuthDevice()
991 callRet = g_groupAuthMgrMethod.authDevice(osAccountId, authReqId, authParams, &g_authCbAdt); in IpcServiceGaAuthDevice()
993 DelIpcCallBackByReqId(authReqId, CB_TYPE_TMP_DEV_AUTH, true); in IpcServiceGaAuthDevice()