
Go to the source code of this file.
Defines | |
| #define | __CONSTANTS_H___ |
| #define | SHARE_CATEGORY_GROUP "SHARE_CATEGORY" |
| #define | BATTERY_MINCHARGE_SOFTWAREDOWNLOAD 80 |
| #define | BATTERY_MINCHARGE_SOFTWAREINSTALL 60 |
| #define | BATTERY_MINCHARGE_BACKGROUND 15 |
| #define | NO_ERROR 0 |
| #define | SOME_ERROR 1 |
| #define | SHARE_CATEGORY_LOCATION_ERROR 3 |
| #define | DOWNLOAD_HISTORY_LOCATION_ERROR 4 |
| #define | SHARE_NOT_MOUNTED 5 |
| #define | SHARE_THREAD_ABORTED 6 |
| #define | PROCESS_BUFFER_MAX (2*1024) |
| #define | MAX_SW_IMAGE_FILENAME 256 |
| #define | MAX_SHELL_COMMAND 1024 |
| #define | EUI64_BUFFER_MAX 256 |
| #define | MAX_PATH 1024 |
| #define | MAX_MISC_BUFFER 512 |
| #define | MAX_ERROR_MSG 512 |
Definition in file constants.h.
| #define __CONSTANTS_H___ |
Definition at line 30 of file constants.h.
| #define BATTERY_MINCHARGE_BACKGROUND 15 |
Definition at line 38 of file constants.h.
| #define BATTERY_MINCHARGE_SOFTWAREDOWNLOAD 80 |
Definition at line 36 of file constants.h.
| #define BATTERY_MINCHARGE_SOFTWAREINSTALL 60 |
Definition at line 37 of file constants.h.
| #define DOWNLOAD_HISTORY_LOCATION_ERROR 4 |
Definition at line 45 of file constants.h.
| #define EUI64_BUFFER_MAX 256 |
Definition at line 52 of file constants.h.
| #define MAX_ERROR_MSG 512 |
Definition at line 55 of file constants.h.
| #define MAX_MISC_BUFFER 512 |
Definition at line 54 of file constants.h.
| #define MAX_PATH 1024 |
Definition at line 53 of file constants.h.
| #define MAX_SHELL_COMMAND 1024 |
Definition at line 51 of file constants.h.
| #define MAX_SW_IMAGE_FILENAME 256 |
Definition at line 50 of file constants.h.
| #define NO_ERROR 0 |
Definition at line 40 of file constants.h.
| #define PROCESS_BUFFER_MAX (2*1024) |
Definition at line 49 of file constants.h.
| #define SHARE_CATEGORY_GROUP "SHARE_CATEGORY" |
Definition at line 33 of file constants.h.
| #define SHARE_CATEGORY_LOCATION_ERROR 3 |
Definition at line 44 of file constants.h.
| #define SHARE_NOT_MOUNTED 5 |
Definition at line 46 of file constants.h.
| #define SHARE_THREAD_ABORTED 6 |
Definition at line 47 of file constants.h.
| #define SOME_ERROR 1 |
Definition at line 41 of file constants.h.
1.5.6