Loading...
Searching...
No Matches
Go to the documentation of this file.
16#define ICC_LOG_TAG "icc"
17#define ICC_RX_PRINTF_KEY "rw.icc.rxprintf"
18#define ICC_TX_PRINTF_KEY "rw.icc.txprintf"
20#define DBUS_SERVICE_ICC_NAME "tbox.service.icc"
21#define DBUS_MODULE_ICC "module.icc"
22#define DBUS_MODULE_ICC_NOTIFY "module.icc.notify"
24#define DBUS_ACTION_ICC_SEND "sendIccMessage"
25#define DBUS_ACTION_GET_ICC_HANDSHAKE "getIccHandshake"
26#define DBUS_ACTION_SET_ICC_SWITCH "setIccSwitch"
27#define DBUS_ACTION_GET_ICC_SWITCH "getIccSwitch"
28#define DBUS_ACTION_ICC_NOTIFY_SYS "notifyIccSys"
29#define DBUS_ACTION_ICC_NOTIFY_DIAG "notifyIccDiag"
30#define DBUS_ACTION_ICC_NOTIFY_CAN "notifyIccCan"
31#define DBUS_ACTION_ICC_NOTIFY_OTA "notifyIccUpgrade"
32#define DBUS_ACTION_ICC_NOTIFY_ECALL "notifyIccEcall"
33#define DBUS_ACTION_ICC_NOTIFY_FTM "notifyIccFtm"
35#define DBUS_FILTER_ICC_SYS "type='signal',interface='module.icc.notify',member='notifyIccSys'"
36#define DBUS_FILTER_ICC_DIAG "type='signal',interface='module.icc.notify',member='notifyIccDiag'"
37#define DBUS_FILTER_ICC_CAN "type='signal',interface='module.icc.notify',member='notifyIccCan'"
38#define DBUS_FILTER_ICC_OTA "type='signal',interface='module.icc.notify',member='notifyIccUpgrade'"
39#define DBUS_FILTER_ICC_ECALL "type='signal',interface='module.icc.notify',member='notifyIccEcall'"
40#define DBUS_FILTER_ICC_FTM "type='signal',interface='module.icc.notify',member='notifyIccFtm'"
42#define TBOX_ICCD_PID_PATH "/var/run/tbox_iccd.pid"