#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <signal.h>
#include <glib.h>
#include <hiker/types.h>
#include <hiker/appmgr.h>
#include <hiker/bundlemgr.h>
#include <hiker/notifymgr.h>
#include <hiker/attnmgr.h>
#include <hiker/prv/attnmgr_traces.h>
#include <hiker/prv/attnmgr_alert.h>
#include <hiker/prv/attnmgr_dml.h>
#include <hiker/prv/attnmgr_ipc.h>
#include "attnmgrd_prv.h"
#include "attn_dml_prv.h"
Enumerations | |
enum | AlpAttnCommand { ALP_ATTN_CMD_POST = 0, ALP_ATTN_CMD_UPDATE, ALP_ATTN_CMD_DELETE } |
Functions | |
void | SendNotifyBroadcast (AlpDmlItemH itemH, gchar *type) |
void | alp_attnmgrd_process_post_alert (AlpConnection *connection, AlpMessage *message, AlpDmlItemH itemH, gint procId, gint userId, gint groupId) |
void | alp_attnmgrd_process_update_alert (AlpConnection *connection, AlpMessage *message, AlpDmlItemH itemH) |
void | alp_attnmgrd_process_delete_alert (AlpConnection *connection, AlpMessage *message, AlpDmlItemH itemH) |
|
|
|
|
|
|
|
|
|
|