|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-AF495E4C-94EA-439E-9C5C-163BAADA644D" xml:lang="en"><title>Handling |
|
13 Multiple Simultaneous Privacy Requests</title><shortdesc>This topic describes how to design a Privacy Controller to handle multiple |
|
14 simultaneous privacy requests.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
15 <p> An important design decision for a licensee in creating a Privacy Controller |
|
16 is if it needs to process multiple simultaneous privacy requests when these |
|
17 are sent via the <xref href="GUID-E1710E40-B8F5-5CF8-B9FE-698869A1770F.dita">Privacy |
|
18 Request API</xref> or the <xref href="GUID-B3000A78-3BE5-5E0A-A718-87BC9BA03726.dita">Network |
|
19 Privacy API</xref>. <xref href="GUID-D857413A-D5A1-5F9F-A780-C980A9E0BEE0.dita">Privacy |
|
20 Controller</xref> describes the LBS administration setting <xref href="GUID-6D5954C5-3B6A-3BAA-AB75-D1ECE90BAEDB.dita"><apiname>KLbsSettingMaximumExternalLocateRequests</apiname></xref> that |
|
21 controls if the LBS subsystem handles multiple simultaneous privacy requests.</p> |
|
22 <p> If LBS is configured to support multiple simultaneous requests then the |
|
23 licensee Privacy Controller must also be designed to handle them. This means |
|
24 that the Privacy Controller must be written to process calls to <codeph>ProcessNetworkLocationRequest()</codeph>, <codeph>ProcessNetworkPositionUpdate()</codeph> and <codeph>ProcessRequestComplete()</codeph> for multiple requests and |
|
25 it must track the state of each privacy request (uniquely identified by its |
|
26 request ID). </p> |
|
27 </conbody></concept> |