diff -r 2b7283837edb -r 3104fc151679 uiservicetab/vimpstcmdprocess/tsrc/vimpstcmdprocess_utest/data/branch_coverage/indexD19.html --- a/uiservicetab/vimpstcmdprocess/tsrc/vimpstcmdprocess_utest/data/branch_coverage/indexD19.html Thu Aug 19 09:41:53 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,271 +0,0 @@ - - -CTC++ Coverage Report - - - - - - - - -CTC++ Coverage Report - -Execution Profile -   #19/43

-Directory Summary | Files Summary | Functions Summary | Execution Profile
-To files: First | Previous | Next | Last | Index | No Index


-File: \meco_domain\conversations\uiservicetab\internal\tsrc\vimpstcmdprocess_utest\src\stub\s_vimpststoragecontactlist.cpp
-Instrumentation mode: function-decision
-TER: 0 % ( 0/ 27)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Start/ End/    
True False - Line Source

  1 /*
  2 * ==============================================================================
  3 *  Name        : cvimpststoragecontactlist.cpp
  4 *  Part of     : IMUiServiceTab / vimpststorage
  5 *  Description : Contact list container implementation
  6 *  Version     : %version: ou1s60rt#15.1.7 %
  7 *
  8 *  Copyright (c) 2008 Nokia Corporation.
  9 *  This material, including documentation and any related 
  10 *  computer programs, is protected by copyright controlled by 
  11 *  Nokia Corporation. All rights are reserved. Copying, 
  12 *  including reproducing, storing, adapting or translating, any 
  13 *  or all of this material requires the prior written consent of 
  14 *  Nokia Corporation. This material also contains confidential 
  15 *  information which may not be disclosed to others without the 
  16 *  prior written consent of Nokia Corporation.
  17 * ==============================================================================
  18 */
  19 
  20 // INCLUDE FILES
  21 #include "s_vimpststoragecontactlist.h"
  22 
  23 // ============================ MEMBER FUNCTIONS ===============================    
  24 // -----------------------------------------------------------------------------
  25 // CVIMPSTStorageContactList::ListId
  26 // -----------------------------------------------------------------------------
  27 //
 
- 28 const TDesC& vimpststoragecontactlist_stub::ListId() const
  29     {
 - 30     return KNullDesC;    
  31     }
  32     
  33 // -----------------------------------------------------------------------------
  34 // CVIMPSTStorageContactList::DisplayName
  35 // -----------------------------------------------------------------------------
  36 //
 
- 37 TPtrC vimpststoragecontactlist_stub::DisplayName() const
  38     {
 - 39     return NULL;
  40     }
  41 // -----------------------------------------------------------------------------
  42 // CVIMPSTStorageContactList::AddStorageContactToCacheL
  43 // -----------------------------------------------------------------------------
  44 //
 
- 45 TInt vimpststoragecontactlist_stub::AddStorageContactToCacheL( MVIMPSTStorageContact* aContact, TInt& aIndex )
  46     {
  47     
  48     }
  49  
  50 // -----------------------------------------------------------------------------
  51 // CVIMPSTStorageContactList::RemoveContactFromCacheL
  52 // -----------------------------------------------------------------------------
  53 //
 
- 54 TInt vimpststoragecontactlist_stub::RemoveContactFromCacheL( const TDesC& aContactId, TInt& aIndex )
  55     {
  56     
  57     }
  58 
  59 // -----------------------------------------------------------------------------
  60 // CVIMPSTStorageContactList::RemoveContactFromCacheL
  61 // -----------------------------------------------------------------------------
  62 //
 
- 63 TInt vimpststoragecontactlist_stub::RemoveContactFromCacheL( const MVPbkContactLink& aContactLink, TInt& index )
  64     {
  65     
  66     }    
  67  // -----------------------------------------------------------------------------
  68 // CVIMPSTStorageContactList::FindContact
  69 // -----------------------------------------------------------------------------
  70 //
 
- 71 TInt vimpststoragecontactlist_stub::ContactCount( TBool aSkipOfflineContacts,
  72                      TBool aSkipBlocekedContacts ) const
  73     {
  74     
  75     }
  76             
  77 // -----------------------------------------------------------------------------
  78 // CVIMPSTStorageContactList::FindContactIndex
  79 // -----------------------------------------------------------------------------
  80 //
 
- 81 TInt vimpststoragecontactlist_stub::FindContactIndex( const TDesC& aUserId,
  82                                        TInt& aOrderedIndex ) const
  83     {
  84      
  85     }
  86 
  87 // -----------------------------------------------------------------------------
  88 // CVIMPSTStorageContactList::FindContactEntry
  89 // -----------------------------------------------------------------------------
  90 //
 
- 91 TInt vimpststoragecontactlist_stub::FindContactEntry( const MVIMPSTStorageContact* aContact ) const
  92     {
  93     
  94     }
  95 // -----------------------------------------------------------------------------
  96 // CVIMPSTStorageContactList::Sort
  97 // -----------------------------------------------------------------------------
  98 //
 
