This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ALARMD_SERVICE "com.nokia.alarmd" |
ALARMD_SERVICE:. | |
#define | ALARMD_PATH "/com/nokia/alarmd" |
ALARMD_PATH:. | |
#define | ALARMD_INTERFACE "com.nokia.alarmd" |
ALARMD_INTERFACE:. | |
#define | ALARM_EVENT_ADD "add_event" |
ALARM_EVENT_ADD:. | |
#define | ALARM_EVENT_DEL "del_event" |
ALARM_EVENT_DEL:. | |
#define | ALARM_EVENT_QUERY "query_event" |
ALARM_EVENT_QUERY:. | |
#define | ALARM_EVENT_GET "get_event" |
ALARM_EVENT_GET:. | |
#define | ALARMD_SNOOZE_SET "set_snooze" |
ALARMD_SNOOZE_SET:. | |
#define | ALARMD_SNOOZE_GET "get_snooze" |
ALARMD_SNOOZE_GET:. |
|
ALARM_EVENT_ADD:. Adds an event into the queue. Parameters: OBJECT_PATH: Name of the object type. UINT32: Count of arguments for the object. STRING: Parameter 1 name. TYPE: Parameter 1 value. STRING: Parameter 2 name. TYPE: Parameter 2 value. ... Return: INT32: unique id for the alarm Definition at line 78 of file alarm_dbus.h. Referenced by _dbus_message_in(), and alarm_event_add(). |
|
ALARM_EVENT_DEL:. Removes event from the queue. Parameters: INT32: The id of the alarm event. Return: BOOL: TRUE on success. Definition at line 93 of file alarm_dbus.h. Referenced by _dbus_message_in(), and alarm_event_del(). |
|
ALARM_EVENT_GET:. Parameters: INT32: The id of the alarm event. Return: OBJECT_PATH: Name of the object type. UINT32: Count of arguments for the object. STRING: Parameter 1 name. TYPE: Parameter 1 value. STRING: Parameter 2 name. TYPE: Parameter 2 value. ... Definition at line 138 of file alarm_dbus.h. Referenced by _dbus_message_in(), and alarm_event_get(). |
|
ALARM_EVENT_QUERY:. Queries the queue for matching events. Parameters: UINT64: Start time of query (seconds since Jan 1 1970 00:00:00 UTC. UINT64: End time of query. INT32: Flag mask to select events (0 to get all. INT32: Wanted flag values. Return: Array of INT32s: The event id's. Definition at line 114 of file alarm_dbus.h. Referenced by _dbus_message_in(), and alarm_event_query(). |
|
ALARMD_INTERFACE:. The interface the commands use. Definition at line 51 of file alarm_dbus.h. Referenced by _alarm_event_dbus_call(), _dbus_message_in(), _dialog_ackd(), _queue_changed(), _resend_message(), and alarm_event_add(). |
|
ALARMD_PATH:. The object path for the alarmd daemon. Definition at line 44 of file alarm_dbus.h. Referenced by _alarm_event_dbus_call(), _queue_changed(), _resend_message(), and alarm_event_add(). |
|
ALARMD_SERVICE:. The name of the alarmd service. Definition at line 37 of file alarm_dbus.h. Referenced by _alarm_event_dbus_call(), _dbus_connect(), _queue_changed(), _resend_message(), and alarm_event_add(). |
|
ALARMD_SNOOZE_GET:. Return: UINT32: The amount of minutes the default snooze is. Definition at line 158 of file alarm_dbus.h. Referenced by _dbus_message_in(), and alarmd_get_default_snooze(). |
|
ALARMD_SNOOZE_SET:. Parameters: UINT32: The amount of minutes the default snooze should be. Return: BOOLEAN: Status of the request. Definition at line 150 of file alarm_dbus.h. Referenced by _dbus_message_in(), and alarmd_set_default_snooze(). |