Go to the source code of this file.
Defines | |
#define | MCE_SERVICE "com.nokia.mce" |
The MCE DBus service. | |
#define | MCE_REQUEST_IF "com.nokia.mce.request" |
The MCE DBus Request interface. | |
#define | MCE_SIGNAL_IF "com.nokia.mce.signal" |
The MCE DBus Signal interface. | |
#define | MCE_REQUEST_PATH "/com/nokia/mce/request" |
The MCE DBus Request path. | |
#define | MCE_SIGNAL_PATH "/com/nokia/mce/signal" |
The MCE DBus Signal path. | |
#define | MCE_ERROR_FATAL "com.nokia.mce.error.fatal" |
The MCE DBus error interface; currently not used. | |
#define | MCE_ERROR_INVALID_ARGS "org.freedesktop.DBus.Error.InvalidArgs" |
The DBus interface for invalid arguments; currently not used. | |
#define | MCE_DEVICE_MODE_GET "get_device_mode" |
Request device mode. | |
#define | MCE_DEVLOCK_MODE_GET "get_devicelock_mode" |
Request device lock mode. | |
#define | MCE_TKLOCK_MODE_GET "get_tklock_mode" |
Request touchscreen/keypad lock mode. | |
#define | MCE_VERSION_GET "get_version" |
Request MCE version. | |
#define | MCE_DISPLAY_ON_REQ "req_display_state_on" |
Unblank display. | |
#define | MCE_PREVENT_BLANK_REQ "req_display_blanking_pause" |
Prevent display from blanking. | |
#define | MCE_DEVICE_MODE_CHANGE_REQ "req_device_mode_change" |
Request device mode change. | |
#define | MCE_TKLOCK_MODE_CHANGE_REQ "req_tklock_mode_change" |
Request tklock mode change. | |
#define | MCE_POWERUP_REQ "req_powerup" |
Request powerup. | |
#define | MCE_REBOOT_REQ "req_reboot" |
Request reboot. | |
#define | MCE_SHUTDOWN_REQ "req_shutdown" |
Request shutdown. | |
#define | MCE_DEVLOCK_VALIDATE_CODE_REQ "validate_devicelock_code" |
Validate device lock code. | |
#define | MCE_ALARM_MODE_CHANGE_REQ "set_alarm_mode" |
Set alarm mode. | |
#define | MCE_SHUTDOWN_SIG "shutdown_ind" |
Notify everyone that the system is about to shut down. | |
#define | MCE_DEVLOCK_MODE_SIG "devicelock_mode_ind" |
Signal that indicates that the device lock mode has changed. | |
#define | MCE_TKLOCK_MODE_SIG "tklock_mode_ind" |
Signal that indicates that the touchscreen/keypad lock mode has changed. | |
#define | MCE_DATA_SAVE_SIG "save_unsaved_data_ind" |
Notify everyone to save unsaved data. | |
#define | MCE_INACTIVITY_SIG "system_inactivity_ind" |
Notify everyone that the system is active/inactive. | |
#define | MCE_DEVICE_MODE_SIG "sig_device_mode_ind" |
Notify everyone that the device mode has changed. | |
#define | MCE_HOME_KEY_SIG "sig_home_key_pressed_ind" |
Notify everyone that the home button was pressed (short press). | |
#define | MCE_HOME_KEY_LONG_SIG "sig_home_key_pressed_long_ind" |
Notify everyone that the home button was pressed (long press). |
This file is part of mce-dev
Copyright (C) 2004-2006 Nokia Corporation. All rights reserved.
|
Set alarm mode.
|
|
Notify everyone to save unsaved data.
|
|
Request device mode change.
|
|
Request device mode.
|
|
Notify everyone that the device mode has changed.
|
|
Request device lock mode.
|
|
Signal that indicates that the device lock mode has changed.
|
|
Validate device lock code.
|
|
Unblank display.
|
|
Notify everyone that the home button was pressed (long press).
|
|
Notify everyone that the home button was pressed (short press).
|
|
Notify everyone that the system is active/inactive.
|
|
Request powerup.
|
|
Prevent display from blanking.
|
|
Request reboot.
|
|
Request shutdown.
|
|
Notify everyone that the system is about to shut down.
|
|
Request tklock mode change.
|
|
Request touchscreen/keypad lock mode.
|
|
Signal that indicates that the touchscreen/keypad lock mode has changed.
|
|
Request MCE version.
|