Beispiel #1
0
DomainPerformanceControl_003::DomainPerformanceControl_003(UIntN participantIndex, UIntN domainIndex,
    std::shared_ptr<ParticipantServicesInterface> participantServicesInterface) :
    DomainPerformanceControlBase(participantIndex, domainIndex, participantServicesInterface),
    m_capabilitiesLocked(false)
{
    clearCachedData();
    capture();
}
Beispiel #2
0
DomainCoreControl_001::DomainCoreControl_001(
	UIntN participantIndex,
	UIntN domainIndex,
	std::shared_ptr<ParticipantServicesInterface> participantServicesInterface)
	: DomainCoreControlBase(participantIndex, domainIndex, participantServicesInterface)
{
	clearCachedData();
	capture();
}
Beispiel #3
0
DomainDisplayControl_001::DomainDisplayControl_001(UIntN participantIndex, UIntN domainIndex, 
    std::shared_ptr<ParticipantServicesInterface> participantServicesInterface) :
    DomainDisplayControlBase(participantIndex, domainIndex, participantServicesInterface),
    m_userPreferredIndex(Constants::Invalid),
    m_lastSetDisplayBrightness(Constants::Invalid),
    m_isUserPreferredIndexModified(true),
    m_capabilitiesLocked(false)
{
    clearCachedData();
    capture();
}
ParticipantGetSpecificInfo_001::ParticipantGetSpecificInfo_001(ParticipantServicesInterface* participantServicesInterface)
    : m_participantServicesInterface(participantServicesInterface)
{
    createSupportedKeysVector();
    clearCachedData();
}
DomainConfigTdpControl_001::~DomainConfigTdpControl_001(void)
{
    clearCachedData();
}
Beispiel #6
0
DomainActiveControl_001::~DomainActiveControl_001(void)
{
    clearCachedData();
}
Beispiel #7
0
DomainTemperature_002::~DomainTemperature_002(void)
{
    clearCachedData();
}
Beispiel #8
0
DomainPriority_001::DomainPriority_001(ParticipantServicesInterface* participantServicesInterface) :
    m_participantServicesInterface(participantServicesInterface)
{
    clearCachedData();
}
DomainPerformanceControl_003::~DomainPerformanceControl_003(void)
{
    clearCachedData();
}