- 99 void vimpststoragecontactlist_stub::Sort()
  100     {
  101     
  102     }
  103 
  104 // -----------------------------------------------------------------------------
  105 // CVIMPSTStorageContactList::ResortContact
  106 // -----------------------------------------------------------------------------
  107 //
 
- 108 void vimpststoragecontactlist_stub::ResortContact( MVIMPSTStorageContact* aContact )
  109     {
  110     
  111     }
  112    
  113 // -----------------------------------------------------------------------------
  114 // CVIMPSTStorageContactList::FindIndexOfContact
  115 // From MVIMPSTContactList
  116 // -----------------------------------------------------------------------------
  117 //
 
- 118 TInt vimpststoragecontactlist_stub::FindIndexOfContact( const MVIMPSTStorageContact* aContact,
  119                             TVIMPSTEnums::TFilterType aFilter  ) const
  120     {    
  121     
  122     }
  123        
  124 // -----------------------------------------------------------------------------
  125 // CVIMPSTStorageContactList::Count
  126 // From MVIMPSTStorageContactList
  127 // -----------------------------------------------------------------------------
  128 //
 
- 129 TInt vimpststoragecontactlist_stub::Count() const
  130     {
 - 131     return 1;
  132     }
  133     
  134 // -----------------------------------------------------------------------------
  135 // CVIMPSTStorageContactList::OnlineCount
  136 // From MVIMPSTStorageContactList
  137 // -----------------------------------------------------------------------------
  138 //
 
- 139 TInt vimpststoragecontactlist_stub::OnlineCount() const
  140     {
  141     
  142     }
  143 // -----------------------------------------------------------------------------
  144 // CVIMPSTStorageContactList::operator[]
  145 // From MVIMPSTStorageContactList
  146 // -----------------------------------------------------------------------------
  147 //
 
- 148 MVIMPSTStorageContact& vimpststoragecontactlist_stub::operator[]( TInt aIndex ) const
  149     {
  150     
  151     }
  152     
  153 // -----------------------------------------------------------------------------
  154 // CVIMPSTStorageContactList::OnlineContact
  155 // From MVIMPSTContactList
  156 // -----------------------------------------------------------------------------
  157 //
 
- 158 MVIMPSTStorageContact& vimpststoragecontactlist_stub::OnlineContact( TInt aIndex ) const
  159     {
  160     
  161     }
  162  
  163 // -----------------------------------------------------------------------------
  164 // CVIMPSTStorageContactList::FilteredContact
  165 // From MVIMPSTContactList
  166 // -----------------------------------------------------------------------------
  167 //
 
- 168 MVIMPSTStorageContact& vimpststoragecontactlist_stub::FilteredContact( 
  169                 TInt aIndex, TVIMPSTEnums::TFilterType aFilter ) const
  170    {
  171     
  172    }
  173 
  174 // -----------------------------------------------------------------------------
  175 // CVIMPSTStorageContactList::FilteredCount
  176 // From MVIMPSTContactList
  177 // -----------------------------------------------------------------------------
  178 //
 
- 179 TInt vimpststoragecontactlist_stub::FilteredCount( 
  180                             TVIMPSTEnums::TFilterType aFilter ) const
  181    {
 - 182     return 1;
  183      }
  184 
  185 // -----------------------------------------------------------------------------
  186 // CVIMPSTStorageContactList::FilterAllowsContact
  187 // -----------------------------------------------------------------------------
  188 //
 
- 189 TBool vimpststoragecontactlist_stub::FilterAllowsContact( const MVIMPSTStorageContact* aContact,
  190                              TVIMPSTEnums::TFilterType aFilter ) const
  191     {
 - 192     return ETrue;
  193     }
  194 
  195 // -----------------------------------------------------------------------------
  196 // CVIMPSTStorageContactList::FindContact
  197 // -----------------------------------------------------------------------------
  198 //
 
- 199 MVIMPSTStorageContact* vimpststoragecontactlist_stub::FindContact( const TDesC& aContactId )
  200     {
  201     //return NULL;
  202     }
  203 // -----------------------------------------------------------------------------
  204 // CVIMPSTStorageContactList::FindContactByContactLinkL
  205 // -----------------------------------------------------------------------------
  206 //
 
- 207 MVIMPSTStorageContact* vimpststoragecontactlist_stub::FindContactByContactLink( const MVPbkContactLink& aContactLink )
  208     {
  209     //return NULL;
  210     }
  211     
  212 // -----------------------------------------------------------------------------
  213 // CVIMPSTStorageContactList::FindContactByLinkL
  214 // -----------------------------------------------------------------------------
  215 //
 
- 216 TInt vimpststoragecontactlist_stub::FindContactByLinkL( const MVPbkContactLink& aContactLink,
  217                                           TInt& aIndexOrderedArray ) const
  218     {
 - 219     return NULL;
  220     }        
  221     
  222 //  End of File
***TER 0% (0/27) of SOURCE FILE s_vimpststoragecontactlist.cpp

-Directory Summary | Files Summary | Functions Summary | Execution Profile
-To files: First | Previous | Next | Last | Top | Index | No Index


-