CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
LockscreenRegistry.h File Reference

Internal registry of plugin lockscreen quick-actions. More...

#include <cstdint>
#include <cstddef>

Go to the source code of this file.

Classes

struct  cdc::plugin_manager::LockscreenRegistration

Namespaces

namespace  cdc
namespace  cdc::plugin_manager

Functions

uint8_t cdc::plugin_manager::collectLockscreenItems (LockscreenRegistration *out, uint8_t max)
void cdc::plugin_manager::clearLockscreenRegistrationFor (void *plugin)

Detailed Description

Internal registry of plugin lockscreen quick-actions.

Owned by host_api_lockscreen.cpp; queried by PluginManager and the lockscreen view. Plugins register through host_lockscreen_register_action.

Definition in file LockscreenRegistry.h.