resourcemgmt/hwresourcesmgr/test/te_hwrm/hwrmtest.h
changeset 70 653a8b91b95e
parent 0 4e1aa6a622a0
child 78 3f0699f2e14c
equal deleted inserted replaced
64:61992147389a 70:653a8b91b95e
   120     void TestLightEnhancedLightLeaveL();
   120     void TestLightEnhancedLightLeaveL();
   121     void TestLightSetColorReserveL();
   121     void TestLightSetColorReserveL();
   122 	
   122 	
   123 	// Power State tests
   123 	// Power State tests
   124 	void TestPowerStatesL();
   124 	void TestPowerStatesL();
       
   125 	void TestPowerExtendedBatteryStatusL();
       
   126 	void TestPowerBatteryStatusL();
       
   127 	void TestPowerChargingStatusL();
   125 	
   128 	
   126 	// Extended Lights
   129 	// Extended Lights
   127 	void TestExtendedLightSessionsL();
   130 	void TestExtendedLightSessionsL();
   128 	
   131 	
   129 	void TestInvalidSessionsL();
   132 	void TestInvalidSessionsL();
   456 	
   459 	
   457 	void CloseFlipL();
   460 	void CloseFlipL();
   458 	void OpenFlipL();
   461 	void OpenFlipL();
   459 		
   462 		
   460 	void PowerStateOpenL();
   463 	void PowerStateOpenL();
       
   464 	void ExpectLegacyBatteryStatusL();
       
   465     void ExpectLegacyChargingStatusL();
       
   466     void ExpectNewBatteryStatusL();
       
   467     void ExpectNewChargingStatusL();
   461 	void BatteryLevelL();
   468 	void BatteryLevelL();
   462 	void BatteryStateL();
   469 	void BatteryStateL();
   463 	void ChargingStatusL();	
   470 	void BatteryStateUnknownErrorL();
       
   471 	void BatteryStateUnsupportedL();
       
   472 	void BatteryStateAuthErrorL();
       
   473 	void BatteryStateStatusOkL();
       
   474 	void BatteryStateStatusLowL();
       
   475 	void BatteryStateStatusEmptyL();
       
   476 	void ExtendedBatteryStateUnknownErrorL();
       
   477 	void ExtendedBatteryStateUnsupportedL();
       
   478 	void ExtendedBatteryStateAuthErrorL();
       
   479 	void ExtendedBatteryStateStatusOkL();
       
   480 	void ExtendedBatteryStateStatusLowL();
       
   481 	void ExtendedBatteryStateStatusEmptyL();
       
   482 	void ChargingStatusL();
       
   483 	void ChargingStatusNotConnectedL();
       
   484 	void ChargingStatusChargingOkL();
       
   485 	void ChargingStatusNotChargingL();
       
   486 	void ChargingStatusAlmostCompleteL();
       
   487 	void ChargingStatusCompletedChargingL();
       
   488 	void ChargingStatusChargingContinuesL();
       
   489 	void ChargingStatusErrorL();
       
   490 	void ChargingStatusIllegalErrorL();
       
   491 	void ChargingStatusUnderVoltageErrorL();
       
   492 	void ChargingStatusOverVoltageErrorL();
       
   493 	void ChargingStatusTooHotErrorL();
       
   494 	void ChargingStatusTooColdErrorL();
   464 
   495 
   465 	void DisableNotificationCheckingL();
   496 	void DisableNotificationCheckingL();
   466 	void EnableNotificationCheckingL();
   497 	void EnableNotificationCheckingL();
   467 
   498 
   468 	void OpenExtLightSessionL();
   499 	void OpenExtLightSessionL();
   493 	void PowerGetBaseTimeIntervalL();
   524 	void PowerGetBaseTimeIntervalL();
   494 #ifdef SYMBIAN_HWRM_EXTPOWERINFO
   525 #ifdef SYMBIAN_HWRM_EXTPOWERINFO
   495 	void PowerAndPowerStateOpenL();
   526 	void PowerAndPowerStateOpenL();
   496 	void PowerAndPowerState3SessionsOpenL();
   527 	void PowerAndPowerState3SessionsOpenL();
   497 	void PowerChargingStatusErrorL();
   528 	void PowerChargingStatusErrorL();
       
   529 	void PowerChargingStatusIllegalErrorL();
       
   530 	void PowerChargingStatusUnderVoltageErrorL();
       
   531 	void PowerChargingStatusOverVoltageErrorL();
       
   532 	void PowerChargingStatusTooHotErrorL();
       
   533 	void PowerChargingStatusTooColdErrorL();	
   498 	void PowerChargingStatusNotConnectedL();
   534 	void PowerChargingStatusNotConnectedL();
   499 	void PowerChargingStatusChargingL();
   535 	void PowerChargingStatusChargingL();
   500 	void PowerChargingStatusNotChargingL();
   536 	void PowerChargingStatusNotChargingL();
   501 	void PowerChargingStatusAlmostCompleteL();
   537 	void PowerChargingStatusAlmostCompleteL();
   502 	void PowerChargingStatusCompleteL();	
   538 	void PowerChargingStatusCompleteL();	
   503 	void PowerChargingStatusContinuedL();	
   539 	void PowerChargingStatusContinuedL();	
   504 	void PowerChargingStatusError3L();
   540 	void PowerChargingStatusError3L();
       
   541 	void PowerChargingStatusIllegalError3L();
       
   542 	void PowerChargingStatusUnderVoltageError3L();
       
   543 	void PowerChargingStatusOverVoltageError3L();
       
   544 	void PowerChargingStatusTooHotError3L();
       
   545 	void PowerChargingStatusTooColdError3L();	
   505 	void PowerChargingStatusNotConnected3L();
   546 	void PowerChargingStatusNotConnected3L();
   506 	void PowerChargingStatusCharging3L();
   547 	void PowerChargingStatusCharging3L();
   507 	void PowerChargingStatusNotCharging3L();
   548 	void PowerChargingStatusNotCharging3L();
   508 	void PowerChargingStatusAlmostComplete3L();
   549 	void PowerChargingStatusAlmostComplete3L();
   509 	void PowerChargingStatusComplete3L();	
   550 	void PowerChargingStatusComplete3L();	
   549 	void GetBatteryChargerTypeACMain();
   590 	void GetBatteryChargerTypeACMain();
   550 	void GetBatteryChargerTypeUSB();
   591 	void GetBatteryChargerTypeUSB();
   551 	void GetBatteryChargerTypeNoChargerMulticlientL();
   592 	void GetBatteryChargerTypeNoChargerMulticlientL();
   552 	void GetBatteryChargerTypeACMainMulticlientL();
   593 	void GetBatteryChargerTypeACMainMulticlientL();
   553 	void GetBatteryChargerTypeUSBMulticlientL();
   594 	void GetBatteryChargerTypeUSBMulticlientL();
       
   595 	void GetBatteryChargerTypeUSBHispeedHost();
       
   596 	void GetBatteryChargerTypeUSBHispeedHostMulticlientL();
       
   597 	void GetBatteryChargerTypeUSBAca();
       
   598 	void GetBatteryChargerTypeUSBAcaMulticlientL();	
   554 	void GetBatteryChargerTypeWithPluginErrorL();
   599 	void GetBatteryChargerTypeWithPluginErrorL();
   555 	void ChargingCurrentMaxPeriodReachedL();
   600 	void ChargingCurrentMaxPeriodReachedL();
   556 	void StartChargingCurrentSameIntervalL();
   601 	void StartChargingCurrentSameIntervalL();
   557 	void StartChargingCurrentDifferentIntervalL();
   602 	void StartChargingCurrentDifferentIntervalL();
   558 	void StopChargingCurrentAllL();
   603 	void StopChargingCurrentAllL();