harvester/harvesterserver/traces/CBlacklistMgrTraces.h
changeset 23 d4d56f5e7c55
parent 8 6547bf8ca13a
equal deleted inserted replaced
20:556534771396 23:d4d56f5e7c55
     1 // Created by TraceCompiler 2.2.2
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 // Created by TraceCompiler 2.3.0
     2 // DO NOT EDIT, CHANGES WILL BE LOST
    18 // DO NOT EDIT, CHANGES WILL BE LOST
     3 
    19 
     4 #ifndef __CBLACKLISTMGRTRACES_H__
    20 #ifndef __CBLACKLISTMGRTRACES_H__
     5 #define __CBLACKLISTMGRTRACES_H__
    21 #define __CBLACKLISTMGRTRACES_H__
     6 
    22 
     7 #define KOstTraceComponentID 0x2001f6fb
    23 #define KOstTraceComponentID 0x2001f6fb
     8 
    24 
     9 #define CBLACKLISTMGR_NEWL_ENTRY 0x8a000f
    25 #define CBLACKLISTMGR_NEWL_ENTRY 0x8a0017
    10 #define CBLACKLISTMGR_NEWL_EXIT 0x8a0010
    26 #define CBLACKLISTMGR_NEWL_EXIT 0x8a0018
    11 #define CBLACKLISTMGR_CONSTRUCTL_ENTRY 0x8a0011
    27 #define CBLACKLISTMGR_CONSTRUCTL_ENTRY 0x8a0019
    12 #define CBLACKLISTMGR_CONSTRUCTL_EXIT 0x8a0012
    28 #define CBLACKLISTMGR_CONSTRUCTL_EXIT 0x8a001a
    13 #define CBLACKLISTMGR_ADDL_ENTRY 0x8a0013
    29 #define CBLACKLISTMGR_ADDL_ENTRY 0x8a001b
    14 #define CBLACKLISTMGR_ADDL_EXIT 0x8a0014
    30 #define CBLACKLISTMGR_ADDL_EXIT 0x8a001c
    15 #define CBLACKLISTMGR_REMOVE_ENTRY 0x8a0015
    31 #define CBLACKLISTMGR_REMOVE_ENTRY 0x8a001d
    16 #define CBLACKLISTMGR_REMOVE_EXIT 0x8a0016
    32 #define CBLACKLISTMGR_REMOVE_EXIT 0x8a001e
    17 #define CBLACKLISTMGR_ADDTOUNLOADLISTL_ENTRY 0x8a0043
    33 #define CBLACKLISTMGR_ADDTOUNLOADLISTL_ENTRY 0x8a001f
    18 #define CBLACKLISTMGR_REMOVEFROMUNLOADLISTL_ENTRY 0x8a0045
    34 #define CBLACKLISTMGR_ADDTODONTLOADLISTL_EXIT 0x8a0020
    19 #define CBLACKLISTMGR_ADDTODONTLOADLISTL_EXIT 0x8a0055
    35 #define CBLACKLISTMGR_REMOVEFROMUNLOADLISTL_ENTRY 0x8a0021
    20 #define CBLACKLISTMGR_REMOVEFROMDONTLOADLISTL_EXIT 0x8a0056
    36 #define CBLACKLISTMGR_REMOVEFROMDONTLOADLISTL_EXIT 0x8a0022
    21 #define CBLACKLISTMGR_ADDL 0x86000b
    37 #define CBLACKLISTMGR_ADDL 0x86000d
    22 #define CBLACKLISTMGR_REMOVE 0x86000c
    38 #define CBLACKLISTMGR_REMOVE 0x86000e
    23 #define CBLACKLISTMGR_FINDL 0x86000d
    39 #define CBLACKLISTMGR_FINDL 0x86000f
    24 #define DUP1_CBLACKLISTMGR_FINDL 0x86000e
    40 #define DUP1_CBLACKLISTMGR_FINDL 0x860010
    25 #define DUP2_CBLACKLISTMGR_FINDL 0x86000f
    41 #define DUP2_CBLACKLISTMGR_FINDL 0x860011
    26 #define CBLACKLISTMGR_REMOVEFROMUNLOADLISTL 0x86002b
    42 #define CBLACKLISTMGR_ADDTODONTLOADLISTL 0x860012
    27 #define CBLACKLISTMGR_ADDTODONTLOADLISTL 0x86002f
    43 #define CBLACKLISTMGR_REMOVEFROMUNLOADLISTL 0x860013
    28 #define CBLACKLISTMGR_FINDINDONTLOADLISTL 0x860030
    44 #define CBLACKLISTMGR_FINDINDONTLOADLISTL 0x860014
    29 
    45 
       
    46 
       
    47 #ifndef __OSTTRACEGEN2_TUINT32_TUINT_TINT__
       
    48 #define __OSTTRACEGEN2_TUINT32_TUINT_TINT__
    30 
    49 
    31 inline TBool OstTraceGen2( TUint32 aTraceID, TUint aParam1, TInt aParam2 )
    50 inline TBool OstTraceGen2( TUint32 aTraceID, TUint aParam1, TInt aParam2 )
    32     {
    51     {
    33     TBool retval = BTraceFiltered8( EXTRACT_GROUP_ID(aTraceID), EOstTraceActivationQuery, KOstTraceComponentID, aTraceID );
    52     TBool retval = BTraceFiltered8( EXTRACT_GROUP_ID(aTraceID), EOstTraceActivationQuery, KOstTraceComponentID, aTraceID );
    34     if ( retval )
    53     if ( retval )
    43         retval = OstSendNBytes( EXTRACT_GROUP_ID(aTraceID), EOstTrace, KOstTraceComponentID, aTraceID, ptr, 8 );
    62         retval = OstSendNBytes( EXTRACT_GROUP_ID(aTraceID), EOstTrace, KOstTraceComponentID, aTraceID, ptr, 8 );
    44         }
    63         }
    45     return retval;
    64     return retval;
    46     }
    65     }
    47 
    66 
       
    67 #endif // __OSTTRACEGEN2_TUINT32_TUINT_TINT__
       
    68 
       
    69 
       
    70 #ifndef __OSTTRACEGEN2_TUINT32_TUINT32_TINT32__
       
    71 #define __OSTTRACEGEN2_TUINT32_TUINT32_TINT32__
       
    72 
    48 inline TBool OstTraceGen2( TUint32 aTraceID, TUint32 aParam1, TInt32 aParam2 )
    73 inline TBool OstTraceGen2( TUint32 aTraceID, TUint32 aParam1, TInt32 aParam2 )
    49     {
    74     {
    50     TBool retval = BTraceFiltered8( EXTRACT_GROUP_ID(aTraceID), EOstTraceActivationQuery, KOstTraceComponentID, aTraceID );
    75     TBool retval = BTraceFiltered8( EXTRACT_GROUP_ID(aTraceID), EOstTraceActivationQuery, KOstTraceComponentID, aTraceID );
    51     if ( retval )
    76     if ( retval )
    52         {
    77         {
    60         retval = OstSendNBytes( EXTRACT_GROUP_ID(aTraceID), EOstTrace, KOstTraceComponentID, aTraceID, ptr, 8 );
    85         retval = OstSendNBytes( EXTRACT_GROUP_ID(aTraceID), EOstTrace, KOstTraceComponentID, aTraceID, ptr, 8 );
    61         }
    86         }
    62     return retval;
    87     return retval;
    63     }
    88     }
    64 
    89 
       
    90 #endif // __OSTTRACEGEN2_TUINT32_TUINT32_TINT32__
       
    91 
       
    92 
    65 
    93 
    66 #endif
    94 #endif
    67 
    95 
    68 // End of file
    96 // End of file
    69 
    97