logsui/logsengine/logssymbianos/tsrc/ut_logssymbianos/inc/ut_logsreaderstates.h
changeset 16 c5af8598d22c
parent 14 f27aebe284bb
equal deleted inserted replaced
14:f27aebe284bb 16:c5af8598d22c
    64     void testStateFiltering();
    64     void testStateFiltering();
    65     void testStateFilteringAll();
    65     void testStateFilteringAll();
    66     void testStateReading();
    66     void testStateReading();
    67     void testStateReading2();
    67     void testStateReading2();
    68     void testStateFillDetails();
    68     void testStateFillDetails();
       
    69     void testStateFillDetails2();
    69     void testStateDone();
    70     void testStateDone();
    70     void testStateSearchingEvent();
    71     void testStateSearchingEvent();
    71     void testStateFindingDuplicates();
    72     void testStateFindingDuplicates();
    72     void testStateMarkingDuplicates();
    73     void testStateMarkingDuplicates();
    73     void testStateReadingDuplicates();
    74     void testStateReadingDuplicates();
       
    75     void testStateMergingDuplicates();
    74     void testStateReadingDuplicatesDone();
    76     void testStateReadingDuplicatesDone();
    75     void testStateModifyingDone();
    77     void testStateModifyingDone();
    76 
    78 
    77 protected: // From LogsStateBaseContext
    79 protected: // From LogsStateBaseContext
    78     
    80     
    93       QHash<QString, ContactCacheEntry>& contactCache();
    95       QHash<QString, ContactCacheEntry>& contactCache();
    94       QList<LogsEvent*>& duplicatedEvents();
    96       QList<LogsEvent*>& duplicatedEvents();
    95       
    97       
    96 protected: // From LogsReaderObserver
    98 protected: // From LogsReaderObserver
    97     
    99     
    98       void readCompleted(int readCount);
   100       void readCompleted();
    99       void errorOccurred(int err);
   101       void errorOccurred(int err);
   100       void temporaryErrorOccurred(int err);
   102       void temporaryErrorOccurred(int err);
   101       void eventModifyingCompleted();
   103       void eventModifyingCompleted();
   102       void duplicatesReadingCompleted(QList<LogsEvent*> duplicates);
   104       void duplicatesReadingCompleted(QList<LogsEvent*> duplicates);
   103 
   105