datasourcemodules/defaultpositioningmodule/test/te_defproxy/src/hgenericinfostep.cpp
equal
deleted
inserted
replaced
105 SET_TIME |
105 SET_TIME |
106 PositionRequestWithCheck(*genInfo, KPositionPartialUpdate, KExtGpsPsy1); |
106 PositionRequestWithCheck(*genInfo, KPositionPartialUpdate, KExtGpsPsy1); |
107 CHECK_TIME(5) |
107 CHECK_TIME(5) |
108 |
108 |
109 PositionRequestWithCheck(*genInfo, KErrNone, KIntGpsPsy1); |
109 PositionRequestWithCheck(*genInfo, KErrNone, KIntGpsPsy1); |
110 CHECK_TIME(7) //timeshift 2s + reponse time 10s - first request(5s) |
110 CHECK_TIME(35) //timeshift 2s + reponse time 10s - first request(5s) |
111 |
111 |
112 //3. Check satellite info |
112 //3. Check satellite info |
113 ConfigPsyL(KExtGpsPsy1, 3, |
113 ConfigPsyL(KExtGpsPsy1, 3, |
114 KConfigStatusActive, //Status active |
114 KConfigStatusActive, //Status active |
115 KConfigLRPartial5s, //Partial in 5s |
115 KConfigLRPartial5s, //Partial in 5s |
128 SET_TIME |
128 SET_TIME |
129 PositionRequestWithCheck(satInfo, KPositionPartialUpdate, KExtGpsPsy1); |
129 PositionRequestWithCheck(satInfo, KPositionPartialUpdate, KExtGpsPsy1); |
130 CHECK_TIME(5) |
130 CHECK_TIME(5) |
131 |
131 |
132 PositionRequestWithCheck(satInfo, KErrNone, KIntGpsPsy1); |
132 PositionRequestWithCheck(satInfo, KErrNone, KIntGpsPsy1); |
133 CHECK_TIME(7) //timeshift 2s + reponse time 10s - first request(5s) |
133 CHECK_TIME(35) //timeshift 2s + reponse time 10s - first request(5s) |
134 |
134 |
135 |
135 |
136 |
136 |
137 CleanupStack::PopAndDestroy(genInfo); |
137 CleanupStack::PopAndDestroy(genInfo); |
138 StandardCleanup(); |
138 StandardCleanup(); |