#include "cdc_os_ui/SleepManager.h"
#include "cdc_os_ui/views/LockScreenView.h"
#include "cdc_ui/ViewStack.h"
#include "cdc_hal/ISleepController.h"
#include "cdc_hal/IPowerManager.h"
#include "cdc_hal/IDisplay.h"
#include "cdc_core/EventBus.h"
#include "cdc_log.h"
#include "esp_timer.h"
#include <ctime>
#include <cstdio>
#include <cstring>
Go to the source code of this file.
|
| namespace | cdc |
| namespace | cdc::ui |
| | Centralized key-code constants for cdc_views.
|
|
| static const char * | TAG = "SleepMgr" |
◆ TAG
| const char* TAG = "SleepMgr" |
|
static |