traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_functional/inc/te_advancedfiltering.h
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    19  @file te_advancedfiltering.h
    19  @file te_advancedfiltering.h
    20  @internalTechnology
    20  @internalTechnology
    21 */
    21 */
    22 #if (!defined TE_ULOGGERADPAPITESTSTEP_H)
    22 #if (!defined TE_ULOGGERADPAPITESTSTEP_H)
    23 #define TE_ULOGGERADPAPITESTSTEP_H
    23 #define TE_ULOGGERADPAPITESTSTEP_H
    24 #include <datawrapper.h>
    24 #include <test/datawrapper.h>
    25 #include "te_ostv2integsuite_basewrapper.h"
    25 #include "te_ostv2integsuite_basewrapper.h"
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <e32math.h>
    27 #include <e32math.h>
    28 #include <uloggerclient.h>
    28 #include <uloggerclient.h>
    29 #include "te_dataparameters.h"
    29 #include "te_dataparameters.h"
    43 	static CTCMAdvancedGroupIDFilteringWrapper* NewLC();
    43 	static CTCMAdvancedGroupIDFilteringWrapper* NewLC();
    44 	TAny* GetObject();
    44 	TAny* GetObject();
    45 	TBool DoCommandL(	const TTEFFunction& aCommand,
    45 	TBool DoCommandL(	const TTEFFunction& aCommand,
    46 						const TTEFSectionName& aSection, 
    46 						const TTEFSectionName& aSection, 
    47 						const TInt aAsyncErrorIndex);
    47 						const TInt aAsyncErrorIndex);
    48 	TVerdict TestGroupIdFiltering(RULogger& aLogger, const TBool aFilter, const TBool aFiltering);
    48 	TVerdict TestGroupIdFilteringL(RULogger& aLogger, const TBool aFilter, const TBool aFiltering);
    49 
    49 
    50 private:
    50 private:
    51 	CTCMAdvancedGroupIDFilteringWrapper();
    51 	CTCMAdvancedGroupIDFilteringWrapper();
    52 	void ConstructL();
    52 	void ConstructL();
    53 	};
    53 	};
    60 	static CTCMAdvancedComponentIDFilteringWrapper* NewLC();
    60 	static CTCMAdvancedComponentIDFilteringWrapper* NewLC();
    61 	TAny* GetObject();
    61 	TAny* GetObject();
    62 	TBool DoCommandL(	const TTEFFunction& aCommand,
    62 	TBool DoCommandL(	const TTEFFunction& aCommand,
    63 						const TTEFSectionName& aSection, 
    63 						const TTEFSectionName& aSection, 
    64 						const TInt aAsyncErrorIndex);
    64 						const TInt aAsyncErrorIndex);
    65 	TVerdict TestComponentIdFiltering(RULogger& aLogger, const TBool aFilter, const TBool aFiltering);
    65 	TVerdict TestComponentIdFilteringL(RULogger& aLogger, const TBool aFilter, const TBool aFiltering);
    66 	
    66 	
    67 // Please add/modify your class members here:
    67 // Please add/modify your class members here:
    68 private:
    68 private:
    69 	CTCMAdvancedComponentIDFilteringWrapper();
    69 	CTCMAdvancedComponentIDFilteringWrapper();
    70 	void ConstructL();
    70 	void ConstructL();