equal
deleted
inserted
replaced
111 iMaximumReportingPeriod = value * KMilliToMicroSeconds; // milliseconds to microseconds |
111 iMaximumReportingPeriod = value * KMilliToMicroSeconds; // milliseconds to microseconds |
112 |
112 |
113 COMPONENT_TRACE2(_L( "HWRM Server - CHWRMPowerCommonData::ConstructL - iMaximumReportingPeriod: %d" ), iMaximumReportingPeriod ); |
113 COMPONENT_TRACE2(_L( "HWRM Server - CHWRMPowerCommonData::ConstructL - iMaximumReportingPeriod: %d" ), iMaximumReportingPeriod ); |
114 |
114 |
115 // Register for indications from HWRM plugin. |
115 // Register for indications from HWRM plugin. |
116 aPluginHandler->RegisterForIndications(this); |
116 aPluginHandler->RegisterForIndicationsL(this); |
117 |
117 |
118 iPowerService = CHWRMPowerService::NewL(aPluginHandler, *this); |
118 iPowerService = CHWRMPowerService::NewL(aPluginHandler, *this); |
119 |
119 |
120 iPowerReportMeasurementsTimer = CHWRMGenericTimer::NewL(*this, iMaximumReportingPeriod, EPowerReportClientsId); |
120 iPowerReportMeasurementsTimer = CHWRMGenericTimer::NewL(*this, iMaximumReportingPeriod, EPowerReportClientsId); |
121 |
121 |