#include <hiker/notifymgr.h>
Go to the source code of this file.
Data Structures | |
struct | _AlpNotifyCmdRegister |
struct | _AlpNotifyCmdUnregister |
struct | _AlpNotifyCmdBroadcast |
struct | _AlpNotifyCmdNotification |
struct | _AlpNotifyCmdNotificationDone |
struct | _AlpNotifyCmdCallback |
Defines | |
#define | ALP_NOTIFY_MGR_SERVER_CHANNEL "alp_notify_server" |
#define | ALP_NOTIFY_CMD_REGISTER 1 |
#define | ALP_NOTIFY_CMD_UNREGISTER 2 |
#define | ALP_NOTIFY_CMD_BROADCAST 3 |
#define | ALP_NOTIFY_CMD_NOTIFY 4 |
#define | ALP_NOTIFY_CMD_NOTIFY_DONE 5 |
#define | ALP_NOTIFY_CMD_CALLBACK 6 |
Typedefs | |
typedef _AlpNotifyCmdRegister | AlpNotifyCmdRegister |
typedef _AlpNotifyCmdUnregister | AlpNotifyCmdUnregister |
typedef _AlpNotifyCmdBroadcast | AlpNotifyCmdBroadcast |
typedef _AlpNotifyCmdNotification | AlpNotifyCmdNotification |
typedef _AlpNotifyCmdNotificationDone | AlpNotifyCmdNotificationDone |
typedef _AlpNotifyCmdCallback | AlpNotifyCmdCallback |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|