239 * @param aMask mask for partial key |
239 * @param aMask mask for partial key |
240 * @param aValues reference to array object for found keys |
240 * @param aValues reference to array object for found keys |
241 * @return KErrNone if successful, system wide error code otherwise. |
241 * @return KErrNone if successful, system wide error code otherwise. |
242 */ |
242 */ |
243 IMPORT_C TInt Find( |
243 IMPORT_C TInt Find( |
244 const TUid& aUid, |
244 const TUid& aUid, |
245 const TUint32 aPartial, |
245 const TUint32 aPartial, |
246 const TUint32 aMask, |
246 const TUint32 aMask, |
247 RArray<TUint32>& aValues ) const; |
247 RArray<TUint32>& aValues ) const; |
248 |
248 |
249 /** |
249 /** |
250 * Fetches values from central repository |
250 * Fetches values from central repository |
251 * @param aAppInfo reference to object containing info for |
251 * @param aAppInfo reference to object containing info for |
252 * application launching |
252 * application launching |
253 * @param aCode ascii value of the pressed key |
253 * @param aCode ascii value of the pressed key |
254 * @param aAppParam application parameter |
254 * @param aAppParam application parameter |
255 * @param aValuesFetched ETrue if values fetched ok |
255 * @param aValuesFetched ETrue if values fetched ok |
256 */ |
256 */ |
257 IMPORT_C void FetchValuesFromCenRepL( TPhoneCmdParamAppInfo& aAppInfo, |
257 IMPORT_C void FetchValuesFromCenRepL( TPhoneCmdParamAppInfo& aAppInfo, |
258 TKeyCode aCode, |
258 TKeyCode aCode, |
259 HBufC8* aAppParam, TBool& aValuesFetched ); |
259 HBufC8* aAppParam, TBool& aValuesFetched ); |
260 |
260 |
261 |
261 |
262 public: // New methods |
262 public: // New methods |
263 |
263 |
264 /** |
264 /** |