|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
36 #ifndef _DS_SLEEPMODE_HPP_
37 #define _DS_SLEEPMODE_HPP_
This class is implemented using templates and it is used to maintain a container with the list of sup...
SleepMode(int id)
This function is a parameterised constructor of SleepMode class. It initializes the SleepMode instanc...
static SleepMode & getInstance(int id)
This function is used to get an instance of SleepMode against the specified id, only if the id passed...
This file defines DSConstant class which is inherited by most of the device settings classes.
This class is used to store and manage the names and id's. It is derived by many classes like VideoRe...
static const int kLightSleep
Indicates light sleep mode.
static const int kMax
Indicates maximum number of sleep modes supported.
This class extends DSConstant to implement SleepMode. It is used to manage the sleep modes for device...
virtual ~SleepMode()
This function is the default destructor of SleepMode class.
static const int kDeepSleep
Indicates deep sleep mode.
List< SleepMode > getSleepModes()
This function is used to get all the platform supported types of sleep modes.