CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
SleepManager.cpp File Reference
#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.

Namespaces

namespace  cdc
namespace  cdc::ui
 Centralized key-code constants for cdc_views.

Functions

void cdc::ui::updatePowerStatusIcons ()
 Synchronizes lock-screen status icons with current hardware state.

Variables

static const char * TAG = "SleepMgr"

Variable Documentation

◆ TAG

const char* TAG = "SleepMgr"
static

Definition at line 14 of file SleepManager.cpp.