videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/inc/IptvTestUtilALR.h
changeset 3 bdf78597b41c
parent 1 17b6bb2b14ba
equal deleted inserted replaced
2:12f9acf7a934 3:bdf78597b41c
    34 // CONSTANTS
    34 // CONSTANTS
    35 
    35 
    36 // Declared in CIptvUtil.h and vcxconnutilimpl.cpp
    36 // Declared in CIptvUtil.h and vcxconnutilimpl.cpp
    37 const TUid VCXTEST_KIptvAlrCenRepUid = { 0x2000B438 };
    37 const TUid VCXTEST_KIptvAlrCenRepUid = { 0x2000B438 };
    38 const TInt VCXTEST_KIptvCenRepUsedSnapIdKey   = 0x1;
    38 const TInt VCXTEST_KIptvCenRepUsedSnapIdKey   = 0x1;
       
    39 const TInt VCXTEST_KIptvCenRepDefaultIapIdKey   = 0x2;
    39 const TInt VCXTEST_KIptvCenRepAPModeAlwaysAsk = 0;
    40 const TInt VCXTEST_KIptvCenRepAPModeAlwaysAsk = 0;
    40 
    41 
    41 // CLASS DECLARATION
    42 // CLASS DECLARATION
    42 
    43 
    43 /**
    44 /**
   134     
   135     
   135     /**
   136     /**
   136      * Gets the default access point from connection manager
   137      * Gets the default access point from connection manager
   137      */
   138      */
   138     IMPORT_C TUint32 GetDefaultIap( void );
   139     IMPORT_C TUint32 GetDefaultIap( void );
       
   140     
       
   141     /**
       
   142      * Gets the default iap, saves it to cenrep
       
   143      */
       
   144     IMPORT_C TInt SetDefaultIapCenRep( void );
       
   145     
       
   146     /**
       
   147      * Gets the default iap id from cenrep
       
   148      */
       
   149     IMPORT_C TUint32 GetDefaultIapCenRep( void );
   139 
   150 
       
   151     
   140 private: // New functions
   152 private: // New functions
   141 
   153 
   142     /**
   154     /**
   143      * Prints destination's IAPs and their priorities to debug output.
   155      * Prints destination's IAPs and their priorities to debug output.
   144      */
   156      */