Lines Matching refs:authReqId
1434 static int32_t EncodeProcessDataParams(uintptr_t callCtx, int64_t authReqId,
1437 int32_t ret = SetCallRequestParamInfo(callCtx, PARAM_TYPE_REQID, (const uint8_t *)(&authReqId), sizeof(authReqId));
1456 static int32_t IpcGaProcessData(int64_t authReqId,
1474 ret = EncodeProcessDataParams(callCtx, authReqId, data, dataLen, callback);
1494 static int32_t EncodeAuthDeviceParams(uintptr_t callCtx, int32_t osAccountId, int64_t authReqId,
1503 ret = SetCallRequestParamInfo(callCtx, PARAM_TYPE_REQID, (const uint8_t *)(&authReqId), sizeof(authReqId));
1523 static int32_t IpcGaAuthDevice(int32_t osAccountId, int64_t authReqId, const char *authParams,
1541 ret = EncodeAuthDeviceParams(callCtx, osAccountId, authReqId, authParams, callback);
1811 int64_t authReqId, const char *authParams, const DeviceAuthCallback *callback)
1828 ret = SetCallRequestParamInfo(callCtx, PARAM_TYPE_REQID, (const uint8_t *)(&authReqId), sizeof(authReqId));